Changeset 13238
- Timestamp:
- 02/19/2010 11:55:09 PM (15 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 11 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/dashboard-rtl.css
r13090 r13238 1 #dashboard-widgets-wrap .has-sidebar { 2 margin-right: 0; 3 margin-left: -51%; 4 } 5 #dashboard-widgets-wrap .has-sidebar .has-sidebar-content { 6 margin-right: 0; 7 margin-left: 51%; 8 } 9 .view-all { 10 right: auto; 11 left: 0; 12 } 13 #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 { 14 font-family: Tahoma, Arial; 15 } 16 #dashboard_right_now td.b { 17 padding-right: 0; 18 padding-left: 6px; 19 text-align: left; 20 font-family: Tahoma, Arial; 21 } 22 #dashboard_right_now .t { 23 padding-right: 0; 24 padding-left: 12px; 25 } 26 #dashboard_right_now .versions a { 27 font-family: Tahoma, Arial; 28 } 29 #dashboard_right_now a.button { 30 float: left; 31 clear: left; 32 } 33 #dashboard-widgets h3 .postbox-title-action { 34 right: auto; 35 left: 30px; 36 } 37 #the-comment-list .pingback { 38 padding-left: 0 !important; 39 padding-right: 9px !important; 40 } 41 /* Recent Comments */ 42 #the-comment-list .comment-item { 43 padding: 1em 70px 1em 10px; 44 } 45 #the-comment-list .comment-item .avatar { 46 float: right; 47 margin-left: 0; 48 margin-right: -60px; 49 } 50 /* Feeds */ 51 .rss-widget cite { 52 text-align: left; 53 } 54 .rss-widget span.rss-date { 55 font-family: Tahoma, Arial; 56 margin-left: 0; 57 margin-right: 3px; 58 } 59 /* QuickPress */ 60 #dashboard_quick_press h4 { 61 float: right; 62 text-align: left; 63 } 64 #dashboard_quick_press h4 label { 65 margin-right: 0; 66 margin-left: 10px; 67 } 68 #dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap { 69 margin: 0 5em 1em 0; 70 } 71 #dashboard_quick_press #media-buttons { 72 margin: 0 5em .5em 0; 73 padding: 0 10px 0 0; 74 } 75 #dashboard-widgets #dashboard_quick_press form p.submit { 76 margin-left: 0; 77 margin-right: 4.6em; 78 } 79 #dashboard-widgets #dashboard_quick_press form p.submit input { 80 float: right; 81 } 82 #dashboard-widgets #dashboard_quick_press form p.submit #save-post { 83 margin: 0 10px 0 1em; 84 } 85 #dashboard-widgets #dashboard_quick_press form p.submit #publish { 86 float: left; 87 } 88 #dashboard-widgets #dashboard_quick_press form p.submit img.waiting { 89 margin: 4px 0 0 6px; 90 } 91 /* Recent Drafts */ 92 #dashboard_recent_drafts h4 abbr { 93 font-family: Tahoma, Arial; 94 margin-left:0; 95 margin-right: 3px; 96 } 1 #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;} -
trunk/wp-admin/css/global-rtl.css
r12392 r13238 1 /* 2 column liquid layout */ 2 #adminmenu { 3 float: right; 4 clear: right; 5 margin-right:-160px; 6 margin-left: 5px; 7 } 8 body.folded #adminmenu { 9 margin-left: 0; 10 margin-right: -45px; 11 } 12 /* inner 2 column liquid layout */ 13 .inner-sidebar { 14 float: left; 15 clear: left; 16 } 17 18 .has-right-sidebar #post-body { 19 clear:right; 20 float:right; 21 margin-right:0; 22 margin-left:-340px; 23 } 24 25 .has-right-sidebar #post-body-content { 26 margin-left: 300px; 27 margin-right:0; 28 } 29 30 #wpbody { 31 margin-left:0; 32 margin-right: 175px; 33 } 34 .folded #wpbody { 35 margin-left: 0; 36 margin-right: 60px; 37 } 38 #wpbody-content { 39 float: right; 40 } 41 /* 2 columns main area */ 42 #col-right { 43 float: left; 44 clear: left; 45 } 46 .wrap { 47 margin: 0 5px 0 15px; 48 } 49 /* styles for use by people extending the WordPress interface */ 50 body, td, textarea, input, select { 51 font-family: Tahoma, arial; 52 } 53 .alignleft { 54 float: right; 55 } 56 .alignright { 57 float: left; 58 } 59 .subsubsub { 60 float: right; 61 } 62 .widefat th { 63 text-align: right; 64 } 65 .widefat th input { 66 margin: 0 8px 0 0; 67 } 68 .wrap h2 { 69 font-family: arial; 70 padding: 14px 0 3px 15px; 71 } 72 .wrap h2.long-header { 73 padding-left: 0; 74 } 75 .updated, .error { 76 clear: both; 77 } 78 79 .screen-reader-text, .screen-reader-text span { 80 left:auto; 81 text-indent:-1000em; 82 } 1 #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;} -
trunk/wp-admin/css/ie-rtl.css
r12183 r13238 1 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { 2 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -109px; 3 } 4 5 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { 6 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px; 7 } 8 * html #adminmenu { 9 margin-left:0; 10 margin-right: -80px; 11 } 12 * html div.folded #adminmenu { 13 margin-left: 0; 14 margin-right: -22px; 15 } 16 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head { 17 padding: 3px 10px 4px 4px; 18 } 19 .inline-edit-row fieldset label span.title { 20 float: right; 21 } 22 .inline-edit-row fieldset label span.input-text-wrap { 23 margin-right: 0; 24 } 25 p.search-box { 26 float: left; 27 } 28 * html #poststuff h2 { 29 margin-right: 0; 30 } 31 #bh { 32 margin: 7px 10px 0 0; 33 float: left; 34 } 35 #user_info + div#favorite-actions { 36 right: auto; 37 left: 15px; 38 } 39 #wphead-info { 40 float: left; 41 } 42 /* without this dashboard widgets appear in one column for some screen widths */ 43 div#dashboard-widgets { 44 padding-right: 0; 45 padding-left: 1px; 46 } 47 .tagchecklist span a { 48 margin: 4px -9px 0 0; 49 } 50 .widefat th input { 51 margin: 0 5px 0 0; 52 } 53 /* ---------- add by navid */ 54 #TB_window { 55 width: 670px; 56 position: absolute; 57 top: 50%; 58 left: 50%; 59 margin-right: 335px !important; 60 } 61 #dashboard_plugins { 62 direction: ltr; 63 } 64 #dashboard_plugins h3.hndle { 65 direction: rtl; 66 } 67 #dashboard_incoming_links ul li, 68 #dashboard_secondary ul li, 69 #dashboard_primary ul li, 70 p.row-actions { 71 width: 100%; 72 } 73 #favorite-inside { 74 position: absolute; 75 right:0; 76 } 77 #post-status-info { 78 height: 25px; 79 } 80 #screen-meta { 81 position: static; 82 } 83 p.submit { /* quick edit and reply in edit-comments.php */ 84 height:22px; 85 } 86 .inner-sidebar { /* fix edit single comment */ 87 position: static; 88 } 89 form#widgets-filter { /* fix widget page */ 90 position: static; 91 } 92 93 * html .meta-box-sortables .postbox .handlediv { 94 background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px; 95 } 1 * 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;} -
trunk/wp-admin/css/ie.css
r12678 r13238 1 /* Fixes for IE bugs */ 2 3 #wpbody-content input.button, 4 #wpbody-content input.button-secondary, 5 #wpbody-content input.button-highlighted { 6 padding: 2px 3px; 7 } 8 9 #minor-publishing-actions input, 10 #major-publishing-actions input { 11 min-width: auto; 12 padding-left: 0; 13 padding-right: 0; 14 } 15 16 #wpbody-content .postbox { 17 border: 1px solid #dfdfdf; 18 } 19 20 #wpbody-content .postbox h3 { 21 margin-bottom: -1px; 22 } 23 24 * html .meta-box-sortables .postbox .handlediv { 25 background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px; 26 } 27 28 * html .edit-box { 29 display: inline; 30 } 31 32 * html .inner-sidebar #side-sortables, 33 * html .postbox-container .meta-box-sortables { 34 height: 300px; 35 } 36 37 * html #wpbody-content #screen-options-link-wrap { 38 display: inline-block; 39 width: 150px; 40 text-align: center; 41 } 42 43 * html #wpbody-content #contextual-help-link-wrap { 44 display: inline-block; 45 width: 100px; 46 text-align: center; 47 } 48 49 * html #adminmenu { 50 margin-left: -80px; 51 } 52 53 * html .folded #adminmenu { 54 margin-left: -22px; 55 } 56 57 * html #wpcontent #adminmenu li.menu-top { 58 display: inline; 59 padding: 0; 60 margin: 0; 61 } 62 63 * html #footer { 64 margin: 0; 65 } 66 67 .folded #adminmenu li.menu-top { 68 display: block; 69 zoom: 100%; 70 } 71 72 ul#adminmenu { 73 z-index: 99; 74 } 75 76 #adminmenu li.menu-top a.menu-top { 77 min-width: auto; 78 width: auto; 79 } 80 81 #wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu { 82 font-style: normal; 83 } 84 85 * html #wpcontent #adminmenu .wp-menu-open .wp-menu-toggle { 86 background: none; 87 } 88 89 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { 90 background: url(../images/menu-bits.gif) no-repeat scroll left -109px; 91 } 92 93 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { 94 background: url(../images/menu-bits.gif) no-repeat scroll left -206px; 95 } 96 97 * html #adminmenu div.wp-menu-image { 98 height: 29px; 99 } 100 101 #wpcontent #adminmenu .wp-submenu li { 102 padding: 0; 103 } 104 105 #adminmenu, 106 .wp-submenu, 107 .wp-submenu li, 108 .wp-menu-toggle { 109 zoom: 100%; 110 } 111 112 .folded #adminmenu li.wp-menu-separator { 113 width: 28px; 114 } 115 116 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head { 117 padding: 3px 4px 4px 10px; 118 zoom: 100%; 119 } 120 121 .folded #adminmenu .menu-top { 122 height: 30px; 123 } 124 125 .folded #adminmenu .wp-submenu { 126 margin: -1px 0 0 0; 127 } 128 129 #template, 130 #template div, 131 #editcat, 132 #addcat, 133 * html .stuffbox h3 { 134 zoom: 100%; 135 } 136 137 .submitbox { 138 margin-top: 10px; 139 } 140 141 /* Inline Editor */ 142 #wpbody-content .quick-edit-row-post .inline-edit-col-left { 143 width: 39%; 144 } 145 146 #wpbody-content .inline-edit-row-post .inline-edit-col-center { 147 width: 19%; 148 } 149 150 #wpbody-content .quick-edit-row-page .inline-edit-col-left { 151 width: 49%; 152 } 153 154 #wpbody-content .bulk-edit-row .inline-edit-col-left { 155 width: 29%; 156 } 157 158 .inline-edit-row p.submit { 159 zoom: 100%; 160 } 161 162 .inline-edit-row fieldset label span.title { 163 display: block; 164 float: left; 165 width: 5em; 166 } 167 168 .inline-edit-row fieldset label span.input-text-wrap { 169 margin-left: 0; 170 zoom: 100%; 171 } 172 173 #wpbody-content .inline-edit-row fieldset label span.input-text-wrap input { 174 line-height: 130%; 175 } 176 177 #wpbody-content .inline-edit-row .input-text-wrap input { 178 width: 95%; 179 } 180 181 #wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input { 182 width: 8em; 183 } 184 /* end Inline Editor */ 185 186 input { 187 line-height: 1; 188 } 189 190 * html .row-actions { 191 visibility: visible; 192 } 193 194 #dashboard-widgets h3 a { 195 height: 20px; 196 line-height: 20px; 197 } 198 199 #wphead-info { 200 float: right; 201 } 202 203 #titlediv #title { 204 width: 98%; 205 } 206 207 a.button { 208 line-height: 1.4em; 209 margin: 1px; 210 padding: 2px 6px; 211 } 212 213 * html div.widget-liquid-left, 214 * html div.widget-liquid-right { 215 display: block; 216 position: relative; 217 } 218 219 #screen-options-wrap { 220 overflow: hidden; 221 } 222 223 #favorite-actions { 224 z-index: 12; 225 } 226 227 #favorite-inside, 228 #favorite-inside a, 229 .favorite-action { 230 zoom: 100%; 231 } 232 233 #the-comment-list .comment-item, 234 #post-status-info, 235 #wpwrap, 236 #wpcontent, 237 #wrap, 238 #postdivrich, 239 #postdiv, 240 #poststuff, 241 .metabox-holder, 242 #titlediv, 243 #post-body, 244 #editorcontainer, 245 .tablenav, 246 .widget-liquid-left, 247 .widget-liquid-right, 248 #widgets-left, 249 .widgets-sortables, 250 #dragHelper, 251 .widget .widget-top, 252 .widget, 253 .widget-control-actions, 254 .tagchecklist, 255 #col-container, 256 #col-left, 257 #col-right, 258 .fileedit-sub { 259 display: block; 260 zoom: 100%; 261 } 262 263 p.search-box { 264 position: static; 265 float: right; 266 margin: -3px 0 4px; 267 } 268 269 * html #editorcontainer { 270 padding: 0; 271 } 272 273 #editorcontainer #content { 274 overflow: auto; 275 margin: auto; 276 width: 98%; 277 } 278 279 form#template div { 280 width: 100%; 281 } 282 283 #ed_toolbar input, 284 #ed_reply_toolbar input { 285 overflow: visible; 286 padding: 0 4px; 287 } 288 289 #poststuff h2 { 290 font-size: 1.6em; 291 } 292 293 * html #poststuff h2 { 294 margin-left: 0; 295 } 296 297 #bh { 298 margin: 7px 10px 0 0; 299 float: right; 300 } 301 302 /* without this dashboard widgets appear in one column for some screen widths */ 303 div#dashboard-widgets { 304 padding-right: 1px; 305 } 306 307 .tagchecklist span, .tagchecklist span a { 308 display: inline-block; 309 display: block; 310 } 311 312 .tagchecklist span a { 313 margin: 4px 0 0 -9px; 314 } 315 316 .tablenav .button-secondary, .nav .button-secondary { 317 padding: 0 1px; 318 vertical-align: middle; 319 } 320 321 .tablenav select { 322 font-size: 13px; 323 display: inline-block; 324 vertical-align: top; 325 margin-top: 2px; 326 } 327 328 .tablenav .actions select { 329 width: 155px; 330 } 331 332 table.ie-fixed { 333 table-layout: fixed; 334 } 335 336 .widefat tr, .widefat th { 337 margin-bottom: 0; 338 border-spacing: 0; 339 } 340 341 .widefat th input { 342 margin: 0 0 0 5px; 343 } 344 345 .widefat .check-column { 346 padding: 6px 0 2px; 347 } 348 349 .widefat tbody th.check-column { 350 padding: 4px 0 22px; 351 } 352 353 .widefat { 354 empty-cells: show; 355 border-collapse: collapse; 356 } 357 358 .tablenav a.button-secondary { 359 display: inline-block; 360 padding: 2px 5px; 361 } 362 363 * html .stuffbox, 364 * html .stuffbox input, 365 * html .stuffbox textarea { 366 border: 1px solid #DFDFDF; 367 } 368 369 * html .feature-filter .feature-group li { 370 width: 145px; 371 } 372 373 * html .widget-top .widget-title-action a { 374 background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px; 375 } 376 377 * html div.widget-liquid-left { 378 width: 99%; 379 } 380 381 #wp_inactive_widgets { 382 padding-bottom: 8px; 383 } 384 385 * html .widgets-sortables { 386 height: 50px; 387 } 388 389 * html a#content_resize { 390 right: -2px; 391 } 392 393 * html .widget-title h4 { 394 width: 205px; 395 } 396 397 * html #removing-widget .in-widget-title { 398 display: none; 399 } 400 401 #available-widgets .widget-holder { 402 padding-bottom: 65px; 403 } 404 405 #widgets-left .inactive { 406 padding-bottom: 10px; 407 } 408 409 .widget-liquid-right .widget, 410 #wp_inactive_widgets .widget { 411 position: relative; 412 } 413 414 * html .media-item .pinkynail { 415 height: 32px; 416 width: 40px; 417 } 418 419 #wpcontent .button-primary-disabled { 420 color: #9FD0D5; 421 background: #298CBA; 422 } 423 424 #wpcontent #ajax-loading { 425 vertical-align: baseline; 426 } 427 428 * html .describe .field input.text, 429 * html .describe .field textarea { 430 width: 440px; 431 } 432 433 #the-comment-list .unapproved tr, 434 #the-comment-list .unapproved td { 435 background-color: #ffffe0; 436 } 437 438 .imgedit-submit { 439 width: 300px; 440 } 441 442 * html input { 443 border: 1px solid #dfdfdf; 444 } 1 #wpbody-content input.button,#wpbody-content input.button-secondary,#wpbody-content input.button-highlighted{padding:2px 3px;}#minor-publishing-actions input,#major-publishing-actions input{min-width:auto;padding-left:0;padding-right:0;}#wpbody-content .postbox{border:1px solid #dfdfdf;}#wpbody-content .postbox h3{margin-bottom:-1px;}* html .meta-box-sortables .postbox .handlediv{background:transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;}* html .edit-box{display:inline;}* html .inner-sidebar #side-sortables,* html .postbox-container .meta-box-sortables{height:300px;}* html #wpbody-content #screen-options-link-wrap{display:inline-block;width:150px;text-align:center;}* html #wpbody-content #contextual-help-link-wrap{display:inline-block;width:100px;text-align:center;}* html #adminmenu{margin-left:-80px;}* html .folded #adminmenu{margin-left:-22px;}* html #wpcontent #adminmenu li.menu-top{display:inline;padding:0;margin:0;}* html #footer{margin:0;}.folded #adminmenu li.menu-top{display:block;zoom:100%;}ul#adminmenu{z-index:99;}#adminmenu li.menu-top a.menu-top{min-width:auto;width:auto;}#wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu{font-style:normal;}* html #wpcontent #adminmenu .wp-menu-open .wp-menu-toggle{background:none;}* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle{background:url(../images/menu-bits.gif) no-repeat scroll left -109px;}* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle{background:url(../images/menu-bits.gif) no-repeat scroll left -206px;}* html #adminmenu div.wp-menu-image{height:29px;}#wpcontent #adminmenu .wp-submenu li{padding:0;}#adminmenu,.wp-submenu,.wp-submenu li,.wp-menu-toggle{zoom:100%;}.folded #adminmenu li.wp-menu-separator{width:28px;}#wpcontent #adminmenu .wp-submenu li.wp-submenu-head{padding:3px 4px 4px 10px;zoom:100%;}.folded #adminmenu .menu-top{height:30px;}.folded #adminmenu .wp-submenu{margin:-1px 0 0 0;}#template,#template div,#editcat,#addcat,* html .stuffbox h3{zoom:100%;}.submitbox{margin-top:10px;}#wpbody-content .quick-edit-row-post .inline-edit-col-left{width:39%;}#wpbody-content .inline-edit-row-post .inline-edit-col-center{width:19%;}#wpbody-content .quick-edit-row-page .inline-edit-col-left{width:49%;}#wpbody-content .bulk-edit-row .inline-edit-col-left{width:29%;}.inline-edit-row p.submit{zoom:100%;}.inline-edit-row fieldset label span.title{display:block;float:left;width:5em;}.inline-edit-row fieldset label span.input-text-wrap{margin-left:0;zoom:100%;}#wpbody-content .inline-edit-row fieldset label span.input-text-wrap input{line-height:130%;}#wpbody-content .inline-edit-row .input-text-wrap input{width:95%;}#wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input{width:8em;}input{line-height:1;}* html .row-actions{visibility:visible;}#dashboard-widgets h3 a{height:20px;line-height:20px;}#wphead-info{float:right;}#titlediv #title{width:98%;}a.button{line-height:1.4em;margin:1px;padding:2px 6px;}* html div.widget-liquid-left,* html div.widget-liquid-right{display:block;position:relative;}#screen-options-wrap{overflow:hidden;}#favorite-actions{z-index:12;}#favorite-inside,#favorite-inside a,.favorite-action{zoom:100%;}#the-comment-list .comment-item,#post-status-info,#wpwrap,#wpcontent,#wrap,#postdivrich,#postdiv,#poststuff,.metabox-holder,#titlediv,#post-body,#editorcontainer,.tablenav,.widget-liquid-left,.widget-liquid-right,#widgets-left,.widgets-sortables,#dragHelper,.widget .widget-top,.widget,.widget-control-actions,.tagchecklist,#col-container,#col-left,#col-right,.fileedit-sub{display:block;zoom:100%;}p.search-box{position:static;float:right;margin:-3px 0 4px;}* html #editorcontainer{padding:0;}#editorcontainer #content{overflow:auto;margin:auto;width:98%;}form#template div{width:100%;}#ed_toolbar input,#ed_reply_toolbar input{overflow:visible;padding:0 4px;}#poststuff h2{font-size:1.6em;}* html #poststuff h2{margin-left:0;}#bh{margin:7px 10px 0 0;float:right;}div#dashboard-widgets{padding-right:1px;}.tagchecklist span,.tagchecklist span a{display:inline-block;display:block;}.tagchecklist span a{margin:4px 0 0 -9px;}.tablenav .button-secondary,.nav .button-secondary{padding:0 1px;vertical-align:middle;}.tablenav select{font-size:13px;display:inline-block;vertical-align:top;margin-top:2px;}.tablenav .actions select{width:155px;}table.ie-fixed{table-layout:fixed;}.widefat tr,.widefat th{margin-bottom:0;border-spacing:0;}.widefat th input{margin:0 0 0 5px;}.widefat .check-column{padding:6px 0 2px;}.widefat tbody th.check-column{padding:4px 0 22px;}.widefat{empty-cells:show;border-collapse:collapse;}.tablenav a.button-secondary{display:inline-block;padding:2px 5px;}* html .stuffbox,* html .stuffbox input,* html .stuffbox textarea{border:1px solid #DFDFDF;}* html .feature-filter .feature-group li{width:145px;}* html .widget-top .widget-title-action a{background:url("../images/menu-bits.gif") no-repeat scroll 0 -110px;}* html div.widget-liquid-left{width:99%;}#wp_inactive_widgets{padding-bottom:8px;}* html .widgets-sortables{height:50px;}* html a#content_resize{right:-2px;}* html .widget-title h4{width:205px;}* html #removing-widget .in-widget-title{display:none;}#available-widgets .widget-holder{padding-bottom:65px;}#widgets-left .inactive{padding-bottom:10px;}.widget-liquid-right .widget,#wp_inactive_widgets .widget{position:relative;}* html .media-item .pinkynail{height:32px;width:40px;}#wpcontent .button-primary-disabled{color:#9FD0D5;background:#298CBA;}#wpcontent #ajax-loading{vertical-align:baseline;}* html .describe .field input.text,* html .describe .field textarea{width:440px;}#the-comment-list .unapproved tr,#the-comment-list .unapproved td{background-color:#ffffe0;}.imgedit-submit{width:300px;}* html input{border:1px solid #dfdfdf;} -
trunk/wp-admin/css/install-rtl.css
r9505 r13238 1 body { 2 font-family: Tahoma, arial; 3 } 4 h1 { 5 font-family: arial; 6 margin: 5px -4px 0 0; 7 } 8 ul, ol { padding: 5px 22px 5px 5px; } 9 .step, th { text-align: right; } 10 .submit input, .button, .button-secondary { 11 font-family: Tahoma, arial; 12 margin-right:0; 13 } 14 .form-table th { 15 text-align: right; 16 } 1 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;} -
trunk/wp-admin/css/login-rtl.css
r10147 r13238 1 body { 2 font-family: Tahoma, arial; 3 } 4 form { 5 margin-right: 8px; 6 margin-left: 0; 7 } 8 form .forgetmenot { 9 float: right; 10 } 11 #login form .submit input { 12 font-family: Tahoma, arial; 13 } 14 form .submit { float: left; } 15 #backtoblog a { 16 left: auto; 17 right: 15px; 18 } 19 #login_error, .message { 20 margin: 0 8px 16px 0; 21 } 22 #nav { margin: 0 8px 0 0; } 23 #user_pass, #user_login, #user_email { 24 margin-left: 6px; 25 margin-right: 0; 26 direction:ltr; 27 } 28 h1 a { 29 text-decoration: none; 30 } 1 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;} -
trunk/wp-admin/css/media-rtl.css
r12130 r13238 1 body#media-upload ul#sidemenu { 2 left: auto; 3 right: 0; 4 } 5 #search-filter { 6 text-align: left; 7 } 8 /* specific to the image upload form */ 9 .align .field label { 10 padding: 0 28px 0 0; 11 margin: 0 0 0 1em; 12 } 13 .image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label { 14 background-position: center right; 15 } 16 tr.image-size div.image-size-item { 17 float: right; 18 } 19 tr.image-size label { 20 margin: 0 1em 0 0; 21 } 22 .filename.original { 23 float: right; 24 } 25 .crunching { 26 text-align: left; 27 margin-right: 0; 28 margin-left: 5px; 29 } 30 button.dismiss { 31 right: auto; 32 left: 5px; 33 } 34 .file-error { 35 margin: 0 50px 5px 0; 36 } 37 .progress { 38 left: auto; 39 right: 0; 40 } 41 .describe td { 42 padding: 0 0 0 5px; 43 } 44 .bar { 45 border-right-width: 0; 46 border-left-width: 3px; 47 border-right-style: none; 48 border-left-style: solid; 49 } 50 51 /* Specific to Uploader */ 52 #media-upload .media-upload-form p { 53 margin: 0 0 1em 1em; 54 } 55 .filename { 56 float: right; 57 margin-left: 0; 58 margin-right: 10px; 59 } 60 #media-upload .describe th.label { 61 text-align: right; 62 } 63 .menu_order { 64 float: left; 65 } 66 .media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help { 67 font-family: Tahoma, Arial; 68 } 69 #gallery-settings #basic th.label { 70 padding: 5px 0 5px 5px; 71 } 72 #gallery-settings .title, h3.media-title { 73 font-family: Tahoma, Arial; 74 } 75 #gallery-settings .describe th.label { 76 text-align: right; 77 } 78 #gallery-settings label, 79 #gallery-settings legend { 80 margin-right: 0; 81 margin-left: 15px; 82 } 83 #gallery-settings .align .field label { 84 margin: 0 0 0 1.5em; 85 } 1 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;} -
trunk/wp-admin/css/plugin-install-rtl.css
r10149 r13238 1 div.star { 2 left: auto; 3 right: 0; 4 letter-spacing: 0; 5 } 6 .star img, div.star a, div.star a:hover, div.star a:visited { 7 right: auto; 8 left: 0; 9 } 10 #plugin-information ul#sidemenu { 11 left: auto; 12 right: 0; 13 } 14 #plugin-information h2 { 15 margin-right: 0; 16 margin-left: 200px; 17 } 18 #plugin-information .fyi { 19 margin-left: 5px; 20 margin-right: 20px; 21 } 22 #plugin-information .fyi h2 { 23 margin-left: 0; 24 } 25 #plugin-information .fyi ul { 26 padding: 10px 7px 10px 5px; 27 } 28 #plugin-information #section-screenshots li p { 29 padding-left: 0; 30 padding-right: 20px; 31 } 32 #plugin-information .updated, 33 #plugin-information pre { 34 margin-right: 0; 35 margin-left: 215px; 36 } 37 #plugin-information .updated, #plugin-information .error { 38 clear: none; 39 direction: rtl; 40 } 41 #section-description { 42 direction: ltr; 43 } 1 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;} -
trunk/wp-admin/css/press-this-rtl.css
r10290 r13238 1 body { 2 font-family: Tahoma, Arial; 3 } 4 5 #poststuff #edButtonPreview, 6 #poststuff #edButtonHTML { 7 margin: 0 0 0 5px; 8 float: right; 9 } 10 11 /* Editor/Main Column */ 12 div#poststuff { 13 padding-left: 0; 14 padding-right: 10px; 15 } 16 17 .posting { 18 margin-right: 0; 19 margin-left: 228px; 20 left: auto; 21 right: 0; 22 } 23 24 #side-info-column { 25 float: left; 26 right: auto; 27 left: 0; 28 margin-right: 0; 29 margin-left: 10px; 30 } 31 32 #side-info-column .sleeve { 33 padding-left: 0; 34 padding-right: 10px; 35 } 36 37 h3.tb { 38 margin-left: 0; 39 margin-right: 5px; 40 } 41 42 #actions { 43 float: left; 44 } 45 46 #extra_fields #actions { 47 right: auto; 48 left: 4px; 49 } 50 51 #actions li { 52 float: right; 53 margin-right: 0; 54 margin-left: 10px; 55 } 56 57 #extra_fields .button { 58 margin-right: 0; 59 margin-left: 5px; 60 } 61 62 /* Photo Styles */ 63 #img_container a { 64 float: right; 65 } 66 67 #category-add input, #category-add select { 68 font-family: Tahoma, Arial; 69 } 70 71 #categorydiv ul.categorychecklist ul { 72 margin-left: 0; 73 margin-right: 18px; 74 } 75 76 /* Tags */ 77 #tagsdiv #newtag { 78 margin-right: 0; 79 margin-left: 5px; 80 } 81 82 #tagadd { 83 margin-left: 0; 84 margin-right: 3px; 85 } 86 87 #tagchecklist span { 88 margin-left: .5em; 89 margin-right: 10px; 90 float: right; 91 } 92 #tagchecklist span a { 93 margin: 6px -9px 0 0; 94 float: right; 95 } 96 97 #content { 98 margin-left: 0; 99 margin-right: 1%; 100 } 101 102 .submit input, 103 .button, 104 .button-primary, 105 .button-secondary, 106 .button-highlighted, 107 #postcustomstuff .submit input { 108 font-family: Tahoma, Arial, sans-serif; 109 } 110 111 .ac_results li { 112 text-align: right; 113 } 114 115 #TB_ajaxContent #options { 116 right: auto; 117 left: 25px; 118 } 119 120 #post_status { 121 margin-left: 0; 122 margin-right: 10px; 123 } 124 125 /* Footer */ 126 #footer { 127 padding: 10px 60px 0 0; 128 } 1 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;} -
trunk/wp-admin/css/theme-editor-rtl.css
r11647 r13238 1 #templateside { 2 float: left; 3 } 1 #templateside{float: left;} -
trunk/wp-admin/css/widgets-rtl.css
r10912 r13238 1 2 ul#widget-list li.widget-list-item div.widget-description { 3 margin: 0 200px 0 0; 4 padding: 0 4em 0 0; 5 } 6 .widget-control-save, 7 .widget-control-remove { 8 margin-right: 0; 9 margin-left: 8px; 10 float: right; 11 } 1 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;}
Note: See TracChangeset
for help on using the changeset viewer.