Make WordPress Core

Ticket #16123: wp-admin-rtl.dev.css.patch

File wp-admin-rtl.dev.css.patch, 18.9 KB (added by recKz, 14 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    1 /* 0 - 200
     1/* Couldn't be found in wp-admin.dev.css
    22=================================== */
    3 td.available-theme {
    4         text-align: right;
     3.page-numbers {
     4        margin-right: 0;
     5        margin-left: 1px;
    56}
    6 #current-theme img {
     7
     8#adminmenu img.wp-menu-image {
    79        float: right;
     10}
     11.folded #adminmenu img.wp-menu-image {
     12        padding: 7px 6px 0 0;
     13}
     14
     15.meta-box-sortables .postbox .handlediv {
     16        float: left;
     17}
     18#poststuff #edButtonPreview,
     19
     20.inline-editor .save,
     21.inline-editor .cancel {
    822        margin-right: 0;
    9         margin-left: 1em;
     23        margin-left: 5px;
    1024}
     25
     26/* 50 - 119 Section 1.0 - Text Styles
     27=================================== */
    1128.quicktags, .search {
    1229        font-family: Tahoma, Arial, sans-serif;
    1330}
    14 /* 200 - 500
     31.howto {
     32        font-family: Tahoma, Arial, sans-serif;
     33}
     34.icon32 {
     35        float: right;
     36        margin: 14px 0 0 6px;
     37}
     38.subtitle {
     39        padding-left: 0;
     40        padding-right: 25px;
     41}
     42ol {
     43        list-style-type:decimal;
     44        margin-left:0;
     45        margin-right:2em;
     46}
     47
     48/* 120 - 273 Section 2.0 - Forms
    1549=================================== */
     50.submit input,
     51.button,
     52.button-primary,
     53.button-secondary,
     54.button-highlighted,
     55#postcustomstuff .submit input {
     56        font-family: Tahoma, Arial, sans-serif;
     57}
    1658#doaction,
    1759#doaction2,
    1860#post-query-submit {
    1961        margin-right: 0;
    2062        margin-left: 8px;
    2163}
    22 #save-post {
     64#wpcontent select {
     65        font-family: Tahoma, Arial, sans-serif;
     66}
     67#pass-strength-result {
    2368        float: right;
     69        margin: 12px 1px 5px 5px;
    2470}
    25 #minor-publishing .ajax-loading {
    26         padding: 3px 4px 0 0;
     71p.search-box {
     72        float: left;
     73}
     74
     75/* 274 - 427 Section 3.0 - Actions
     76=================================== */
     77#delete-action {
     78        text-align: right;
    2779        float: right;
    2880}
    29 .preview {
     81#publishing-action {
     82        text-align: left;
    3083        float: left;
    3184}
    32 #sticky-span {
    33         margin-left: 0;
    34         margin-right: 18px;
    35 }
    3685#post-body .misc-pub-section {
    3786        border-right-width: 0;
    3887        border-left-width: 1px;
     
    4392#post-body .misc-pub-section-last {
    4493        border-left: 0;
    4594}
    46 #delete-action {
    47         text-align: right;
     95#save-post {
    4896        float: right;
    4997}
    50 #publishing-action {
    51         text-align: left;
     98#minor-publishing .ajax-loading {
     99        padding: 3px 4px 0 0;
     100        float: right;
     101}
     102.preview {
    52103        float: left;
    53104}
     105#sticky-span {
     106        margin-left: 0;
     107        margin-right: 18px;
     108}
    54109.side-info ul {
    55110        padding-left: 0;
    56111        padding-right: 18px;
    57112}
    58 .submit input,
    59 .button,
    60 .button-primary,
    61 .button-secondary,
    62 .button-highlighted,
    63 #postcustomstuff .submit input {
    64         font-family: Tahoma, Arial, sans-serif;
    65 }
    66 #wpcontent select {
    67         font-family: Tahoma, Arial, sans-serif;
    68 }
    69 #quicktags {
    70         background-position: right top;
    71 }
    72 /* 500 - 700
     113
     114/* 428 - 482 Section 4.0 - Notifications
    73115=================================== */
    74 #template div {
    75         margin-right: 0;
    76         margin-left: 190px;
    77 }
    78 * html #template div {
    79         margin-left: 0;
    80 }
    81 
    82 .list-ajax-loading {
    83         float: left;
    84         margin-right: 0;
    85         margin-left: 9px;
    86 }
    87 
    88 #your-profile legend {
    89         font-family: Tahoma, Arial, sans-serif;
    90 }
    91116#ajax-response.alignleft {
    92117        margin-left: 0;
    93118        margin-right: 2em;
    94119}
    95 .page-numbers {
    96         margin-right: 0;
    97         margin-left: 1px;
    98 }
    99 .column-author img, .column-username img {
    100         float: right;
    101         margin-right: 0;
    102         margin-left: 10px;
    103 }
    104 .tablenav a.button-secondary {
    105         margin-right: 0;
    106         margin-left: 8px;
    107 }
    108 .tablenav .actions {
    109         padding-right: 0;
    110         padding-left: 8px;
    111 }
    112 .tablenav .tablenav-pages {
    113         float: left;
    114 }
    115 .tablenav .displaying-num {
    116         margin-right: 0;
    117         margin-left: 10px;
    118         font-family: Tahoma, Arial, sans-serif;
    119         font-style: normal;
    120 }
    121 #postcustomstuff table input,
    122 #postcustomstuff table select,
    123 #postcustomstuff table textarea {
    124         margin: 8px 8px 8px 0;
    125 }
    126 /* 700 - 1000
     120
     121/* 578 - 645 Section 6.0 Admin Header
    127122=================================== */
    128 #pass-strength-result {
    129         float: right;
    130         margin: 12px 1px 5px 5px;
     123#wphead-info {
     124        margin: 0 15px 0 0;
     125        padding-right:0;
     126        padding-left: 15px;
    131127}
    132 /* Admin Header */
    133128#user_info {
    134129        float: left;
    135130}
     
    144139#wphead h1.long-title {
    145140        font-family: Tahoma, Arial, sans-serif;
    146141}
     142
     143/* 715 - 813 Section 6.2 - Screen Options Tabs
     144=================================== */
     145#screen-meta-links {
     146        margin: 0 0 0 18px;
     147}
     148#screen-options-link-wrap,
     149#contextual-help-link-wrap {
     150        float: left;
     151        font-family: Tahoma, Arial, sans-serif;
     152        margin: 0 0 0 6px;
     153}
     154#screen-meta a.show-settings {
     155        padding: 0 6px 0 16px;
     156        background-position: left top;
     157}
     158.metabox-prefs label {
     159        padding-right: 0;
     160        padding-left: 15px;
     161}
     162.metabox-prefs label input {
     163        margin: 0 2px 0 5px;
     164}
     165
     166/* 814 - 1145 Section 7.0 - Main Navigation (Left Menu)
     167=================================== */
    147168#adminmenu .wp-submenu a {
    148169        padding-left: 0;
    149170        padding-right: 12px;
     
    155176#adminmenu .wp-submenu-head {
    156177        font-family: Tahoma, Arial, sans-serif;
    157178}
    158 #adminmenu img.wp-menu-image {
    159         float: right;
    160 }
    161 .folded #adminmenu img.wp-menu-image {
    162         padding: 7px 6px 0 0;
    163 }
    164179#adminmenu a.separator {
    165180        cursor: e-resize;
    166181}
     
    189204#adminmenu div.wp-menu-image {
    190205        float: right;
    191206}
    192 #wphead-info {
    193         margin: 0 15px 0 0;
    194         padding-right:0;
    195         padding-left: 15px;
    196 }
    197 /* end side admin menu */
    198 /* 1000 - 1300
    199 =================================== */
    200207#adminmenu #awaiting-mod,
    201208#adminmenu span.update-plugins,
    202209#sidemenu li a span.update-plugins {
     
    212219        margin-right: 0;
    213220        margin-left: 5px;
    214221}
    215 /* Tables used on comment.php and option/setting pages */
    216 .form-table th {
    217         text-align: right;
     222
     223/* 1146 - 1280 Section 8.0 - Layout Blocks
     224=================================== */
     225
     226.postbox-container {
     227        float: right;
     228        padding-left: 0.5%;
     229        padding-right: 0;
    218230}
    219 .form-table input.tog {
     231
     232/* 1281 - 1327 Section 9.0 - Dashboard
     233=================================== */
     234#the-comment-list td.comment p.comment-author {
    220235        margin-right: 0;
    221         margin-left: 2px;
     236}
     237#the-comment-list p.comment-author img {
    222238        float: right;
     239        margin-right: 0;
     240        margin-left: 8px;
    223241}
    224 .form-table table.color-palette {
     242td.action-links, th.action-links {
     243        text-align: left;
     244}
     245.settings-toggle {
     246        text-align: left;
     247        margin: 5px 0 15px 7px;
     248}
     249
     250
     251/* 1328 - 1556 Section 10.0 - List Posts (/Pages/etc)
     252=================================== */
     253.sorting-indicator {
     254        margin-left: 0;
     255        margin-right: 7px;
     256}
     257th.sortable a span,
     258th.sorted a span {
    225259        float: right;
    226260}
    227 #profile-page .form-table #rich_editing {
     261.fixed .column-comments a {
     262        float: right;
     263}
     264#posts-filter fieldset {
     265        float: right;
     266        margin: 0 0 1em 1.5ex;
     267}
     268#posts-filter fieldset legend {
     269        padding: 0 1px .2em 0;
     270}
     271.view-switch {
     272        float: left;
     273}
     274.filter {
     275        float: right;
     276        margin: -5px 10px 0 0;
     277}
     278.tablenav .delete {
    228279        margin-right: 0;
    229         margin-left: 5px;
     280        margin-left: 20px;
    230281}
    231 /* Post Screen */
    232 /* 1300 - 1500
     282.filter .subsubsub {
     283        margin-left: 0;
     284        margin-right: -10px;
     285}
     286
     287
     288/* 1442 - 1555 Section 10.0 - Bulk Actions
    233289=================================== */
    234 #normal-sortables .postbox .submit {
     290.tablenav a.button-secondary {
     291        margin-right: 0;
     292        margin-left: 8px;
     293}
     294.tablenav .actions {
     295        padding-right: 0;
     296        padding-left: 8px;
     297}
     298.tablenav .tablenav-pages {
    235299        float: left;
    236300}
    237 #post-body .tagsdiv #newtag {
     301.tablenav .displaying-num {
    238302        margin-right: 0;
    239         margin-left: 5px;
     303        margin-left: 10px;
     304        font-family: Tahoma, Arial, sans-serif;
     305        font-style: normal;
    240306}
    241 #post-status-info {
    242         padding: 0 7px 0 15px;
     307
     308/* 1556 - 1830 Section 10.1 - Inline Editing
     309=================================== */
     310#bulk-titles div a {
     311        float: right;
     312        margin: 3px -2px 0 3px;
    243313}
    244 #comment-status-radio input {
    245         margin: 2px 0 5px 3px;
     314#wpbody-content .inline-edit-row fieldset {
     315        float: right;
    246316}
    247 .tagchecklist {
    248         margin-left: 0;
    249         margin-right: 10px;
     317#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
     318        border-left: 0 none;
     319        border-right: 1px solid;
    250320}
    251 .tagchecklist strong {
    252         margin-left: 0;
    253         margin-right: -8px;
     321#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
     322        float: left;
    254323}
    255 .tagchecklist span {
     324.inline-edit-row fieldset label span.title {
    256325        float: right;
    257326}
    258 .tagchecklist span a {
    259         margin: 6px -9px 0 0;
    260         float: right;
     327.inline-edit-row fieldset label span.input-text-wrap {
     328        margin-left: 0;
     329        margin-right: 5em;
    261330}
    262 .ac_results li {
    263         text-align: right;
     331.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
     332        padding-right: 0;
     333        padding-left: 0.5em;
    264334}
    265 #poststuff h2 {
    266         clear: right;
     335#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
     336        margin-right: 0;
     337        margin-left: 0.5em;
    267338}
    268 .description, .form-wrap p {
     339.inline-edit-row fieldset span.title,
     340.inline-edit-row fieldset span.checkbox-title {
    269341        font-family: Tahoma, Arial, sans-serif;
    270342}
    271 .sorting-indicator {
    272         margin-left: 0;
    273         margin-right: 7px;
    274 }
    275 th.sortable a span,
    276 th.sorted a span {
     343.inline-edit-row fieldset .inline-edit-date {
    277344        float: right;
    278345}
    279 .fixed .column-comments a {
     346.inline-edit-row fieldset ul.cat-checklist label,
     347.inline-edit-row .catshow,
     348.inline-edit-row .cathide,
     349.inline-edit-row #bulk-titles div {
     350        font-family: Tahoma, Arial, sans-serif;
     351}
     352.quick-edit-row-post fieldset label.inline-edit-status {
    280353        float: right;
    281354}
    282355
    283 /* 1500 - 1800
     356/* 1831 - 2342 Section 11.0 - Write/Edit Post Screen
    284357=================================== */
     358#normal-sortables .postbox .submit {
     359        float: left;
     360}
     361#post-body .tagsdiv #newtag {
     362        margin-right: 0;
     363        margin-left: 5px;
     364}
     365#post-status-info {
     366        padding: 0 7px 0 15px;
     367}
    285368.autosave-info {
    286369        padding: 2px 2px 2px 15px;
    287370        text-align: left;
    288371}
    289 .meta-box-sortables .postbox .handlediv {
     372#poststuff #edButtonHTML {
     373        margin: 5px 0 0 5px;
    290374        float: left;
    291375}
    292 .howto {
    293         font-family: Tahoma, Arial, sans-serif;
     376#poststuff #edButtonHTML {
     377        margin-right: 0;
     378        margin-left: 15px;
    294379}
    295380.postarea h3 label {
    296381        float: right;
     
    303388.wp_themeSkin tr.mceFirst td.mceToolbar {
    304389        background-position: right top;
    305390}
    306 #poststuff #edButtonPreview,
    307 #poststuff #edButtonHTML {
    308         margin: 5px 0 0 5px;
    309         float: left;
    310 }
    311 #poststuff #edButtonHTML {
    312         margin-right: 0;
    313         margin-left: 15px;
    314 }
     391
    315392#media-buttons a {
    316393        padding: 0 10px 5px 0;
    317394}
     
    326403        margin-right: 0;
    327404        margin-left: 4px;
    328405}
    329 /* Categories */
     406#wp-word-count {
     407        margin-right: 10px;
     408}
     409.curtime #timestamp {
     410        background-position: right top;
     411        padding-left: 0;
     412        padding-right: 18px;
     413}
     414
     415/* 2343 - 2427 Section 11.1 - Custom Fields
     416=================================== */
     417#postcustomstuff table input,
     418#postcustomstuff table select,
     419#postcustomstuff table textarea {
     420        margin: 8px 8px 8px 0;
     421}
     422
     423/* 2455 - 2682 Section 12.0 - Categories
     424=================================== */
     425.description, .form-wrap p {
     426        font-family: Tahoma, Arial, sans-serif;
     427}
    330428.category-adder {
    331429        margin-left: 0;
    332430        margin-right: 120px;
     
    354452#post-body #linkcategorydiv div.tabs-panel {
    355453        margin: 0 120px 0 5px;
    356454}
    357 /* 1800 - 2000
    358 =================================== */
    359455#front-page-warning,
    360456#front-static-pages ul,
    361457.inline-editor ul.cat-checklist ul,
     
    367463        margin-left: 0;
    368464        margin-right: 18px;
    369465}
    370 /* positioning etc. */
    371 p.search-box {
    372         float: left;
     466
     467/* 2683 - 2768 Section 13.0 - Tags
     468=================================== */
     469.ac_results li {
     470        text-align: right;
    373471}
    374 #posts-filter fieldset {
    375         float: right;
    376         margin: 0 0 1em 1.5ex;
     472
     473/* 2769 - 2944 Section 14.0 - Media Screen
     474=================================== */
     475#wpbody-content .filename {
     476        margin-left: 0;
     477        margin-right: 10px;
    377478}
    378 #posts-filter fieldset legend {
    379         padding: 0 1px .2em 0;
    380 }
    381 .view-switch {
     479.describe-toggle-on, .describe-toggle-off {
    382480        float: left;
     481        margin-right: 0;
     482        margin-left: 20px;
    383483}
    384 .filter {
     484#wpbody-content #media-items .filename {
    385485        float: right;
    386         margin: -5px 10px 0 0;
     486        margin-left: 0;
     487        margin-right: 10px;
    387488}
    388 #the-comment-list td.comment p.comment-author {
    389         margin-right: 0;
    390 }
    391 #the-comment-list p.comment-author img {
     489.media-item .pinkynail {
    392490        float: right;
    393         margin-right: 0;
    394         margin-left: 8px;
    395491}
    396 .tablenav .delete {
    397         margin-right: 0;
    398         margin-left: 20px;
     492
     493/* 2945 - 3117 Section 14.1 - Media Uploader
     494=================================== */
     495#find-posts-response .found-radio {
     496        padding: 8px 8px 0 0;
    399497}
    400 td.action-links, th.action-links {
    401         text-align: left;
     498.find-box-buttons {
     499        left: auto;
     500        right: 12px;
    402501}
    403 /* 2000 - 2300
    404 =================================== */
    405 .filter .subsubsub {
    406         margin-left: 0;
    407         margin-right: -10px;
     502.find-box-search label {
     503        padding-right: 0;
     504        padding-left: 6px;
    408505}
    409 #wp-word-count {
    410         margin-right: 10px;
     506
     507/* favorite-actions */
     508#favorite-actions {
     509        float: left;
    411510}
    412 .tool-box .title {
    413         font-family: Tahoma, Arial, sans-serif;
     511#favorite-first {
     512        padding: 3px 12px 4px 30px;
    414513}
    415 .settings-toggle {
    416         text-align: left;
    417         margin: 5px 0 15px 7px;
     514#favorite-inside {
    418515}
    419 .curtime #timestamp {
    420         background-position: right top;
    421         padding-left: 0;
    422         padding-right: 18px;
     516#favorite-inside a {
     517        padding: 3px 10px 3px 5px;
    423518}
    424 /* media popup 0819 */
    425 #sidemenu {
    426         margin: -30px 315px 0 15px;
    427         float: left;
     519#favorite-toggle {
     520        right: auto;
     521        left: 0;
     522        background:transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat 10px -4px;
     523}
     524#utc-time, #local-time {
    428525        padding-left: 0;
    429         padding-right: 10px;
     526        padding-right: 25px;
     527        font-family: Tahoma, Arial;
    430528}
    431 #sidemenu a {
     529
     530/* 3355 - 3579 Section 15.0 - Comments Screen
     531=================================== */
     532.form-table th {
     533        text-align: right;
     534}
     535.form-table input.tog {
     536        margin-right: 0;
     537        margin-left: 2px;
    432538        float: right;
    433539}
     540.form-table table.color-palette {
     541        float: right;
     542}
     543#comment-status-radio input {
     544        margin: 2px 0 5px 3px;
     545}
    434546#replysubmit .button {
    435547        margin-right: 0;
    436548        margin-left: 5px;
    437549}
    438 /* 2300 - 2500
    439 =================================== */
    440550#edithead .inside {
    441551        float: right;
    442552        margin: 3px 5px 2px 0;
     
    444554#replyrow #ed_reply_toolbar input {
    445555        margin: 1px 1px 1px 2px;
    446556}
    447 /* show/hide settings */
    448 #screen-meta-links {
    449         margin: 0 0 0 18px;
    450 }
    451 #screen-options-link-wrap,
    452 #contextual-help-link-wrap {
    453         float: left;
    454         font-family: Tahoma, Arial, sans-serif;
    455         margin: 0 0 0 6px;
    456 }
    457 #screen-meta a.show-settings {
    458         padding: 0 6px 0 16px;
    459         background-position: left top;
    460 }
    461 .metabox-prefs label {
    462         padding-right: 0;
    463         padding-left: 15px;
    464 }
    465 .metabox-prefs label input {
    466         margin: 0 2px 0 5px;
    467 }
    468 .inline-editor .save,
    469 .inline-editor .cancel {
    470         margin-right: 0;
    471         margin-left: 5px;
    472 }
     557
    473558#replysubmit img.waiting,
    474559.inline-edit-save img.waiting {
    475560        float: left;
     
    481566        margin-right: 0;
    482567        margin-left: 8px;
    483568}
    484 /* 2500 - 2700
     569
     570
     571/* 3579 - 3690 Section 16.0 - Themes
    485572=================================== */
    486 #bulk-titles div a {
    487         float: right;
    488         margin: 3px -2px 0 3px;
     573td.available-theme {
     574        text-align: right;
    489575}
    490 #wpbody-content .filename {
    491         margin-left: 0;
    492         margin-right: 10px;
    493 }
    494 #wpbody-content .inline-edit-row fieldset {
     576#current-theme img {
    495577        float: right;
    496 }
    497 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
    498         border-left: 0 none;
    499         border-right: 1px solid;
    500 }
    501 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
    502         float: left;
    503 }
    504 .inline-edit-row fieldset label span.title {
    505         float: right;
    506 }
    507 .inline-edit-row fieldset label span.input-text-wrap {
    508         margin-left: 0;
    509         margin-right: 5em;
    510 }
    511 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
    512         padding-right: 0;
    513         padding-left: 0.5em;
    514 }
    515 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
    516578        margin-right: 0;
    517         margin-left: 0.5em;
     579        margin-left: 1em;
    518580}
    519 /* 2700 - 3000
     581
     582/* 3868 - 3897 Section 18.0 - Users
    520583=================================== */
    521 .inline-edit-row fieldset span.title,
    522 .inline-edit-row fieldset span.checkbox-title {
     584#your-profile legend {
    523585        font-family: Tahoma, Arial, sans-serif;
    524586}
    525 .inline-edit-row fieldset .inline-edit-date {
    526         float: right;
     587#profile-page .form-table #rich_editing {
     588        margin-right: 0;
     589        margin-left: 5px;
    527590}
    528 .inline-edit-row fieldset ul.cat-checklist label,
    529 .inline-edit-row .catshow,
    530 .inline-edit-row .cathide,
    531 .inline-edit-row #bulk-titles div {
    532         font-family: Tahoma, Arial, sans-serif;
     591
     592/* 3953 - 4183 Section 22.0 - Misc
     593=================================== */
     594#template div {
     595        margin-right: 0;
     596        margin-left: 190px;
    533597}
    534 .quick-edit-row-post fieldset label.inline-edit-status {
     598.column-author img, .column-username img {
    535599        float: right;
    536 }
    537 .describe-toggle-on, .describe-toggle-off {
    538         float: left;
    539600        margin-right: 0;
    540         margin-left: 20px;
     601        margin-left: 10px;
    541602}
    542 #wpbody-content #media-items .filename {
    543         float: right;
     603.tagchecklist {
    544604        margin-left: 0;
    545605        margin-right: 10px;
    546606}
    547 .media-item .pinkynail {
     607.tagchecklist strong {
     608        margin-left: 0;
     609        margin-right: -8px;
     610}
     611.tagchecklist span {
    548612        float: right;
    549613}
    550 #find-posts-response .found-radio {
    551         padding: 8px 8px 0 0;
     614.tagchecklist span a {
     615        margin: 6px -9px 0 0;
     616        float: right;
    552617}
    553 .find-box-buttons {
    554         left: auto;
    555         right: 12px;
     618#poststuff h2 {
     619        clear: right;
    556620}
    557 .find-box-search label {
    558         padding-right: 0;
    559         padding-left: 6px;
     621.tool-box .title {
     622        font-family: Tahoma, Arial, sans-serif;
    560623}
    561 /* favorite-actions */
    562 #favorite-actions {
     624#sidemenu {
     625        margin: -30px 315px 0 15px;
    563626        float: left;
    564 }
    565 #favorite-first {
    566         padding: 3px 12px 4px 30px;
    567 }
    568 #favorite-inside {
    569 }
    570 #favorite-inside a {
    571         padding: 3px 10px 3px 5px;
    572 }
    573 #favorite-toggle {
    574         right: auto;
    575         left: 0;
    576         background:transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat 10px -4px;
    577 }
    578 #utc-time, #local-time {
    579627        padding-left: 0;
    580         padding-right: 25px;
    581         font-family: Tahoma, Arial;
     628        padding-right: 10px;
    582629}
    583 .icon32 {
     630#sidemenu a {
    584631        float: right;
    585         margin: 14px 0 0 6px;
    586632}
    587 .subtitle {
    588         padding-left: 0;
    589         padding-right: 25px;
    590 }
    591633
    592 ol {
    593         list-style-type:decimal;
    594         margin-left:0;
    595         margin-right:2em;
     634/* 4218 - 4266 Only used once or twice in all of WP - deprecate for global style
     635=================================== */
     636* html #template div {
     637        margin-left: 0;
    596638}
    597 
    598 .postbox-container {
    599         float: right;
    600         padding-left: 0.5%;
    601         padding-right: 0;
     639.list-ajax-loading {
     640        float: left;
     641        margin-right: 0;
     642        margin-left: 9px;
    602643}
    603644
    604645/* Media library */
     
    705746        padding-left: 15px;
    706747}
    707748
     749#quicktags {
     750        background-position: right top;
     751}
     752
    708753/* ltr
    709754=================================== */
    710755#author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules {