Changeset 9687
- Timestamp:
- 11/14/2008 06:27:52 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ie-rtl.css
r9262 r9687 1 .metabox-holder .postbox h3, #poststuff .postbox h3 { 2 padding-left:0; 3 padding-right: 23px; 1 * html #wpbody-content { 2 float: left; 4 3 } 5 * html #poststuff .postarea, * html #poststuff #titlediv { 6 margin-left:0; 7 margin-right: 3%; 4 #wphead-info { 5 float: left; 6 } 7 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { 8 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -108px; 9 } 10 11 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { 12 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px; 13 } 14 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head { 15 padding: 3px 10px 4px 4px; 16 } 17 .inline-edit-row fieldset label span.title { 18 float: right; 19 } 20 .inline-edit-row fieldset label span.input-text-wrap { 21 margin-right: 0; 22 } 23 p.search-box { 24 float: left; 8 25 } 9 26 * html #poststuff h2 { … … 11 28 } 12 29 #bh { 13 padding-right:0;14 padding-left: 15px;30 margin: 3px 6px 0 0; 31 float: left; 15 32 } 33 /* without this dashboard widgets appear in one column for some screen widths */ 16 34 div#dashboard-widgets { 17 padding-right: 0;35 padding-right: 0; 18 36 padding-left: 1px; 19 37 } … … 24 42 margin: 0 5px 0 0; 25 43 } 26 /* ---------- add by navid */ 27 #sidemenu a { /* fix left admin buttom ex. plugins, options */ 28 float:left; 44 /* ---------- add by navid */ 45 #TB_window { 46 width: 670px; 47 position: absolute; 48 top: 50%; 49 left: 50%; 50 margin-right: 335px !important; 29 51 } 30 .wrap h2{31 margin:5px 4px 0 0;52 #dashboard_plugins { 53 direction: ltr; 32 54 } 33 # editor-toolbar {/* fix hover in media uploader icon */34 direction: ltr;55 #dashboard_plugins h3.hndle { 56 direction: rtl; 35 57 } 36 # TB_window { /* fix theme preview */37 left:2%;58 #dashboard_incoming_links ul li, #dashboard_secondary ul li, #dashboard_primary ul li, p.comment-actions { 59 width: 100%; 38 60 } 39 /* fix widget page */ 40 form#widgets-filter { 41 position:static;61 #favorite-inside { 62 position: absolute; 63 right:0; 42 64 } 43 # widget-search{44 display:none;65 #post-status-info { 66 height: 25px; 45 67 } 46 /* fix manage comment page */ 47 .view-switch { 48 float:left; 68 #screen-meta { 69 position: static; 49 70 } 50 form#posts-filter { 51 position:static;71 p.submit { /* quick edit and reply in edit-comments.php */ 72 height:22px; 52 73 } 53 . search-box {54 display:none;74 .inner-sidebar { /* fix edit single comment */ 75 position: static; 55 76 } 56 #submenu { 57 margin-right: 20px;77 form#widgets-filter { /* fix widget page */ 78 position: static; 58 79 } 59 /* Fixes for media-upload window */60 /* Center media-upload panel on screen */61 #TB_window {62 width: 670px;63 position: absolute;64 top: 50%;65 left: 50%;66 margin-right: 335px !important; } -
trunk/wp-admin/rtl.css
r9668 r9687 164 164 float: left; 165 165 padding: 1px 0 0 2px; 166 clear: left; 166 167 } 167 168 #adminmenu div.wp-menu-image { … … 258 259 #poststuff .stuffbox h3 { 259 260 background-position: right top; 260 }261 #edit-slug-buttons a {262 margin-right: 0;263 margin-left: 4px;264 261 } 265 262 .postarea h3 label { … … 473 470 /* 2500 - 2700 474 471 =================================== */ 475 .inline-editor .post-title .slug,476 .inline-editor .page-title .slug {477 text-align: left;478 }479 .inline-editor .categories ul.cat-checklist {480 padding: 0 4px 0 0;481 }482 .inline-editor .categories ul.children {483 padding-left: 0;484 padding-right: 15px;485 }486 .inline-editor .comments {487 text-align: right;488 }489 472 #bulk-titles div a { 490 473 float: right; … … 495 478 margin-right: 10px; 496 479 } 480 #wpbody-content .inline-edit-row fieldset { 481 float: right; 482 } 483 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { 484 border-left: 0 none; 485 border-right: 1px solid; 486 } 487 #wpbody-content .bulk-edit-row .inline-edit-col-bottom { 488 float: left; 489 } 490 .inline-edit-row fieldset label span.title { 491 float: right; 492 } 493 .inline-edit-row fieldset label span.input-text-wrap { 494 margin-left: 0; 495 margin-right: 5em; 496 } 497 .quick-edit-row-post fieldset.inline-edit-col-right label span.title { 498 padding-right: 0; 499 padding-left: 0.5em; 500 } 501 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { 502 margin-right: 0; 503 margin-left: 0.5em; 504 } 497 505 /* 2700 - 3000 498 506 =================================== */ 507 .inline-edit-row fieldset span.title, 508 .inline-edit-row fieldset span.checkbox-title { 509 font-family: Tahoma, "Times New Roman"; 510 } 511 .inline-edit-row fieldset .inline-edit-date { 512 float: right; 513 } 514 .inline-edit-row fieldset ul.cat-checklist label, 515 .inline-edit-row .catshow, 516 .inline-edit-row .cathide, 517 .inline-edit-row #bulk-titles div { 518 font-family: Tahoma, "Times New Roman"; 519 } 520 .quick-edit-row-post fieldset label.inline-edit-status { 521 float: right; 522 } 499 523 .describe-toggle-on, .describe-toggle-off { 500 524 float: left;
Note: See TracChangeset
for help on using the changeset viewer.