Changeset 8328
- Timestamp:
- 07/13/2008 05:57:23 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/press-this-rtl.css
r8326 r8328 2 2 font-family: sans-serif; 3 3 } 4 5 #viewsite { 6 right:auto; left: 8px; 7 } 8 9 ul#menu { 10 padding-right: 8px; 11 } 12 13 .ui-tabs-nav li { 14 float: right; 15 } 16 17 div#posting { 18 padding-right:16px; padding-left: 0; 19 } 20 21 div#categories { 22 right: auto; left: 16px; 23 } 24 25 div#categories h2 { 26 margin:0.5em 1em 0.5em 0; 27 } 28 29 #jaxtag { 30 padding-right :1em; padding-left: 0; 31 } 32 33 input#newtag { 34 margin-left: 4px; width: 100px; 35 } 36 37 #photo_directions span { 38 right: auto; left: 3px 39 } 40 41 #TB_ajaxContent #options { 42 right: auto; left: 25px; 43 } 44 45 #TB_ajaxContent { 46 text-align: right; 47 } 48 49 #TB_ajaxContent #this_photo { 50 direction: ltr; 51 } 52 53 .video_split #extra_fields { 54 float: right; 55 } 56 57 .video_split .editor_area { 58 float: left; 59 } -
trunk/wp-includes/script-loader.php
r8326 r8328 212 212 $styles->text_direction = 'rtl' == get_bloginfo( 'text_direction' ) ? 'rtl' : 'ltr'; 213 213 214 $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this' );214 $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie' ); 215 215 216 216 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css' );
Note: See TracChangeset
for help on using the changeset viewer.