Changeset 9552
- Timestamp:
- 11/06/2008 06:21:05 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/dashboard-rtl.css
r9505 r9552 33 33 /* Recent Comments */ 34 34 #the-comment-list .comment-item { 35 padding: 5px 47px 5px 5px;35 padding: 1em 70px 1em 10px; 36 36 } 37 37 #the-comment-list .comment-item .avatar { 38 38 left: auto; 39 right: 5px;39 right: 0; 40 40 } 41 41 /* Feeds */ … … 43 43 text-align: left; 44 44 } 45 .rss-widget span.rss-date { 46 font-family: Tahoma, Arial; 47 } 48 /* QuickPress */ 49 #dashboard_quick_press h4 { 50 float: right; 51 font-family: Tahoma, Arial; 52 text-align: left; 53 } 54 #dashboard_quick_press h4 label { 55 margin-right: 0; 56 margin-left: 10px; 57 } 58 #dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap { 59 margin: 0 5em 1em 0; 60 } 61 #dashboard_quick_press #media-buttons { 62 margin: 0 5em .5em 0; 63 padding: 0 2px 0 0; 64 } 65 #dashboard-widgets #dashboard_quick_press form p.submit { 66 padding: 1em 5em 1em 1em; 67 } 68 #dashboard-widgets #dashboard_quick_press form p.submit input { 69 float: right; 70 } 71 #dashboard-widgets #dashboard_quick_press form p.submit #save-post { 72 margin: 0 10px 0 1em; 73 } 74 #dashboard-widgets #dashboard_quick_press form p.submit #publish { 75 float: left; 76 } 77 /* Recent Drafts */ 78 #dashboard_recent_drafts h4 abbr { 79 font-family: Tahoma, Arial; 80 } -
trunk/wp-admin/rtl.css
r9505 r9552 1 1 /* 0 - 200 2 2 =================================== */ 3 .plugins .togl {4 border-right-width: 0;5 border-left-width: 1px;6 border-right-style: none;7 border-left-style: solid;8 }9 3 form#upload th { 10 4 text-align: left; … … 268 262 margin-left: 15px; 269 263 } 270 # poststuff #media-buttons a {264 #media-buttons a { 271 265 padding: 0 10px 5px 0; 272 266 } … … 428 422 } 429 423 /* show/hide settings */ 430 #screen-options-link-wrap { 431 float: left; 432 font-family: Tahoma, Arial; 433 right: auto; 434 left: 100px; 435 } 436 #screen-options-wrap h5 { 424 #screen-meta-links { 425 margin: 0 0 0 20px; 426 } 427 #screen-options-link-wrap, 428 #contextual-help-link-wrap { 429 float: left; 430 font-family: Tahoma, Arial; 431 margin: -1px 0 0 10px; 432 } 433 #screen-options-wrap h5, 434 #contextual-help-wrap h5 { 437 435 padding: 10px 15px 0 0; 438 436 }
Note: See TracChangeset
for help on using the changeset viewer.