| 1 | Index: wp-admin/css/media-rtl.dev.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/css/media-rtl.dev.css (revision 0) |
|---|
| 4 | +++ wp-admin/css/media-rtl.dev.css (revision 0) |
|---|
| 5 | @@ -0,0 +1,85 @@ |
|---|
| 6 | +body#media-upload ul#sidemenu { |
|---|
| 7 | + left: auto; |
|---|
| 8 | + right: 0; |
|---|
| 9 | +} |
|---|
| 10 | +#search-filter { |
|---|
| 11 | + text-align: left; |
|---|
| 12 | +} |
|---|
| 13 | +/* specific to the image upload form */ |
|---|
| 14 | +.align .field label { |
|---|
| 15 | + padding: 0 28px 0 0; |
|---|
| 16 | + margin: 0 0 0 1em; |
|---|
| 17 | +} |
|---|
| 18 | +.image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label { |
|---|
| 19 | + background-position: center right; |
|---|
| 20 | +} |
|---|
| 21 | +tr.image-size div.image-size-item { |
|---|
| 22 | + float: right; |
|---|
| 23 | +} |
|---|
| 24 | +tr.image-size label { |
|---|
| 25 | + margin: 0 1em 0 0; |
|---|
| 26 | +} |
|---|
| 27 | +.filename.original { |
|---|
| 28 | + float: right; |
|---|
| 29 | +} |
|---|
| 30 | +.crunching { |
|---|
| 31 | + text-align: left; |
|---|
| 32 | + margin-right: 0; |
|---|
| 33 | + margin-left: 5px; |
|---|
| 34 | +} |
|---|
| 35 | +button.dismiss { |
|---|
| 36 | + right: auto; |
|---|
| 37 | + left: 5px; |
|---|
| 38 | +} |
|---|
| 39 | +.file-error { |
|---|
| 40 | + margin: 0 50px 5px 0; |
|---|
| 41 | +} |
|---|
| 42 | +.progress { |
|---|
| 43 | + left: auto; |
|---|
| 44 | + right: 0; |
|---|
| 45 | +} |
|---|
| 46 | +.describe td { |
|---|
| 47 | + padding: 0 0 0 5px; |
|---|
| 48 | +} |
|---|
| 49 | +.bar { |
|---|
| 50 | + border-right-width: 0; |
|---|
| 51 | + border-left-width: 3px; |
|---|
| 52 | + border-right-style: none; |
|---|
| 53 | + border-left-style: solid; |
|---|
| 54 | +} |
|---|
| 55 | + |
|---|
| 56 | +/* Specific to Uploader */ |
|---|
| 57 | +#media-upload .media-upload-form p { |
|---|
| 58 | + margin: 0 0 1em 1em; |
|---|
| 59 | +} |
|---|
| 60 | +.filename { |
|---|
| 61 | + float: right; |
|---|
| 62 | + margin-left: 0; |
|---|
| 63 | + margin-right: 10px; |
|---|
| 64 | +} |
|---|
| 65 | +#media-upload .describe th.label { |
|---|
| 66 | + text-align: right; |
|---|
| 67 | +} |
|---|
| 68 | +.menu_order { |
|---|
| 69 | + float: left; |
|---|
| 70 | +} |
|---|
| 71 | +.media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help { |
|---|
| 72 | + font-family: Tahoma, Arial; |
|---|
| 73 | +} |
|---|
| 74 | +#gallery-settings #basic th.label { |
|---|
| 75 | + padding: 5px 0 5px 5px; |
|---|
| 76 | +} |
|---|
| 77 | +#gallery-settings .title, h3.media-title { |
|---|
| 78 | + font-family: Tahoma, Arial; |
|---|
| 79 | +} |
|---|
| 80 | +#gallery-settings .describe th.label { |
|---|
| 81 | + text-align: right; |
|---|
| 82 | +} |
|---|
| 83 | +#gallery-settings label, |
|---|
| 84 | +#gallery-settings legend { |
|---|
| 85 | + margin-right: 0; |
|---|
| 86 | + margin-left: 15px; |
|---|
| 87 | +} |
|---|
| 88 | +#gallery-settings .align .field label { |
|---|
| 89 | + margin: 0 0 0 1.5em; |
|---|
| 90 | +} |
|---|
| 91 | |
|---|
| 92 | Property changes on: wp-admin/css/media-rtl.dev.css |
|---|
| 93 | ___________________________________________________________________ |
|---|
| 94 | Name: svn:executable |
|---|
| 95 | + * |
|---|
| 96 | |
|---|
| 97 | Index: wp-admin/css/global-rtl.css |
|---|
| 98 | =================================================================== |
|---|
| 99 | --- wp-admin/css/global-rtl.css (revision 13231) |
|---|
| 100 | +++ wp-admin/css/global-rtl.css (working copy) |
|---|
| 101 | @@ -1,82 +1 @@ |
|---|
| 102 | -/* 2 column liquid layout */ |
|---|
| 103 | -#adminmenu { |
|---|
| 104 | - float: right; |
|---|
| 105 | - clear: right; |
|---|
| 106 | - margin-right:-160px; |
|---|
| 107 | - margin-left: 5px; |
|---|
| 108 | -} |
|---|
| 109 | -body.folded #adminmenu { |
|---|
| 110 | - margin-left: 0; |
|---|
| 111 | - margin-right: -45px; |
|---|
| 112 | -} |
|---|
| 113 | -/* inner 2 column liquid layout */ |
|---|
| 114 | -.inner-sidebar { |
|---|
| 115 | - float: left; |
|---|
| 116 | - clear: left; |
|---|
| 117 | -} |
|---|
| 118 | - |
|---|
| 119 | -.has-right-sidebar #post-body { |
|---|
| 120 | - clear:right; |
|---|
| 121 | - float:right; |
|---|
| 122 | - margin-right:0; |
|---|
| 123 | - margin-left:-340px; |
|---|
| 124 | -} |
|---|
| 125 | - |
|---|
| 126 | -.has-right-sidebar #post-body-content { |
|---|
| 127 | - margin-left: 300px; |
|---|
| 128 | - margin-right:0; |
|---|
| 129 | -} |
|---|
| 130 | - |
|---|
| 131 | -#wpbody { |
|---|
| 132 | - margin-left:0; |
|---|
| 133 | - margin-right: 175px; |
|---|
| 134 | -} |
|---|
| 135 | -.folded #wpbody { |
|---|
| 136 | - margin-left: 0; |
|---|
| 137 | - margin-right: 60px; |
|---|
| 138 | -} |
|---|
| 139 | -#wpbody-content { |
|---|
| 140 | - float: right; |
|---|
| 141 | -} |
|---|
| 142 | -/* 2 columns main area */ |
|---|
| 143 | -#col-right { |
|---|
| 144 | - float: left; |
|---|
| 145 | - clear: left; |
|---|
| 146 | -} |
|---|
| 147 | -.wrap { |
|---|
| 148 | - margin: 0 5px 0 15px; |
|---|
| 149 | -} |
|---|
| 150 | -/* styles for use by people extending the WordPress interface */ |
|---|
| 151 | -body, td, textarea, input, select { |
|---|
| 152 | - font-family: Tahoma, arial; |
|---|
| 153 | -} |
|---|
| 154 | -.alignleft { |
|---|
| 155 | - float: right; |
|---|
| 156 | -} |
|---|
| 157 | -.alignright { |
|---|
| 158 | - float: left; |
|---|
| 159 | -} |
|---|
| 160 | -.subsubsub { |
|---|
| 161 | - float: right; |
|---|
| 162 | -} |
|---|
| 163 | -.widefat th { |
|---|
| 164 | - text-align: right; |
|---|
| 165 | -} |
|---|
| 166 | -.widefat th input { |
|---|
| 167 | - margin: 0 8px 0 0; |
|---|
| 168 | -} |
|---|
| 169 | -.wrap h2 { |
|---|
| 170 | - font-family: arial; |
|---|
| 171 | - padding: 14px 0 3px 15px; |
|---|
| 172 | -} |
|---|
| 173 | -.wrap h2.long-header { |
|---|
| 174 | - padding-left: 0; |
|---|
| 175 | -} |
|---|
| 176 | -.updated, .error { |
|---|
| 177 | - clear: both; |
|---|
| 178 | -} |
|---|
| 179 | - |
|---|
| 180 | -.screen-reader-text, .screen-reader-text span { |
|---|
| 181 | - left:auto; |
|---|
| 182 | - text-indent:-1000em; |
|---|
| 183 | -} |
|---|
| 184 | \ No newline at end of file |
|---|
| 185 | +#adminmenu{float:right;clear:right;margin-right:-160px;margin-left:5px}body.folded#adminmenu{margin-left:0;margin-right:-45px}.inner-sidebar{float:left;clear:left}.has-right-sidebar#post-body{clear:right;float:right;margin-right:0;margin-left:-340px}.has-right-sidebar#post-body-content{margin-left:300px;margin-right:0}#wpbody{margin-left:0;margin-right:175px}.folded#wpbody{margin-left:0;margin-right:60px}#wpbody-content{float:right}#col-right{float:left;clear:left}.wrap{margin:0 5px 0 15px}body,td,textarea,input,select{font-family:Tahoma,arial}.alignleft{float:right}.alignright{float:left}.subsubsub{float:right}.widefat th{text-align:right}.widefat th input{margin:0 8px 0 0}.wrap h2{font-family:arial;padding:14px 0 3px 15px}.wrap h2.long-header{padding-left:0}.updated,.error{clear:both}.screen-reader-text,.screen-reader-text span{left:auto;text-indent:-1000em} |
|---|
| 186 | \ No newline at end of file |
|---|
| 187 | Index: wp-admin/css/plugin-install-rtl.css |
|---|
| 188 | =================================================================== |
|---|
| 189 | --- wp-admin/css/plugin-install-rtl.css (revision 13231) |
|---|
| 190 | +++ wp-admin/css/plugin-install-rtl.css (working copy) |
|---|
| 191 | @@ -1,43 +1 @@ |
|---|
| 192 | -div.star { |
|---|
| 193 | - left: auto; |
|---|
| 194 | - right: 0; |
|---|
| 195 | - letter-spacing: 0; |
|---|
| 196 | -} |
|---|
| 197 | -.star img, div.star a, div.star a:hover, div.star a:visited { |
|---|
| 198 | - right: auto; |
|---|
| 199 | - left: 0; |
|---|
| 200 | -} |
|---|
| 201 | -#plugin-information ul#sidemenu { |
|---|
| 202 | - left: auto; |
|---|
| 203 | - right: 0; |
|---|
| 204 | -} |
|---|
| 205 | -#plugin-information h2 { |
|---|
| 206 | - margin-right: 0; |
|---|
| 207 | - margin-left: 200px; |
|---|
| 208 | -} |
|---|
| 209 | -#plugin-information .fyi { |
|---|
| 210 | - margin-left: 5px; |
|---|
| 211 | - margin-right: 20px; |
|---|
| 212 | -} |
|---|
| 213 | -#plugin-information .fyi h2 { |
|---|
| 214 | - margin-left: 0; |
|---|
| 215 | -} |
|---|
| 216 | -#plugin-information .fyi ul { |
|---|
| 217 | - padding: 10px 7px 10px 5px; |
|---|
| 218 | -} |
|---|
| 219 | -#plugin-information #section-screenshots li p { |
|---|
| 220 | - padding-left: 0; |
|---|
| 221 | - padding-right: 20px; |
|---|
| 222 | -} |
|---|
| 223 | -#plugin-information .updated, |
|---|
| 224 | -#plugin-information pre { |
|---|
| 225 | - margin-right: 0; |
|---|
| 226 | - margin-left: 215px; |
|---|
| 227 | -} |
|---|
| 228 | -#plugin-information .updated, #plugin-information .error { |
|---|
| 229 | - clear: none; |
|---|
| 230 | - direction: rtl; |
|---|
| 231 | -} |
|---|
| 232 | -#section-description { |
|---|
| 233 | - direction: ltr; |
|---|
| 234 | -} |
|---|
| 235 | +div.star{left:auto;right:0;letter-spacing:0}.star img,div.star a,div.star a:hover,div.star a:visited{right:auto;left:0}#plugin-information ul#sidemenu{left:auto;right:0}#plugin-information h2{margin-right:0;margin-left:200px}#plugin-information.fyi{margin-left:5px;margin-right:20px}#plugin-information.fyi h2{margin-left:0}#plugin-information.fyi ul{padding:10px 7px 10px 5px}#plugin-information#section-screenshots li p{padding-left:0;padding-right:20px}#plugin-information.updated,#plugin-information pre{margin-right:0;margin-left:215px}#plugin-information.updated,#plugin-information.error{clear:none;direction:rtl}#section-description{direction:ltr} |
|---|
| 236 | \ No newline at end of file |
|---|
| 237 | Index: wp-admin/css/login-rtl.css |
|---|
| 238 | =================================================================== |
|---|
| 239 | --- wp-admin/css/login-rtl.css (revision 13231) |
|---|
| 240 | +++ wp-admin/css/login-rtl.css (working copy) |
|---|
| 241 | @@ -1,30 +1 @@ |
|---|
| 242 | -body { |
|---|
| 243 | - font-family: Tahoma, arial; |
|---|
| 244 | -} |
|---|
| 245 | -form { |
|---|
| 246 | - margin-right: 8px; |
|---|
| 247 | - margin-left: 0; |
|---|
| 248 | -} |
|---|
| 249 | -form .forgetmenot { |
|---|
| 250 | - float: right; |
|---|
| 251 | -} |
|---|
| 252 | -#login form .submit input { |
|---|
| 253 | - font-family: Tahoma, arial; |
|---|
| 254 | -} |
|---|
| 255 | -form .submit { float: left; } |
|---|
| 256 | -#backtoblog a { |
|---|
| 257 | - left: auto; |
|---|
| 258 | - right: 15px; |
|---|
| 259 | -} |
|---|
| 260 | -#login_error, .message { |
|---|
| 261 | - margin: 0 8px 16px 0; |
|---|
| 262 | -} |
|---|
| 263 | -#nav { margin: 0 8px 0 0; } |
|---|
| 264 | -#user_pass, #user_login, #user_email { |
|---|
| 265 | - margin-left: 6px; |
|---|
| 266 | - margin-right: 0; |
|---|
| 267 | - direction:ltr; |
|---|
| 268 | -} |
|---|
| 269 | -h1 a { |
|---|
| 270 | - text-decoration: none; |
|---|
| 271 | -} |
|---|
| 272 | +body{font-family:Tahoma,arial}form{margin-right:8px;margin-left:0}form.forgetmenot{float:right}#login form.submit input{font-family:Tahoma,arial}form.submit{float:left}#backtoblog a{left:auto;right:15px}#login_error,.message{margin:0 8px 16px 0}#nav{margin:0 8px 0 0}#user_pass,#user_login,#user_email{margin-left:6px;margin-right:0;direction:ltr}h1 a{text-decoration:none} |
|---|
| 273 | \ No newline at end of file |
|---|
| 274 | Index: wp-admin/css/global-rtl.dev.css |
|---|
| 275 | =================================================================== |
|---|
| 276 | --- wp-admin/css/global-rtl.dev.css (revision 0) |
|---|
| 277 | +++ wp-admin/css/global-rtl.dev.css (revision 0) |
|---|
| 278 | @@ -0,0 +1,82 @@ |
|---|
| 279 | +/* 2 column liquid layout */ |
|---|
| 280 | +#adminmenu { |
|---|
| 281 | + float: right; |
|---|
| 282 | + clear: right; |
|---|
| 283 | + margin-right:-160px; |
|---|
| 284 | + margin-left: 5px; |
|---|
| 285 | +} |
|---|
| 286 | +body.folded #adminmenu { |
|---|
| 287 | + margin-left: 0; |
|---|
| 288 | + margin-right: -45px; |
|---|
| 289 | +} |
|---|
| 290 | +/* inner 2 column liquid layout */ |
|---|
| 291 | +.inner-sidebar { |
|---|
| 292 | + float: left; |
|---|
| 293 | + clear: left; |
|---|
| 294 | +} |
|---|
| 295 | + |
|---|
| 296 | +.has-right-sidebar #post-body { |
|---|
| 297 | + clear:right; |
|---|
| 298 | + float:right; |
|---|
| 299 | + margin-right:0; |
|---|
| 300 | + margin-left:-340px; |
|---|
| 301 | +} |
|---|
| 302 | + |
|---|
| 303 | +.has-right-sidebar #post-body-content { |
|---|
| 304 | + margin-left: 300px; |
|---|
| 305 | + margin-right:0; |
|---|
| 306 | +} |
|---|
| 307 | + |
|---|
| 308 | +#wpbody { |
|---|
| 309 | + margin-left:0; |
|---|
| 310 | + margin-right: 175px; |
|---|
| 311 | +} |
|---|
| 312 | +.folded #wpbody { |
|---|
| 313 | + margin-left: 0; |
|---|
| 314 | + margin-right: 60px; |
|---|
| 315 | +} |
|---|
| 316 | +#wpbody-content { |
|---|
| 317 | + float: right; |
|---|
| 318 | +} |
|---|
| 319 | +/* 2 columns main area */ |
|---|
| 320 | +#col-right { |
|---|
| 321 | + float: left; |
|---|
| 322 | + clear: left; |
|---|
| 323 | +} |
|---|
| 324 | +.wrap { |
|---|
| 325 | + margin: 0 5px 0 15px; |
|---|
| 326 | +} |
|---|
| 327 | +/* styles for use by people extending the WordPress interface */ |
|---|
| 328 | +body, td, textarea, input, select { |
|---|
| 329 | + font-family: Tahoma, arial; |
|---|
| 330 | +} |
|---|
| 331 | +.alignleft { |
|---|
| 332 | + float: right; |
|---|
| 333 | +} |
|---|
| 334 | +.alignright { |
|---|
| 335 | + float: left; |
|---|
| 336 | +} |
|---|
| 337 | +.subsubsub { |
|---|
| 338 | + float: right; |
|---|
| 339 | +} |
|---|
| 340 | +.widefat th { |
|---|
| 341 | + text-align: right; |
|---|
| 342 | +} |
|---|
| 343 | +.widefat th input { |
|---|
| 344 | + margin: 0 8px 0 0; |
|---|
| 345 | +} |
|---|
| 346 | +.wrap h2 { |
|---|
| 347 | + font-family: arial; |
|---|
| 348 | + padding: 14px 0 3px 15px; |
|---|
| 349 | +} |
|---|
| 350 | +.wrap h2.long-header { |
|---|
| 351 | + padding-left: 0; |
|---|
| 352 | +} |
|---|
| 353 | +.updated, .error { |
|---|
| 354 | + clear: both; |
|---|
| 355 | +} |
|---|
| 356 | + |
|---|
| 357 | +.screen-reader-text, .screen-reader-text span { |
|---|
| 358 | + left:auto; |
|---|
| 359 | + text-indent:-1000em; |
|---|
| 360 | +} |
|---|
| 361 | \ No newline at end of file |
|---|
| 362 | |
|---|
| 363 | Property changes on: wp-admin/css/global-rtl.dev.css |
|---|
| 364 | ___________________________________________________________________ |
|---|
| 365 | Name: svn:executable |
|---|
| 366 | + * |
|---|
| 367 | |
|---|
| 368 | Index: wp-admin/css/plugin-install-rtl.dev.css |
|---|
| 369 | =================================================================== |
|---|
| 370 | --- wp-admin/css/plugin-install-rtl.dev.css (revision 0) |
|---|
| 371 | +++ wp-admin/css/plugin-install-rtl.dev.css (revision 0) |
|---|
| 372 | @@ -0,0 +1,43 @@ |
|---|
| 373 | +div.star { |
|---|
| 374 | + left: auto; |
|---|
| 375 | + right: 0; |
|---|
| 376 | + letter-spacing: 0; |
|---|
| 377 | +} |
|---|
| 378 | +.star img, div.star a, div.star a:hover, div.star a:visited { |
|---|
| 379 | + right: auto; |
|---|
| 380 | + left: 0; |
|---|
| 381 | +} |
|---|
| 382 | +#plugin-information ul#sidemenu { |
|---|
| 383 | + left: auto; |
|---|
| 384 | + right: 0; |
|---|
| 385 | +} |
|---|
| 386 | +#plugin-information h2 { |
|---|
| 387 | + margin-right: 0; |
|---|
| 388 | + margin-left: 200px; |
|---|
| 389 | +} |
|---|
| 390 | +#plugin-information .fyi { |
|---|
| 391 | + margin-left: 5px; |
|---|
| 392 | + margin-right: 20px; |
|---|
| 393 | +} |
|---|
| 394 | +#plugin-information .fyi h2 { |
|---|
| 395 | + margin-left: 0; |
|---|
| 396 | +} |
|---|
| 397 | +#plugin-information .fyi ul { |
|---|
| 398 | + padding: 10px 7px 10px 5px; |
|---|
| 399 | +} |
|---|
| 400 | +#plugin-information #section-screenshots li p { |
|---|
| 401 | + padding-left: 0; |
|---|
| 402 | + padding-right: 20px; |
|---|
| 403 | +} |
|---|
| 404 | +#plugin-information .updated, |
|---|
| 405 | +#plugin-information pre { |
|---|
| 406 | + margin-right: 0; |
|---|
| 407 | + margin-left: 215px; |
|---|
| 408 | +} |
|---|
| 409 | +#plugin-information .updated, #plugin-information .error { |
|---|
| 410 | + clear: none; |
|---|
| 411 | + direction: rtl; |
|---|
| 412 | +} |
|---|
| 413 | +#section-description { |
|---|
| 414 | + direction: ltr; |
|---|
| 415 | +} |
|---|
| 416 | |
|---|
| 417 | Property changes on: wp-admin/css/plugin-install-rtl.dev.css |
|---|
| 418 | ___________________________________________________________________ |
|---|
| 419 | Name: svn:executable |
|---|
| 420 | + * |
|---|
| 421 | |
|---|
| 422 | Index: wp-admin/css/farbtastic-rtl.css |
|---|
| 423 | =================================================================== |
|---|
| 424 | --- wp-admin/css/farbtastic-rtl.css (revision 13231) |
|---|
| 425 | +++ wp-admin/css/farbtastic-rtl.css (working copy) |
|---|
| 426 | @@ -1,7 +1 @@ |
|---|
| 427 | -.farbtastic .color, .farbtastic .overlay { |
|---|
| 428 | - left: 0; |
|---|
| 429 | - right: 47px; |
|---|
| 430 | -} |
|---|
| 431 | -.farbtastic .marker { |
|---|
| 432 | - margin: -8px -8px 0 0; |
|---|
| 433 | -} |
|---|
| 434 | +.farbtastic.color,.farbtastic.overlay{left:0;right:47px}.farbtastic.marker{margin:-8px-8px 0 0} |
|---|
| 435 | \ No newline at end of file |
|---|
| 436 | Index: wp-admin/css/login-rtl.dev.css |
|---|
| 437 | =================================================================== |
|---|
| 438 | --- wp-admin/css/login-rtl.dev.css (revision 0) |
|---|
| 439 | +++ wp-admin/css/login-rtl.dev.css (revision 0) |
|---|
| 440 | @@ -0,0 +1,30 @@ |
|---|
| 441 | +body { |
|---|
| 442 | + font-family: Tahoma, arial; |
|---|
| 443 | +} |
|---|
| 444 | +form { |
|---|
| 445 | + margin-right: 8px; |
|---|
| 446 | + margin-left: 0; |
|---|
| 447 | +} |
|---|
| 448 | +form .forgetmenot { |
|---|
| 449 | + float: right; |
|---|
| 450 | +} |
|---|
| 451 | +#login form .submit input { |
|---|
| 452 | + font-family: Tahoma, arial; |
|---|
| 453 | +} |
|---|
| 454 | +form .submit { float: left; } |
|---|
| 455 | +#backtoblog a { |
|---|
| 456 | + left: auto; |
|---|
| 457 | + right: 15px; |
|---|
| 458 | +} |
|---|
| 459 | +#login_error, .message { |
|---|
| 460 | + margin: 0 8px 16px 0; |
|---|
| 461 | +} |
|---|
| 462 | +#nav { margin: 0 8px 0 0; } |
|---|
| 463 | +#user_pass, #user_login, #user_email { |
|---|
| 464 | + margin-left: 6px; |
|---|
| 465 | + margin-right: 0; |
|---|
| 466 | + direction:ltr; |
|---|
| 467 | +} |
|---|
| 468 | +h1 a { |
|---|
| 469 | + text-decoration: none; |
|---|
| 470 | +} |
|---|
| 471 | |
|---|
| 472 | Property changes on: wp-admin/css/login-rtl.dev.css |
|---|
| 473 | ___________________________________________________________________ |
|---|
| 474 | Name: svn:executable |
|---|
| 475 | + * |
|---|
| 476 | |
|---|
| 477 | Index: wp-admin/css/theme-editor-rtl.css |
|---|
| 478 | =================================================================== |
|---|
| 479 | --- wp-admin/css/theme-editor-rtl.css (revision 13231) |
|---|
| 480 | +++ wp-admin/css/theme-editor-rtl.css (working copy) |
|---|
| 481 | @@ -1,3 +1 @@ |
|---|
| 482 | -#templateside { |
|---|
| 483 | - float: left; |
|---|
| 484 | -} |
|---|
| 485 | +#templateside{float:left} |
|---|
| 486 | \ No newline at end of file |
|---|
| 487 | Index: wp-admin/css/dashboard-rtl.css |
|---|
| 488 | =================================================================== |
|---|
| 489 | --- wp-admin/css/dashboard-rtl.css (revision 13231) |
|---|
| 490 | +++ wp-admin/css/dashboard-rtl.css (working copy) |
|---|
| 491 | @@ -1,96 +1 @@ |
|---|
| 492 | -#dashboard-widgets-wrap .has-sidebar { |
|---|
| 493 | - margin-right: 0; |
|---|
| 494 | - margin-left: -51%; |
|---|
| 495 | -} |
|---|
| 496 | -#dashboard-widgets-wrap .has-sidebar .has-sidebar-content { |
|---|
| 497 | - margin-right: 0; |
|---|
| 498 | - margin-left: 51%; |
|---|
| 499 | -} |
|---|
| 500 | -.view-all { |
|---|
| 501 | - right: auto; |
|---|
| 502 | - left: 0; |
|---|
| 503 | -} |
|---|
| 504 | -#dashboard_right_now p.sub, #dashboard-widgets h4, #dashboard_quick_press h4, a.rsswidget, #dashboard_plugins h4, #dashboard_plugins h5, #dashboard_recent_comments .comment-meta .approve { |
|---|
| 505 | - font-family: Tahoma, Arial; |
|---|
| 506 | -} |
|---|
| 507 | -#dashboard_right_now td.b { |
|---|
| 508 | - padding-right: 0; |
|---|
| 509 | - padding-left: 6px; |
|---|
| 510 | - text-align: left; |
|---|
| 511 | - font-family: Tahoma, Arial; |
|---|
| 512 | -} |
|---|
| 513 | -#dashboard_right_now .t { |
|---|
| 514 | - padding-right: 0; |
|---|
| 515 | - padding-left: 12px; |
|---|
| 516 | -} |
|---|
| 517 | -#dashboard_right_now .versions a { |
|---|
| 518 | - font-family: Tahoma, Arial; |
|---|
| 519 | -} |
|---|
| 520 | -#dashboard_right_now a.button { |
|---|
| 521 | - float: left; |
|---|
| 522 | - clear: left; |
|---|
| 523 | -} |
|---|
| 524 | -#dashboard-widgets h3 .postbox-title-action { |
|---|
| 525 | - right: auto; |
|---|
| 526 | - left: 30px; |
|---|
| 527 | -} |
|---|
| 528 | -#the-comment-list .pingback { |
|---|
| 529 | - padding-left: 0 !important; |
|---|
| 530 | - padding-right: 9px !important; |
|---|
| 531 | -} |
|---|
| 532 | -/* Recent Comments */ |
|---|
| 533 | -#the-comment-list .comment-item { |
|---|
| 534 | - padding: 1em 70px 1em 10px; |
|---|
| 535 | -} |
|---|
| 536 | -#the-comment-list .comment-item .avatar { |
|---|
| 537 | - float: right; |
|---|
| 538 | - margin-left: 0; |
|---|
| 539 | - margin-right: -60px; |
|---|
| 540 | -} |
|---|
| 541 | -/* Feeds */ |
|---|
| 542 | -.rss-widget cite { |
|---|
| 543 | - text-align: left; |
|---|
| 544 | -} |
|---|
| 545 | -.rss-widget span.rss-date { |
|---|
| 546 | - font-family: Tahoma, Arial; |
|---|
| 547 | - margin-left: 0; |
|---|
| 548 | - margin-right: 3px; |
|---|
| 549 | -} |
|---|
| 550 | -/* QuickPress */ |
|---|
| 551 | -#dashboard_quick_press h4 { |
|---|
| 552 | - float: right; |
|---|
| 553 | - text-align: left; |
|---|
| 554 | -} |
|---|
| 555 | -#dashboard_quick_press h4 label { |
|---|
| 556 | - margin-right: 0; |
|---|
| 557 | - margin-left: 10px; |
|---|
| 558 | -} |
|---|
| 559 | -#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap { |
|---|
| 560 | - margin: 0 5em 1em 0; |
|---|
| 561 | -} |
|---|
| 562 | -#dashboard_quick_press #media-buttons { |
|---|
| 563 | - margin: 0 5em .5em 0; |
|---|
| 564 | - padding: 0 10px 0 0; |
|---|
| 565 | -} |
|---|
| 566 | -#dashboard-widgets #dashboard_quick_press form p.submit { |
|---|
| 567 | - margin-left: 0; |
|---|
| 568 | - margin-right: 4.6em; |
|---|
| 569 | -} |
|---|
| 570 | -#dashboard-widgets #dashboard_quick_press form p.submit input { |
|---|
| 571 | - float: right; |
|---|
| 572 | -} |
|---|
| 573 | -#dashboard-widgets #dashboard_quick_press form p.submit #save-post { |
|---|
| 574 | - margin: 0 10px 0 1em; |
|---|
| 575 | -} |
|---|
| 576 | -#dashboard-widgets #dashboard_quick_press form p.submit #publish { |
|---|
| 577 | - float: left; |
|---|
| 578 | -} |
|---|
| 579 | -#dashboard-widgets #dashboard_quick_press form p.submit img.waiting { |
|---|
| 580 | - margin: 4px 0 0 6px; |
|---|
| 581 | -} |
|---|
| 582 | -/* Recent Drafts */ |
|---|
| 583 | -#dashboard_recent_drafts h4 abbr { |
|---|
| 584 | - font-family: Tahoma, Arial; |
|---|
| 585 | - margin-left:0; |
|---|
| 586 | - margin-right: 3px; |
|---|
| 587 | -} |
|---|
| 588 | +#dashboard-widgets-wrap.has-sidebar{margin-right:0;margin-left:-51%}#dashboard-widgets-wrap.has-sidebar.has-sidebar-content{margin-right:0;margin-left:51%}.view-all{right:auto;left:0}#dashboard_right_now p.sub,#dashboard-widgets h4,#dashboard_quick_press h4,a.rsswidget,#dashboard_plugins h4,#dashboard_plugins h5,#dashboard_recent_comments.comment-meta.approve{font-family:Tahoma,Arial}#dashboard_right_now td.b{padding-right:0;padding-left:6px;text-align:left;font-family:Tahoma,Arial}#dashboard_right_now.t{padding-right:0;padding-left:12px}#dashboard_right_now.versions a{font-family:Tahoma,Arial}#dashboard_right_now a.button{float:left;clear:left}#dashboard-widgets h3 .postbox-title-action{right:auto;left:30px}#the-comment-list.pingback{padding-left:0!important;padding-right:9px!important}#the-comment-list.comment-item{padding:1em 70px 1em 10px}#the-comment-list.comment-item.avatar{float:right;margin-left:0;margin-right:-60px}.rss-widget cite{text-align:left}.rss-widget span.rss-date{font-family:Tahoma,Arial;margin-left:0;margin-right:3px}#dashboard_quick_press h4{float:right;text-align:left}#dashboard_quick_press h4 label{margin-right:0;margin-left:10px}#dashboard_quick_press.input-text-wrap,#dashboard_quick_press.textarea-wrap{margin:0 5em 1em 0}#dashboard_quick_press#media-buttons{margin:0 5em.5em 0;padding:0 10px 0 0}#dashboard-widgets#dashboard_quick_press form p.submit{margin-left:0;margin-right:4.6em}#dashboard-widgets#dashboard_quick_press form p.submit input{float:right}#dashboard-widgets#dashboard_quick_press form p.submit#save-post{margin:0 10px 0 1em}#dashboard-widgets#dashboard_quick_press form p.submit#publish{float:left}#dashboard-widgets#dashboard_quick_press form p.submit img.waiting{margin:4px 0 0 6px}#dashboard_recent_drafts h4 abbr{font-family:Tahoma,Arial;margin-left:0;margin-right:3px} |
|---|
| 589 | \ No newline at end of file |
|---|
| 590 | Index: wp-admin/css/ie-rtl.css |
|---|
| 591 | =================================================================== |
|---|
| 592 | --- wp-admin/css/ie-rtl.css (revision 13231) |
|---|
| 593 | +++ wp-admin/css/ie-rtl.css (working copy) |
|---|
| 594 | @@ -1,95 +1 @@ |
|---|
| 595 | -* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { |
|---|
| 596 | - background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -109px; |
|---|
| 597 | -} |
|---|
| 598 | - |
|---|
| 599 | -* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { |
|---|
| 600 | - background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px; |
|---|
| 601 | -} |
|---|
| 602 | -* html #adminmenu { |
|---|
| 603 | - margin-left:0; |
|---|
| 604 | - margin-right: -80px; |
|---|
| 605 | -} |
|---|
| 606 | -* html div.folded #adminmenu { |
|---|
| 607 | - margin-left: 0; |
|---|
| 608 | - margin-right: -22px; |
|---|
| 609 | -} |
|---|
| 610 | -#wpcontent #adminmenu .wp-submenu li.wp-submenu-head { |
|---|
| 611 | - padding: 3px 10px 4px 4px; |
|---|
| 612 | -} |
|---|
| 613 | -.inline-edit-row fieldset label span.title { |
|---|
| 614 | - float: right; |
|---|
| 615 | -} |
|---|
| 616 | -.inline-edit-row fieldset label span.input-text-wrap { |
|---|
| 617 | - margin-right: 0; |
|---|
| 618 | -} |
|---|
| 619 | -p.search-box { |
|---|
| 620 | - float: left; |
|---|
| 621 | -} |
|---|
| 622 | -* html #poststuff h2 { |
|---|
| 623 | - margin-right: 0; |
|---|
| 624 | -} |
|---|
| 625 | -#bh { |
|---|
| 626 | - margin: 7px 10px 0 0; |
|---|
| 627 | - float: left; |
|---|
| 628 | -} |
|---|
| 629 | -#user_info + div#favorite-actions { |
|---|
| 630 | - right: auto; |
|---|
| 631 | - left: 15px; |
|---|
| 632 | -} |
|---|
| 633 | -#wphead-info { |
|---|
| 634 | - float: left; |
|---|
| 635 | -} |
|---|
| 636 | -/* without this dashboard widgets appear in one column for some screen widths */ |
|---|
| 637 | -div#dashboard-widgets { |
|---|
| 638 | - padding-right: 0; |
|---|
| 639 | - padding-left: 1px; |
|---|
| 640 | -} |
|---|
| 641 | -.tagchecklist span a { |
|---|
| 642 | - margin: 4px -9px 0 0; |
|---|
| 643 | -} |
|---|
| 644 | -.widefat th input { |
|---|
| 645 | - margin: 0 5px 0 0; |
|---|
| 646 | -} |
|---|
| 647 | -/* ---------- add by navid */ |
|---|
| 648 | -#TB_window { |
|---|
| 649 | - width: 670px; |
|---|
| 650 | - position: absolute; |
|---|
| 651 | - top: 50%; |
|---|
| 652 | - left: 50%; |
|---|
| 653 | - margin-right: 335px !important; |
|---|
| 654 | -} |
|---|
| 655 | -#dashboard_plugins { |
|---|
| 656 | - direction: ltr; |
|---|
| 657 | -} |
|---|
| 658 | -#dashboard_plugins h3.hndle { |
|---|
| 659 | - direction: rtl; |
|---|
| 660 | -} |
|---|
| 661 | -#dashboard_incoming_links ul li, |
|---|
| 662 | -#dashboard_secondary ul li, |
|---|
| 663 | -#dashboard_primary ul li, |
|---|
| 664 | -p.row-actions { |
|---|
| 665 | - width: 100%; |
|---|
| 666 | -} |
|---|
| 667 | -#favorite-inside { |
|---|
| 668 | - position: absolute; |
|---|
| 669 | - right:0; |
|---|
| 670 | -} |
|---|
| 671 | -#post-status-info { |
|---|
| 672 | - height: 25px; |
|---|
| 673 | -} |
|---|
| 674 | -#screen-meta { |
|---|
| 675 | - position: static; |
|---|
| 676 | -} |
|---|
| 677 | -p.submit { /* quick edit and reply in edit-comments.php */ |
|---|
| 678 | - height:22px; |
|---|
| 679 | -} |
|---|
| 680 | -.inner-sidebar { /* fix edit single comment */ |
|---|
| 681 | - position: static; |
|---|
| 682 | -} |
|---|
| 683 | -form#widgets-filter { /* fix widget page */ |
|---|
| 684 | - position: static; |
|---|
| 685 | -} |
|---|
| 686 | - |
|---|
| 687 | -* html .meta-box-sortables .postbox .handlediv { |
|---|
| 688 | - background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px; |
|---|
| 689 | -} |
|---|
| 690 | +*html#wpcontent#adminmenu.wp-has-submenu.wp-menu-toggle{background:url(../images/menu-bits-rtl.gif)no-repeat scroll right-109px}*html#wpcontent#adminmenu li.wp-has-current-submenu.wp-menu-toggle{background:url(../images/menu-bits-rtl.gif)no-repeat scroll right-206px}*html#adminmenu{margin-left:0;margin-right:-80px}*html div.folded#adminmenu{margin-left:0;margin-right:-22px}#wpcontent#adminmenu.wp-submenu li.wp-submenu-head{padding:3px 10px 4px 4px}.inline-edit-row fieldset label span.title{float:right}.inline-edit-row fieldset label span.input-text-wrap{margin-right:0}p.search-box{float:left}*html#poststuff h2{margin-right:0}#bh{margin:7px 10px 0 0;float:left}#user_info+div#favorite-actions{right:auto;left:15px}#wphead-info{float:left}div#dashboard-widgets{padding-right:0;padding-left:1px}.tagchecklist span a{margin:4px-9px 0 0}.widefat th input{margin:0 5px 0 0}#TB_window{width:670px;position:absolute;top:50%;left:50%;margin-right:335px!important}#dashboard_plugins{direction:ltr}#dashboard_plugins h3.hndle{direction:rtl}#dashboard_incoming_links ul li,#dashboard_secondary ul li,#dashboard_primary ul li,p.row-actions{width:100%}#favorite-inside{position:absolute;right:0}#post-status-info{height:25px}#screen-meta{position:static}p.submit{height:22px}.inner-sidebar{position:static}form#widgets-filter{position:static}*html.meta-box-sortables.postbox.handlediv{background:transparent url(../images/menu-bits-rtl-vs.gif)no-repeat scroll right-111px} |
|---|
| 691 | \ No newline at end of file |
|---|
| 692 | Index: wp-admin/css/farbtastic-rtl.dev.css |
|---|
| 693 | =================================================================== |
|---|
| 694 | --- wp-admin/css/farbtastic-rtl.dev.css (revision 0) |
|---|
| 695 | +++ wp-admin/css/farbtastic-rtl.dev.css (revision 0) |
|---|
| 696 | @@ -0,0 +1,7 @@ |
|---|
| 697 | +.farbtastic .color, .farbtastic .overlay { |
|---|
| 698 | + left: 0; |
|---|
| 699 | + right: 47px; |
|---|
| 700 | +} |
|---|
| 701 | +.farbtastic .marker { |
|---|
| 702 | + margin: -8px -8px 0 0; |
|---|
| 703 | +} |
|---|
| 704 | |
|---|
| 705 | Property changes on: wp-admin/css/farbtastic-rtl.dev.css |
|---|
| 706 | ___________________________________________________________________ |
|---|
| 707 | Name: svn:executable |
|---|
| 708 | + * |
|---|
| 709 | |
|---|
| 710 | Index: wp-admin/css/press-this-rtl.css |
|---|
| 711 | =================================================================== |
|---|
| 712 | --- wp-admin/css/press-this-rtl.css (revision 13231) |
|---|
| 713 | +++ wp-admin/css/press-this-rtl.css (working copy) |
|---|
| 714 | @@ -1,128 +1 @@ |
|---|
| 715 | -body { |
|---|
| 716 | - font-family: Tahoma, Arial; |
|---|
| 717 | -} |
|---|
| 718 | - |
|---|
| 719 | -#poststuff #edButtonPreview, |
|---|
| 720 | -#poststuff #edButtonHTML { |
|---|
| 721 | - margin: 0 0 0 5px; |
|---|
| 722 | - float: right; |
|---|
| 723 | -} |
|---|
| 724 | - |
|---|
| 725 | -/* Editor/Main Column */ |
|---|
| 726 | -div#poststuff { |
|---|
| 727 | - padding-left: 0; |
|---|
| 728 | - padding-right: 10px; |
|---|
| 729 | -} |
|---|
| 730 | - |
|---|
| 731 | -.posting { |
|---|
| 732 | - margin-right: 0; |
|---|
| 733 | - margin-left: 228px; |
|---|
| 734 | - left: auto; |
|---|
| 735 | - right: 0; |
|---|
| 736 | -} |
|---|
| 737 | - |
|---|
| 738 | -#side-info-column { |
|---|
| 739 | - float: left; |
|---|
| 740 | - right: auto; |
|---|
| 741 | - left: 0; |
|---|
| 742 | - margin-right: 0; |
|---|
| 743 | - margin-left: 10px; |
|---|
| 744 | -} |
|---|
| 745 | - |
|---|
| 746 | -#side-info-column .sleeve { |
|---|
| 747 | - padding-left: 0; |
|---|
| 748 | - padding-right: 10px; |
|---|
| 749 | -} |
|---|
| 750 | - |
|---|
| 751 | -h3.tb { |
|---|
| 752 | - margin-left: 0; |
|---|
| 753 | - margin-right: 5px; |
|---|
| 754 | -} |
|---|
| 755 | - |
|---|
| 756 | -#actions { |
|---|
| 757 | - float: left; |
|---|
| 758 | -} |
|---|
| 759 | - |
|---|
| 760 | -#extra_fields #actions { |
|---|
| 761 | - right: auto; |
|---|
| 762 | - left: 4px; |
|---|
| 763 | -} |
|---|
| 764 | - |
|---|
| 765 | -#actions li { |
|---|
| 766 | - float: right; |
|---|
| 767 | - margin-right: 0; |
|---|
| 768 | - margin-left: 10px; |
|---|
| 769 | -} |
|---|
| 770 | - |
|---|
| 771 | -#extra_fields .button { |
|---|
| 772 | - margin-right: 0; |
|---|
| 773 | - margin-left: 5px; |
|---|
| 774 | -} |
|---|
| 775 | - |
|---|
| 776 | -/* Photo Styles */ |
|---|
| 777 | -#img_container a { |
|---|
| 778 | - float: right; |
|---|
| 779 | -} |
|---|
| 780 | - |
|---|
| 781 | -#category-add input, #category-add select { |
|---|
| 782 | - font-family: Tahoma, Arial; |
|---|
| 783 | -} |
|---|
| 784 | - |
|---|
| 785 | -#categorydiv ul.categorychecklist ul { |
|---|
| 786 | - margin-left: 0; |
|---|
| 787 | - margin-right: 18px; |
|---|
| 788 | -} |
|---|
| 789 | - |
|---|
| 790 | -/* Tags */ |
|---|
| 791 | -#tagsdiv #newtag { |
|---|
| 792 | - margin-right: 0; |
|---|
| 793 | - margin-left: 5px; |
|---|
| 794 | -} |
|---|
| 795 | - |
|---|
| 796 | -#tagadd { |
|---|
| 797 | - margin-left: 0; |
|---|
| 798 | - margin-right: 3px; |
|---|
| 799 | -} |
|---|
| 800 | - |
|---|
| 801 | -#tagchecklist span { |
|---|
| 802 | - margin-left: .5em; |
|---|
| 803 | - margin-right: 10px; |
|---|
| 804 | - float: right; |
|---|
| 805 | -} |
|---|
| 806 | -#tagchecklist span a { |
|---|
| 807 | - margin: 6px -9px 0 0; |
|---|
| 808 | - float: right; |
|---|
| 809 | -} |
|---|
| 810 | - |
|---|
| 811 | -#content { |
|---|
| 812 | - margin-left: 0; |
|---|
| 813 | - margin-right: 1%; |
|---|
| 814 | -} |
|---|
| 815 | - |
|---|
| 816 | -.submit input, |
|---|
| 817 | -.button, |
|---|
| 818 | -.button-primary, |
|---|
| 819 | -.button-secondary, |
|---|
| 820 | -.button-highlighted, |
|---|
| 821 | -#postcustomstuff .submit input { |
|---|
| 822 | - font-family: Tahoma, Arial, sans-serif; |
|---|
| 823 | -} |
|---|
| 824 | - |
|---|
| 825 | -.ac_results li { |
|---|
| 826 | - text-align: right; |
|---|
| 827 | -} |
|---|
| 828 | - |
|---|
| 829 | -#TB_ajaxContent #options { |
|---|
| 830 | - right: auto; |
|---|
| 831 | - left: 25px; |
|---|
| 832 | -} |
|---|
| 833 | - |
|---|
| 834 | -#post_status { |
|---|
| 835 | - margin-left: 0; |
|---|
| 836 | - margin-right: 10px; |
|---|
| 837 | -} |
|---|
| 838 | - |
|---|
| 839 | -/* Footer */ |
|---|
| 840 | -#footer { |
|---|
| 841 | - padding: 10px 60px 0 0; |
|---|
| 842 | -} |
|---|
| 843 | +body{font-family:Tahoma,Arial}#poststuff#edButtonPreview,#poststuff#edButtonHTML{margin:0 0 0 5px;float:right}div#poststuff{padding-left:0;padding-right:10px}.posting{margin-right:0;margin-left:228px;left:auto;right:0}#side-info-column{float:left;right:auto;left:0;margin-right:0;margin-left:10px}#side-info-column.sleeve{padding-left:0;padding-right:10px}h3.tb{margin-left:0;margin-right:5px}#actions{float:left}#extra_fields#actions{right:auto;left:4px}#actions li{float:right;margin-right:0;margin-left:10px}#extra_fields.button{margin-right:0;margin-left:5px}#img_container a{float:right}#category-add input,#category-add select{font-family:Tahoma,Arial}#categorydiv ul.categorychecklist ul{margin-left:0;margin-right:18px}#tagsdiv#newtag{margin-right:0;margin-left:5px}#tagadd{margin-left:0;margin-right:3px}#tagchecklist span{margin-left:.5em;margin-right:10px;float:right}#tagchecklist span a{margin:6px-9px 0 0;float:right}#content{margin-left:0;margin-right:1%}.submit input,.button,.button-primary,.button-secondary,.button-highlighted,#postcustomstuff.submit input{font-family:Tahoma,Arial,sans-serif}.ac_results li{text-align:right}#TB_ajaxContent#options{right:auto;left:25px}#post_status{margin-left:0;margin-right:10px}#footer{padding:10px 60px 0 0} |
|---|
| 844 | \ No newline at end of file |
|---|
| 845 | Index: wp-admin/css/theme-editor-rtl.dev.css |
|---|
| 846 | =================================================================== |
|---|
| 847 | --- wp-admin/css/theme-editor-rtl.dev.css (revision 0) |
|---|
| 848 | +++ wp-admin/css/theme-editor-rtl.dev.css (revision 0) |
|---|
| 849 | @@ -0,0 +1,3 @@ |
|---|
| 850 | +#templateside { |
|---|
| 851 | + float: left; |
|---|
| 852 | +} |
|---|
| 853 | |
|---|
| 854 | Property changes on: wp-admin/css/theme-editor-rtl.dev.css |
|---|
| 855 | ___________________________________________________________________ |
|---|
| 856 | Name: svn:executable |
|---|
| 857 | + * |
|---|
| 858 | |
|---|
| 859 | Index: wp-admin/css/dashboard-rtl.dev.css |
|---|
| 860 | =================================================================== |
|---|
| 861 | --- wp-admin/css/dashboard-rtl.dev.css (revision 0) |
|---|
| 862 | +++ wp-admin/css/dashboard-rtl.dev.css (revision 0) |
|---|
| 863 | @@ -0,0 +1,96 @@ |
|---|
| 864 | +#dashboard-widgets-wrap .has-sidebar { |
|---|
| 865 | + margin-right: 0; |
|---|
| 866 | + margin-left: -51%; |
|---|
| 867 | +} |
|---|
| 868 | +#dashboard-widgets-wrap .has-sidebar .has-sidebar-content { |
|---|
| 869 | + margin-right: 0; |
|---|
| 870 | + margin-left: 51%; |
|---|
| 871 | +} |
|---|
| 872 | +.view-all { |
|---|
| 873 | + right: auto; |
|---|
| 874 | + left: 0; |
|---|
| 875 | +} |
|---|
| 876 | +#dashboard_right_now p.sub, #dashboard-widgets h4, #dashboard_quick_press h4, a.rsswidget, #dashboard_plugins h4, #dashboard_plugins h5, #dashboard_recent_comments .comment-meta .approve { |
|---|
| 877 | + font-family: Tahoma, Arial; |
|---|
| 878 | +} |
|---|
| 879 | +#dashboard_right_now td.b { |
|---|
| 880 | + padding-right: 0; |
|---|
| 881 | + padding-left: 6px; |
|---|
| 882 | + text-align: left; |
|---|
| 883 | + font-family: Tahoma, Arial; |
|---|
| 884 | +} |
|---|
| 885 | +#dashboard_right_now .t { |
|---|
| 886 | + padding-right: 0; |
|---|
| 887 | + padding-left: 12px; |
|---|
| 888 | +} |
|---|
| 889 | +#dashboard_right_now .versions a { |
|---|
| 890 | + font-family: Tahoma, Arial; |
|---|
| 891 | +} |
|---|
| 892 | +#dashboard_right_now a.button { |
|---|
| 893 | + float: left; |
|---|
| 894 | + clear: left; |
|---|
| 895 | +} |
|---|
| 896 | +#dashboard-widgets h3 .postbox-title-action { |
|---|
| 897 | + right: auto; |
|---|
| 898 | + left: 30px; |
|---|
| 899 | +} |
|---|
| 900 | +#the-comment-list .pingback { |
|---|
| 901 | + padding-left: 0 !important; |
|---|
| 902 | + padding-right: 9px !important; |
|---|
| 903 | +} |
|---|
| 904 | +/* Recent Comments */ |
|---|
| 905 | +#the-comment-list .comment-item { |
|---|
| 906 | + padding: 1em 70px 1em 10px; |
|---|
| 907 | +} |
|---|
| 908 | +#the-comment-list .comment-item .avatar { |
|---|
| 909 | + float: right; |
|---|
| 910 | + margin-left: 0; |
|---|
| 911 | + margin-right: -60px; |
|---|
| 912 | +} |
|---|
| 913 | +/* Feeds */ |
|---|
| 914 | +.rss-widget cite { |
|---|
| 915 | + text-align: left; |
|---|
| 916 | +} |
|---|
| 917 | +.rss-widget span.rss-date { |
|---|
| 918 | + font-family: Tahoma, Arial; |
|---|
| 919 | + margin-left: 0; |
|---|
| 920 | + margin-right: 3px; |
|---|
| 921 | +} |
|---|
| 922 | +/* QuickPress */ |
|---|
| 923 | +#dashboard_quick_press h4 { |
|---|
| 924 | + float: right; |
|---|
| 925 | + text-align: left; |
|---|
| 926 | +} |
|---|
| 927 | +#dashboard_quick_press h4 label { |
|---|
| 928 | + margin-right: 0; |
|---|
| 929 | + margin-left: 10px; |
|---|
| 930 | +} |
|---|
| 931 | +#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap { |
|---|
| 932 | + margin: 0 5em 1em 0; |
|---|
| 933 | +} |
|---|
| 934 | +#dashboard_quick_press #media-buttons { |
|---|
| 935 | + margin: 0 5em .5em 0; |
|---|
| 936 | + padding: 0 10px 0 0; |
|---|
| 937 | +} |
|---|
| 938 | +#dashboard-widgets #dashboard_quick_press form p.submit { |
|---|
| 939 | + margin-left: 0; |
|---|
| 940 | + margin-right: 4.6em; |
|---|
| 941 | +} |
|---|
| 942 | +#dashboard-widgets #dashboard_quick_press form p.submit input { |
|---|
| 943 | + float: right; |
|---|
| 944 | +} |
|---|
| 945 | +#dashboard-widgets #dashboard_quick_press form p.submit #save-post { |
|---|
| 946 | + margin: 0 10px 0 1em; |
|---|
| 947 | +} |
|---|
| 948 | +#dashboard-widgets #dashboard_quick_press form p.submit #publish { |
|---|
| 949 | + float: left; |
|---|
| 950 | +} |
|---|
| 951 | +#dashboard-widgets #dashboard_quick_press form p.submit img.waiting { |
|---|
| 952 | + margin: 4px 0 0 6px; |
|---|
| 953 | +} |
|---|
| 954 | +/* Recent Drafts */ |
|---|
| 955 | +#dashboard_recent_drafts h4 abbr { |
|---|
| 956 | + font-family: Tahoma, Arial; |
|---|
| 957 | + margin-left:0; |
|---|
| 958 | + margin-right: 3px; |
|---|
| 959 | +} |
|---|
| 960 | |
|---|
| 961 | Property changes on: wp-admin/css/dashboard-rtl.dev.css |
|---|
| 962 | ___________________________________________________________________ |
|---|
| 963 | Name: svn:executable |
|---|
| 964 | + * |
|---|
| 965 | |
|---|
| 966 | Index: wp-admin/css/install-rtl.css |
|---|
| 967 | =================================================================== |
|---|
| 968 | --- wp-admin/css/install-rtl.css (revision 13231) |
|---|
| 969 | +++ wp-admin/css/install-rtl.css (working copy) |
|---|
| 970 | @@ -1,16 +1 @@ |
|---|
| 971 | -body { |
|---|
| 972 | - font-family: Tahoma, arial; |
|---|
| 973 | -} |
|---|
| 974 | -h1 { |
|---|
| 975 | - font-family: arial; |
|---|
| 976 | - margin: 5px -4px 0 0; |
|---|
| 977 | -} |
|---|
| 978 | -ul, ol { padding: 5px 22px 5px 5px; } |
|---|
| 979 | -.step, th { text-align: right; } |
|---|
| 980 | -.submit input, .button, .button-secondary { |
|---|
| 981 | - font-family: Tahoma, arial; |
|---|
| 982 | - margin-right:0; |
|---|
| 983 | -} |
|---|
| 984 | -.form-table th { |
|---|
| 985 | - text-align: right; |
|---|
| 986 | -} |
|---|
| 987 | +body{font-family:Tahoma,arial}h1{font-family:arial;margin:5px-4px 0 0}ul,ol{padding:5px 22px 5px 5px}.step,th{text-align:right}.submit input,.button,.button-secondary{font-family:Tahoma,arial;margin-right:0}.form-table th{text-align:right} |
|---|
| 988 | \ No newline at end of file |
|---|
| 989 | Index: wp-admin/css/widgets-rtl.css |
|---|
| 990 | =================================================================== |
|---|
| 991 | --- wp-admin/css/widgets-rtl.css (revision 13231) |
|---|
| 992 | +++ wp-admin/css/widgets-rtl.css (working copy) |
|---|
| 993 | @@ -1,11 +1 @@ |
|---|
| 994 | - |
|---|
| 995 | -ul#widget-list li.widget-list-item div.widget-description { |
|---|
| 996 | - margin: 0 200px 0 0; |
|---|
| 997 | - padding: 0 4em 0 0; |
|---|
| 998 | -} |
|---|
| 999 | -.widget-control-save, |
|---|
| 1000 | -.widget-control-remove { |
|---|
| 1001 | - margin-right: 0; |
|---|
| 1002 | - margin-left: 8px; |
|---|
| 1003 | - float: right; |
|---|
| 1004 | -} |
|---|
| 1005 | +ul#widget-list li.widget-list-item div.widget-description{margin:0 200px 0 0;padding:0 4em 0 0}.widget-control-save,.widget-control-remove{margin-right:0;margin-left:8px;float:right} |
|---|
| 1006 | \ No newline at end of file |
|---|
| 1007 | Index: wp-admin/css/ie-rtl.dev.css |
|---|
| 1008 | =================================================================== |
|---|
| 1009 | --- wp-admin/css/ie-rtl.dev.css (revision 0) |
|---|
| 1010 | +++ wp-admin/css/ie-rtl.dev.css (revision 0) |
|---|
| 1011 | @@ -0,0 +1,95 @@ |
|---|
| 1012 | +* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { |
|---|
| 1013 | + background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -109px; |
|---|
| 1014 | +} |
|---|
| 1015 | + |
|---|
| 1016 | +* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { |
|---|
| 1017 | + background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px; |
|---|
| 1018 | +} |
|---|
| 1019 | +* html #adminmenu { |
|---|
| 1020 | + margin-left:0; |
|---|
| 1021 | + margin-right: -80px; |
|---|
| 1022 | +} |
|---|
| 1023 | +* html div.folded #adminmenu { |
|---|
| 1024 | + margin-left: 0; |
|---|
| 1025 | + margin-right: -22px; |
|---|
| 1026 | +} |
|---|
| 1027 | +#wpcontent #adminmenu .wp-submenu li.wp-submenu-head { |
|---|
| 1028 | + padding: 3px 10px 4px 4px; |
|---|
| 1029 | +} |
|---|
| 1030 | +.inline-edit-row fieldset label span.title { |
|---|
| 1031 | + float: right; |
|---|
| 1032 | +} |
|---|
| 1033 | +.inline-edit-row fieldset label span.input-text-wrap { |
|---|
| 1034 | + margin-right: 0; |
|---|
| 1035 | +} |
|---|
| 1036 | +p.search-box { |
|---|
| 1037 | + float: left; |
|---|
| 1038 | +} |
|---|
| 1039 | +* html #poststuff h2 { |
|---|
| 1040 | + margin-right: 0; |
|---|
| 1041 | +} |
|---|
| 1042 | +#bh { |
|---|
| 1043 | + margin: 7px 10px 0 0; |
|---|
| 1044 | + float: left; |
|---|
| 1045 | +} |
|---|
| 1046 | +#user_info + div#favorite-actions { |
|---|
| 1047 | + right: auto; |
|---|
| 1048 | + left: 15px; |
|---|
| 1049 | +} |
|---|
| 1050 | +#wphead-info { |
|---|
| 1051 | + float: left; |
|---|
| 1052 | +} |
|---|
| 1053 | +/* without this dashboard widgets appear in one column for some screen widths */ |
|---|
| 1054 | +div#dashboard-widgets { |
|---|
| 1055 | + padding-right: 0; |
|---|
| 1056 | + padding-left: 1px; |
|---|
| 1057 | +} |
|---|
| 1058 | +.tagchecklist span a { |
|---|
| 1059 | + margin: 4px -9px 0 0; |
|---|
| 1060 | +} |
|---|
| 1061 | +.widefat th input { |
|---|
| 1062 | + margin: 0 5px 0 0; |
|---|
| 1063 | +} |
|---|
| 1064 | +/* ---------- add by navid */ |
|---|
| 1065 | +#TB_window { |
|---|
| 1066 | + width: 670px; |
|---|
| 1067 | + position: absolute; |
|---|
| 1068 | + top: 50%; |
|---|
| 1069 | + left: 50%; |
|---|
| 1070 | + margin-right: 335px !important; |
|---|
| 1071 | +} |
|---|
| 1072 | +#dashboard_plugins { |
|---|
| 1073 | + direction: ltr; |
|---|
| 1074 | +} |
|---|
| 1075 | +#dashboard_plugins h3.hndle { |
|---|
| 1076 | + direction: rtl; |
|---|
| 1077 | +} |
|---|
| 1078 | +#dashboard_incoming_links ul li, |
|---|
| 1079 | +#dashboard_secondary ul li, |
|---|
| 1080 | +#dashboard_primary ul li, |
|---|
| 1081 | +p.row-actions { |
|---|
| 1082 | + width: 100%; |
|---|
| 1083 | +} |
|---|
| 1084 | +#favorite-inside { |
|---|
| 1085 | + position: absolute; |
|---|
| 1086 | + right:0; |
|---|
| 1087 | +} |
|---|
| 1088 | +#post-status-info { |
|---|
| 1089 | + height: 25px; |
|---|
| 1090 | +} |
|---|
| 1091 | +#screen-meta { |
|---|
| 1092 | + position: static; |
|---|
| 1093 | +} |
|---|
| 1094 | +p.submit { /* quick edit and reply in edit-comments.php */ |
|---|
| 1095 | + height:22px; |
|---|
| 1096 | +} |
|---|
| 1097 | +.inner-sidebar { /* fix edit single comment */ |
|---|
| 1098 | + position: static; |
|---|
| 1099 | +} |
|---|
| 1100 | +form#widgets-filter { /* fix widget page */ |
|---|
| 1101 | + position: static; |
|---|
| 1102 | +} |
|---|
| 1103 | + |
|---|
| 1104 | +* html .meta-box-sortables .postbox .handlediv { |
|---|
| 1105 | + background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px; |
|---|
| 1106 | +} |
|---|
| 1107 | |
|---|
| 1108 | Property changes on: wp-admin/css/ie-rtl.dev.css |
|---|
| 1109 | ___________________________________________________________________ |
|---|
| 1110 | Name: svn:executable |
|---|
| 1111 | + * |
|---|
| 1112 | |
|---|
| 1113 | Index: wp-admin/css/press-this-rtl.dev.css |
|---|
| 1114 | =================================================================== |
|---|
| 1115 | --- wp-admin/css/press-this-rtl.dev.css (revision 0) |
|---|
| 1116 | +++ wp-admin/css/press-this-rtl.dev.css (revision 0) |
|---|
| 1117 | @@ -0,0 +1,128 @@ |
|---|
| 1118 | +body { |
|---|
| 1119 | + font-family: Tahoma, Arial; |
|---|
| 1120 | +} |
|---|
| 1121 | + |
|---|
| 1122 | +#poststuff #edButtonPreview, |
|---|
| 1123 | +#poststuff #edButtonHTML { |
|---|
| 1124 | + margin: 0 0 0 5px; |
|---|
| 1125 | + float: right; |
|---|
| 1126 | +} |
|---|
| 1127 | + |
|---|
| 1128 | +/* Editor/Main Column */ |
|---|
| 1129 | +div#poststuff { |
|---|
| 1130 | + padding-left: 0; |
|---|
| 1131 | + padding-right: 10px; |
|---|
| 1132 | +} |
|---|
| 1133 | + |
|---|
| 1134 | +.posting { |
|---|
| 1135 | + margin-right: 0; |
|---|
| 1136 | + margin-left: 228px; |
|---|
| 1137 | + left: auto; |
|---|
| 1138 | + right: 0; |
|---|
| 1139 | +} |
|---|
| 1140 | + |
|---|
| 1141 | +#side-info-column { |
|---|
| 1142 | + float: left; |
|---|
| 1143 | + right: auto; |
|---|
| 1144 | + left: 0; |
|---|
| 1145 | + margin-right: 0; |
|---|
| 1146 | + margin-left: 10px; |
|---|
| 1147 | +} |
|---|
| 1148 | + |
|---|
| 1149 | +#side-info-column .sleeve { |
|---|
| 1150 | + padding-left: 0; |
|---|
| 1151 | + padding-right: 10px; |
|---|
| 1152 | +} |
|---|
| 1153 | + |
|---|
| 1154 | +h3.tb { |
|---|
| 1155 | + margin-left: 0; |
|---|
| 1156 | + margin-right: 5px; |
|---|
| 1157 | +} |
|---|
| 1158 | + |
|---|
| 1159 | +#actions { |
|---|
| 1160 | + float: left; |
|---|
| 1161 | +} |
|---|
| 1162 | + |
|---|
| 1163 | +#extra_fields #actions { |
|---|
| 1164 | + right: auto; |
|---|
| 1165 | + left: 4px; |
|---|
| 1166 | +} |
|---|
| 1167 | + |
|---|
| 1168 | +#actions li { |
|---|
| 1169 | + float: right; |
|---|
| 1170 | + margin-right: 0; |
|---|
| 1171 | + margin-left: 10px; |
|---|
| 1172 | +} |
|---|
| 1173 | + |
|---|
| 1174 | +#extra_fields .button { |
|---|
| 1175 | + margin-right: 0; |
|---|
| 1176 | + margin-left: 5px; |
|---|
| 1177 | +} |
|---|
| 1178 | + |
|---|
| 1179 | +/* Photo Styles */ |
|---|
| 1180 | +#img_container a { |
|---|
| 1181 | + float: right; |
|---|
| 1182 | +} |
|---|
| 1183 | + |
|---|
| 1184 | +#category-add input, #category-add select { |
|---|
| 1185 | + font-family: Tahoma, Arial; |
|---|
| 1186 | +} |
|---|
| 1187 | + |
|---|
| 1188 | +#categorydiv ul.categorychecklist ul { |
|---|
| 1189 | + margin-left: 0; |
|---|
| 1190 | + margin-right: 18px; |
|---|
| 1191 | +} |
|---|
| 1192 | + |
|---|
| 1193 | +/* Tags */ |
|---|
| 1194 | +#tagsdiv #newtag { |
|---|
| 1195 | + margin-right: 0; |
|---|
| 1196 | + margin-left: 5px; |
|---|
| 1197 | +} |
|---|
| 1198 | + |
|---|
| 1199 | +#tagadd { |
|---|
| 1200 | + margin-left: 0; |
|---|
| 1201 | + margin-right: 3px; |
|---|
| 1202 | +} |
|---|
| 1203 | + |
|---|
| 1204 | +#tagchecklist span { |
|---|
| 1205 | + margin-left: .5em; |
|---|
| 1206 | + margin-right: 10px; |
|---|
| 1207 | + float: right; |
|---|
| 1208 | +} |
|---|
| 1209 | +#tagchecklist span a { |
|---|
| 1210 | + margin: 6px -9px 0 0; |
|---|
| 1211 | + float: right; |
|---|
| 1212 | +} |
|---|
| 1213 | + |
|---|
| 1214 | +#content { |
|---|
| 1215 | + margin-left: 0; |
|---|
| 1216 | + margin-right: 1%; |
|---|
| 1217 | +} |
|---|
| 1218 | + |
|---|
| 1219 | +.submit input, |
|---|
| 1220 | +.button, |
|---|
| 1221 | +.button-primary, |
|---|
| 1222 | +.button-secondary, |
|---|
| 1223 | +.button-highlighted, |
|---|
| 1224 | +#postcustomstuff .submit input { |
|---|
| 1225 | + font-family: Tahoma, Arial, sans-serif; |
|---|
| 1226 | +} |
|---|
| 1227 | + |
|---|
| 1228 | +.ac_results li { |
|---|
| 1229 | + text-align: right; |
|---|
| 1230 | +} |
|---|
| 1231 | + |
|---|
| 1232 | +#TB_ajaxContent #options { |
|---|
| 1233 | + right: auto; |
|---|
| 1234 | + left: 25px; |
|---|
| 1235 | +} |
|---|
| 1236 | + |
|---|
| 1237 | +#post_status { |
|---|
| 1238 | + margin-left: 0; |
|---|
| 1239 | + margin-right: 10px; |
|---|
| 1240 | +} |
|---|
| 1241 | + |
|---|
| 1242 | +/* Footer */ |
|---|
| 1243 | +#footer { |
|---|
| 1244 | + padding: 10px 60px 0 0; |
|---|
| 1245 | +} |
|---|
| 1246 | |
|---|
| 1247 | Property changes on: wp-admin/css/press-this-rtl.dev.css |
|---|
| 1248 | ___________________________________________________________________ |
|---|
| 1249 | Name: svn:executable |
|---|
| 1250 | + * |
|---|
| 1251 | |
|---|
| 1252 | Index: wp-admin/css/media-rtl.css |
|---|
| 1253 | =================================================================== |
|---|
| 1254 | --- wp-admin/css/media-rtl.css (revision 13231) |
|---|
| 1255 | +++ wp-admin/css/media-rtl.css (working copy) |
|---|
| 1256 | @@ -1,85 +1 @@ |
|---|
| 1257 | -body#media-upload ul#sidemenu { |
|---|
| 1258 | - left: auto; |
|---|
| 1259 | - right: 0; |
|---|
| 1260 | -} |
|---|
| 1261 | -#search-filter { |
|---|
| 1262 | - text-align: left; |
|---|
| 1263 | -} |
|---|
| 1264 | -/* specific to the image upload form */ |
|---|
| 1265 | -.align .field label { |
|---|
| 1266 | - padding: 0 28px 0 0; |
|---|
| 1267 | - margin: 0 0 0 1em; |
|---|
| 1268 | -} |
|---|
| 1269 | -.image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label { |
|---|
| 1270 | - background-position: center right; |
|---|
| 1271 | -} |
|---|
| 1272 | -tr.image-size div.image-size-item { |
|---|
| 1273 | - float: right; |
|---|
| 1274 | -} |
|---|
| 1275 | -tr.image-size label { |
|---|
| 1276 | - margin: 0 1em 0 0; |
|---|
| 1277 | -} |
|---|
| 1278 | -.filename.original { |
|---|
| 1279 | - float: right; |
|---|
| 1280 | -} |
|---|
| 1281 | -.crunching { |
|---|
| 1282 | - text-align: left; |
|---|
| 1283 | - margin-right: 0; |
|---|
| 1284 | - margin-left: 5px; |
|---|
| 1285 | -} |
|---|
| 1286 | -button.dismiss { |
|---|
| 1287 | - right: auto; |
|---|
| 1288 | - left: 5px; |
|---|
| 1289 | -} |
|---|
| 1290 | -.file-error { |
|---|
| 1291 | - margin: 0 50px 5px 0; |
|---|
| 1292 | -} |
|---|
| 1293 | -.progress { |
|---|
| 1294 | - left: auto; |
|---|
| 1295 | - right: 0; |
|---|
| 1296 | -} |
|---|
| 1297 | -.describe td { |
|---|
| 1298 | - padding: 0 0 0 5px; |
|---|
| 1299 | -} |
|---|
| 1300 | -.bar { |
|---|
| 1301 | - border-right-width: 0; |
|---|
| 1302 | - border-left-width: 3px; |
|---|
| 1303 | - border-right-style: none; |
|---|
| 1304 | - border-left-style: solid; |
|---|
| 1305 | -} |
|---|
| 1306 | - |
|---|
| 1307 | -/* Specific to Uploader */ |
|---|
| 1308 | -#media-upload .media-upload-form p { |
|---|
| 1309 | - margin: 0 0 1em 1em; |
|---|
| 1310 | -} |
|---|
| 1311 | -.filename { |
|---|
| 1312 | - float: right; |
|---|
| 1313 | - margin-left: 0; |
|---|
| 1314 | - margin-right: 10px; |
|---|
| 1315 | -} |
|---|
| 1316 | -#media-upload .describe th.label { |
|---|
| 1317 | - text-align: right; |
|---|
| 1318 | -} |
|---|
| 1319 | -.menu_order { |
|---|
| 1320 | - float: left; |
|---|
| 1321 | -} |
|---|
| 1322 | -.media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help { |
|---|
| 1323 | - font-family: Tahoma, Arial; |
|---|
| 1324 | -} |
|---|
| 1325 | -#gallery-settings #basic th.label { |
|---|
| 1326 | - padding: 5px 0 5px 5px; |
|---|
| 1327 | -} |
|---|
| 1328 | -#gallery-settings .title, h3.media-title { |
|---|
| 1329 | - font-family: Tahoma, Arial; |
|---|
| 1330 | -} |
|---|
| 1331 | -#gallery-settings .describe th.label { |
|---|
| 1332 | - text-align: right; |
|---|
| 1333 | -} |
|---|
| 1334 | -#gallery-settings label, |
|---|
| 1335 | -#gallery-settings legend { |
|---|
| 1336 | - margin-right: 0; |
|---|
| 1337 | - margin-left: 15px; |
|---|
| 1338 | -} |
|---|
| 1339 | -#gallery-settings .align .field label { |
|---|
| 1340 | - margin: 0 0 0 1.5em; |
|---|
| 1341 | -} |
|---|
| 1342 | +body#media-upload ul#sidemenu{left:auto;right:0}#search-filter{text-align:left}.align.field label{padding:0 28px 0 0;margin:0 0 0 1em}.image-align-none-label,.image-align-left-label,.image-align-center-label,.image-align-right-label{background-position:center right}tr.image-size div.image-size-item{float:right}tr.image-size label{margin:0 1em 0 0}.filename.original{float:right}.crunching{text-align:left;margin-right:0;margin-left:5px}button.dismiss{right:auto;left:5px}.file-error{margin:0 50px 5px 0}.progress{left:auto;right:0}.describe td{padding:0 0 0 5px}.bar{border-right-width:0;border-left-width:3px;border-right-style:none;border-left-style:solid}#media-upload.media-upload-form p{margin:0 0 1em 1em}.filename{float:right;margin-left:0;margin-right:10px}#media-upload.describe th.label{text-align:right}.menu_order{float:left}.media-upload-form label.form-help,td.help,#media-upload p.help,#media-upload label.help{font-family:Tahoma,Arial}#gallery-settings#basic th.label{padding:5px 0 5px 5px}#gallery-settings.title,h3.media-title{font-family:Tahoma,Arial}#gallery-settings.describe th.label{text-align:right}#gallery-settings label,#gallery-settings legend{margin-right:0;margin-left:15px}#gallery-settings.align.field label{margin:0 0 0 1.5em} |
|---|
| 1343 | \ No newline at end of file |
|---|
| 1344 | Index: wp-admin/css/install-rtl.dev.css |
|---|
| 1345 | =================================================================== |
|---|
| 1346 | --- wp-admin/css/install-rtl.dev.css (revision 0) |
|---|
| 1347 | +++ wp-admin/css/install-rtl.dev.css (revision 0) |
|---|
| 1348 | @@ -0,0 +1,16 @@ |
|---|
| 1349 | +body { |
|---|
| 1350 | + font-family: Tahoma, arial; |
|---|
| 1351 | +} |
|---|
| 1352 | +h1 { |
|---|
| 1353 | + font-family: arial; |
|---|
| 1354 | + margin: 5px -4px 0 0; |
|---|
| 1355 | +} |
|---|
| 1356 | +ul, ol { padding: 5px 22px 5px 5px; } |
|---|
| 1357 | +.step, th { text-align: right; } |
|---|
| 1358 | +.submit input, .button, .button-secondary { |
|---|
| 1359 | + font-family: Tahoma, arial; |
|---|
| 1360 | + margin-right:0; |
|---|
| 1361 | +} |
|---|
| 1362 | +.form-table th { |
|---|
| 1363 | + text-align: right; |
|---|
| 1364 | +} |
|---|
| 1365 | |
|---|
| 1366 | Property changes on: wp-admin/css/install-rtl.dev.css |
|---|
| 1367 | ___________________________________________________________________ |
|---|
| 1368 | Name: svn:executable |
|---|
| 1369 | + * |
|---|
| 1370 | |
|---|
| 1371 | Index: wp-admin/css/widgets-rtl.dev.css |
|---|
| 1372 | =================================================================== |
|---|
| 1373 | --- wp-admin/css/widgets-rtl.dev.css (revision 0) |
|---|
| 1374 | +++ wp-admin/css/widgets-rtl.dev.css (revision 0) |
|---|
| 1375 | @@ -0,0 +1,11 @@ |
|---|
| 1376 | + |
|---|
| 1377 | +ul#widget-list li.widget-list-item div.widget-description { |
|---|
| 1378 | + margin: 0 200px 0 0; |
|---|
| 1379 | + padding: 0 4em 0 0; |
|---|
| 1380 | +} |
|---|
| 1381 | +.widget-control-save, |
|---|
| 1382 | +.widget-control-remove { |
|---|
| 1383 | + margin-right: 0; |
|---|
| 1384 | + margin-left: 8px; |
|---|
| 1385 | + float: right; |
|---|
| 1386 | +} |
|---|
| 1387 | |
|---|
| 1388 | Property changes on: wp-admin/css/widgets-rtl.dev.css |
|---|
| 1389 | ___________________________________________________________________ |
|---|
| 1390 | Name: svn:executable |
|---|
| 1391 | + * |
|---|
| 1392 | |
|---|