Changeset 8327
- Timestamp:
- 07/13/2008 04:40:25 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/dashboard-rtl.css
r8106 r8327 23 23 } 24 24 25 div.dashboard-widget-submit input { 26 font-family: sans-serif !important; 27 } 28 25 29 #dashboard-widgets .widget_rss ul li a { 26 30 float:right; … … 64 68 float: right; 65 69 } 70 #dashboard_secondary div.dashboard-widget-content ul li .post { 71 font-family: sans-serif !important; 72 } 66 73 #dashboard_secondary div.dashboard-widget-content ul li a { 67 74 border-right:0 none; 68 75 border-left:1px solid #DADADA; 69 76 } 77 #dashboard_secondary div.dashboard-widget-content ul li a cite { 78 font-family: sans-serif; 79 } -
trunk/wp-admin/css/global-rtl.css
r7908 r8327 1 /* styles for use by people extending the WordPress interface */ 1 //* styles for use by people extending the WordPress interface */ 2 body, td { font-family: sans-serif; } 3 4 textarea, input, select { font-family: sans-serif; } 5 2 6 .alignleft { float: right; } 3 7 .alignright { float: left; } … … 5 9 .textleft { text-align: right; } 6 10 .textright { text-align: left; } 11 12 .wrap h2 { font-family: sans-serif; } 7 13 8 14 .widefat td { -
trunk/wp-admin/css/install-rtl.css
r7398 r8327 1 1 body { 2 font-size: 11px;; 2 font-size: 11px; 3 font-family: sans-serif !important; 3 4 } 4 5 ul, ol { … … 18 19 text-align: left; 19 20 } 21 .submit input, .button, .button-secondary { 22 font-family: sans-serif !important; 23 } 24 h1 { 25 font-family: sans-serif; 26 } -
trunk/wp-admin/css/login-rtl.css
r7398 r8327 1 1 body { 2 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,sans-serif;2 font-family: sans-serif; 3 3 direction: rtl; 4 } 5 #login form .submit input { 6 font-family: sans-serif !important; 4 7 } 5 8 form { -
trunk/wp-admin/css/theme-editor-rtl.css
r7501 r8327 1 #template textarea { 2 font-family: monospace !important; 3 } 1 4 #templateside { 2 5 float:left; -
trunk/wp-admin/rtl.css
r8106 r8327 5 5 } 6 6 7 body, td { 8 font-family: Tahoma,Verdana,sans-serif; 7 body, td, .submit input, .button, .button-secondary, .button-highlighted, #your-profile legend, .quicktags, .search, #wpcontent select, #wphead #viewsite a, #wphead h1 { 8 font-family: sans-serif !important; 9 } 10 11 .code, #quicktags #ed_code { 12 font-family: monospace !important; 9 13 } 10 14 … … 66 70 display:block; 67 71 float:right; 68 font:700 16px/100% "Times New Roman", Times,serif;72 font:700 16px/100% sans-serif; 69 73 margin:0 0 0 10px; 70 74 padding:5px 7px 9px … … 79 83 { 80 84 background:url(images/comment-stalk-rtl.gif) -309px bottom !important; 81 font-family: Tahoma, Verdana, sans-serif;85 font-family: sans-serif !important; 82 86 margin-left:-45px; 83 87 margin-right:.2em;
Note: See TracChangeset
for help on using the changeset viewer.