Changeset 8663
- Timestamp:
- 08/18/2008 03:47:32 PM (18 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
css/ie-rtl.css (modified) (1 diff)
-
rtl.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ie-rtl.css
r8600 r8663 1 /* footer */ 2 body, td { 3 font-family: Tahoma,Verdana,sans-serif;1 #poststuff .postbox h3 { 2 padding-left:0; 3 padding-right: 23px; 4 4 } 5 6 #wpcontent #sidemenu li a { 7 float: left;5 * html #poststuff .postarea, * html #poststuff #titlediv { 6 margin-left:0; 7 margin-right: 3%; 8 8 } 9 10 .wrap { 11 text-align: right; 9 * html #poststuff h2 { 10 margin-right: 0; 12 11 } 13 14 .wrap h2 {15 margin: 5px 0 0 4px;16 }17 18 #footer {19 padding-left:50px;20 }21 #footer p {22 background:none;23 height:auto;24 padding: 5px 5px 0;25 }26 27 12 #bh { 28 padding-left: 15px; 29 padding-right: 0px; 30 } 31 /* write post */ 32 #poststuff .togbox { 33 margin-right:-16px; 34 } 35 #poststuff h3 { 36 padding-right:20px; 37 } 38 39 p#widget-search, p#post-search { 13 padding-right:0; 40 14 padding-left: 15px; 41 15 } 42 43 .widefat th { 44 padding- bottom: 8px;16 div#dashboard-widgets { 17 padding-right:0; 18 padding-left: 1px; 45 19 } 46 47 /* template editor */ 48 #template textarea { 20 #tagchecklist span a { 21 margin: 4px -9px 0 0; 22 } 23 #poststuff .togbox { 24 margin-left:0; 25 margin-right: -19px; 26 } 27 .widefat th input { 28 margin: 0 5px 0 0; 29 } 30 /* ---------- add by navid */ 31 #dashmenu { /* fix top right bottom in admin */ 32 direction:ltr; 33 } 34 #sidemenu a { /* fix left admin buttom ex. plugins, options */ 49 35 float:left; 50 36 } 51 52 /* Editor */ 53 54 .mceToolbar { 55 direction: ltr; 56 text-align: left; 37 .wrap h2 { 38 margin:5px 4px 0 0; 57 39 } 58 59 /* IE6 */ 60 61 /* Search box gets stuck to the right, hidden outside view */ 62 * html #post-search, * html #widget-search { 63 height: 1% !important; 64 right: 600px !important; 40 #editor-toolbar {/* fix hover in media uploader icon */ 41 direction:ltr; 65 42 } 66 67 /* Sidemenu tends to disapear, widget filter area tends to jump around when adding filters - Peek-A-Boo! */ 68 * html #sidemenu, * html #widgets-filter { 69 height: 1% !important; 43 #TB_window { /* fix theme preview */ 44 left:2%; 70 45 } 71 72 /* Media upload window gets stuck to the right, hidden outside view */ 73 * html #TB_window { 74 left: 100px !important; 46 /* fix widget page */ 47 form#widgets-filter { 48 position:static; 75 49 } 76 77 /* Bad floating in the sub-sub-sub menu makes links un-clickable */ 78 * html .subsubsub li { 79 display: block; float: right; margin: 0 2px; 50 #widget-search { 51 display:none; 80 52 } 81 82 /* Fixing floats on sub-sub-sub menu skewes the view-switch menu on comments management page */ 83 * html .wrap .view-switch { 84 margin-top: 1px; 53 /* fix manage comment page */ 54 ul.view-switch li { 55 float:left; 85 56 } 86 87 /* Theme selector on theme edit page gets stuck to the left, hidden outside view */ 88 * html #themeselector { 89 position: static; 57 form#posts-filter { 58 position:static; 90 59 } 91 92 /* Template edit area floats beneath template list, gets RTLed */ 93 * html #template { 94 float: right; 95 overflow: hidden; 96 width: 755px !important; 60 #post-search { 61 display:none; 97 62 } 98 * html #template #newcontent{99 direction: ltr;63 #submenu { 64 margin-right: 20px; 100 65 } 66 /* Fixes for media-upload window */ 67 /* Center media-upload panel on screen */ 68 #TB_window { 69 width: 670px; 70 position: absolute; 71 top: 50%; 72 left: 50%; 73 margin-right: 335px !important; } -
trunk/wp-admin/rtl.css
r8600 r8663 1 html,#edit-slug-box,#trackback,#category_nicename,#slug,#dbuser,#dbpass,#dbname,#dbhost,#dbprefix,#dccharset,input[name=gmpath],input[name=archivespath],input[name=lastentry],input[name=email],input[name=url],input[name=aim],input[name=yim],input[name=jabber],#newcontent,#email,#newcomment_author_url,#pass1,#pass2,#siteurl,#home,#admin_email,#date_format,#time_format,#mailserver_url,#mailserver_login,#mailserver_pass,#ping_sites,#blog_charset,#moderation_keys,#blacklist_keys,#permalink_structure,#category_base,#tag_base,#upload_path,#upload_url_path,#insertonly[src],#insertonly[href],#mailserver_port,#thumbnail_size_w,#thumbnail_size_h,#medium_size_w,#medium_size_h,#posts_per_page,#posts_per_rss,#comment_max_links,#insertonly[src],#link_url,#link_image,#rss_uri,#user_login,#key 2 { 3 direction:ltr; 4 text-align:left 5 } 6 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; 13 } 14 15 #update-nag { 16 clear: both; 17 margin-bottom: 1em; 18 } 19 20 /* Clears update nag, so it doesn't hide the submenu */ 21 #update-nag { 22 clear: both; 23 margin-bottom: 1em; 24 } 25 26 #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header 27 { 28 direction:rtl!important; 29 text-align:right!important 30 } 31 32 #user_info 33 { 1 a:link, a:visited { 2 text-decoration:none; 3 } 4 a:hover { 5 text-decoration:underline; 6 } 7 .plugins .togl { 8 border-right-width: 0; 9 border-left-width: 1px; 10 border-left-style: solid; 11 } 12 form#upload th { 13 text-align:left; 14 } 15 td.available-theme { 16 text-align:right; 17 } 18 #current-theme img { 19 float: right; 20 margin-right:0; 21 margin-left: 1em; 22 } 23 .quicktags, .search { 24 font-family: Tahoma; 25 } 26 /* 201 - 403 27 =================================== */ 28 .side-info ul { 29 padding-left:0; 30 padding-right:18px; 31 } 32 .submit input, .button, .button-secondary, .button-highlighted { 33 font-family: Tahoma; 34 } 35 #wpcontent select { 36 font-family: Tahoma; 37 } 38 /* #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox { 39 margin:0 0 0 8px; 40 } */ 41 #quicktags #ed_code { 42 font-family: Tahoma; 43 } 44 #searchform fieldset { 45 float:right; 46 margin: 0 0 1em 1.5ex; 47 } 48 #searchform fieldset legend { 49 padding: 0 1px .2em 0; 50 } 51 #searchform #post-query-submit { 52 float:right; 53 } 54 /* 404 - 804 55 =================================== */ 56 #template div { 57 margin-right:0; 58 margin-left: 190px; 59 } 60 * html #template div { 61 margin-left: 0; 62 } 63 #your-profile legend { 64 font-family:arial; 65 } 66 #ajax-response.alignleft { 67 margin-left:0; 68 margin-right: 2em; 69 } 70 .page-numbers { 71 margin-right:0; 72 margin-left:3px; 73 } 74 .comment-column { 75 margin-left:0; 76 margin-right: 5px; 77 } 78 .tablenav a.button-secondary { 79 margin: 1px 0 0 8px; 80 } 81 #update-nag, .plugin-update { 82 clear:both; 83 } 84 /* .tablenav .tablenav-pages { 85 float:left; 86 } */ 87 #user_info { 88 right:auto; 34 89 left:15px; 35 right:auto 36 } 37 38 #wphead h1 39 { 40 margin:0 0 0 15%; 41 padding:11px 15px 16px 170px 42 } 43 44 #wphead #viewsite 45 { 46 margin-left:0; 47 margin-right:10px 48 } 49 50 #sidemenu 51 { 52 float:left; 53 margin:-30px 315px 0 15px; 54 padding-left:0; 55 padding-right:10px 56 } 57 58 #dashmenu 59 { 60 font-size:11px; 90 } 91 #wphead #viewsite { 92 margin-left:0; 93 margin-right:10px; 94 } 95 #wphead #viewsite a { 96 font-family: Tahoma; 97 } 98 #wphead h1 { 99 font-family:arial; 100 margin-right:0; 101 margin-left:15%; 102 padding: 11px 12px 16px 170px; 103 } 104 #dashmenu { 105 right:0; 61 106 left:auto; 62 107 padding-left:0; 63 padding-right:9px; 64 right:0 65 } 66 67 #dashmenu a 68 { 108 padding-right: 9px; 109 } 110 #dashmenu a { 111 margin-right:0; 69 112 margin-left:8px; 70 margin-right:8px; 71 } 72 73 #adminmenu 74 { 75 height:32px; 76 padding:5px 8px 0 0 77 } 78 79 #adminmenu li a 80 { 81 display:block; 82 float:right; 83 font:700 16px/100% sans-serif; 84 margin:0 0 0 10px; 85 padding:5px 7px 9px 86 } 87 88 #adminmenu li a.current 89 { 90 font-weight:700 91 } 92 93 #adminmenu li a #awaiting-mod 94 { 95 background:url(images/comment-stalk-rtl.gif) -309px bottom !important; 96 font-family: sans-serif !important; 97 margin-left:-45px; 98 margin-right:.2em; 99 margin-top:-5px 100 } 101 102 #adminmenu li a:hover #awaiting-mod 103 { 104 background-position: -229px bottom !important; 105 } 106 107 #adminmenu li a #awaiting-mod span 108 { 113 } 114 #adminmenu { 115 padding-left:0; 116 padding-right:11px; 117 } 118 #adminmenu a { 119 font-family:arial; 120 font-weight:bold; 121 padding:6px 7px; 122 } 123 #adminmenu a.current, #sidemenu a.current { 124 font-weight:bold; 125 } 126 #sidemenu { 127 margin: -30px 0 0 15px; 128 float: left; 129 padding-left:0; 130 padding-right: 10px; 131 height: 1%; /* Peek-a-boo in IE6 */ 132 } 133 #sidemenu a { 134 float:right; 135 } 136 #submenu li { 137 padding: 0 17px 8px 0; 138 font-size:13px; 139 } 140 #adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span { 141 right:auto; 109 142 left:0; 110 right:auto 111 } 112 113 #submenu li a 114 { 115 display:block; 116 float:right; 117 margin:0 10px 10px 0; 118 padding:2px 4px 119 } 120 121 p#post-search 122 { 123 left:0; 124 right:auto 125 } 126 127 .tablenav div 128 { 129 float:right !important; 130 direction: rtl; 131 } 132 133 .tablenav .delete 134 { 135 margin-left: 40px; 136 margin-right: 0; 137 } 138 139 ul.view-switch 140 { 141 float:left; 142 margin:-28px 0 -2px 5px 143 } 144 145 #currenttheme img 146 { 147 float:right; 148 margin-left:1em; 149 margin-right:0 150 } 151 152 form#themeselector 153 { 154 float:left 155 } 156 157 .form-table input.tog 158 { 159 float:right; 160 margin-right:0; 161 margin-left:2px; 162 } 163 164 .curtime 165 { 166 background-position:right 2px; 167 padding-left:0; 168 padding-right:18px; 169 } 170 171 #poststuff #edButtonPreview,#poststuff #edButtonHTML 172 { 173 float:left; 174 margin-left:8px; 175 margin-right:0 176 } 177 178 #poststuff #media-buttons 179 { 180 direction: rtl; 181 float:left; 182 margin-left:20px; 183 margin-right:0 184 } 185 186 #poststuff #media-buttons a 187 { 188 margin-left:8px; 189 margin-right:0; 190 padding: 0 5px 2px 2px; 191 } 192 193 #poststuff .togbox 194 { 195 margin-left:0; 196 margin-right:-19px 197 } 198 199 #categorydiv ul#category-tabs,#linkcategorydiv ul#category-tabs 200 { 201 float:right; 202 margin:0 0 0 -120px; 203 text-align:left 204 } 205 206 ul#category-tabs li.ui-tabs-selected,#poststuff .togbox 207 { 208 -khtml-border-bottom-left-radius:0; 209 -khtml-border-bottom-right-radius:3px; 210 -khtml-border-top-left-radius:0; 211 -khtml-border-top-right-radius:3px; 212 -moz-border-radius-bottomleft:0; 213 -moz-border-radius-bottomright:3px; 214 -moz-border-radius-topleft:0; 215 -moz-border-radius-topright:3px; 216 -webkit-border-bottom-left-radius:0; 217 -webkit-border-bottom-right-radius:3px; 218 -webkit-border-top-left-radius:0; 219 -webkit-border-top-right-radius:3px; 220 border-bottom-left-radius:0; 221 border-bottom-right-radius:3px; 222 border-top-left-radius:0; 223 border-top-right-radius:3px 224 } 225 226 div.ui-tabs-panel 227 { 228 margin:0 120px 0 0 229 } 230 231 #tagchecklist span 232 { 233 float:right; 234 margin-left:25px; 235 margin-right:0 236 } 237 143 } 144 #adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins { 145 background-position: -160px top; 146 } 147 /* 804 - 1004 148 =================================== */ 149 #footer { 150 padding: 10px 60px 0 0; 151 } 152 .form-table th { 153 text-align:right; 154 } 155 .form-table input.tog { 156 margin-right:0; 157 margin-left: 2px; 158 float: right; 159 } 160 .form-table table.color-palette { 161 float:right; 162 } 163 #pass-strength-result { 164 float:right; 165 margin-right:0; 166 margin-left: 5px; 167 } 168 #profile-page .form-table #rich_editing { 169 margin-right:0; 170 margin-left: 5px; 171 } 172 #tagsdiv #newtag { 173 margin-right:0; 174 margin-left: 5px; 175 } 176 #tagchecklist { 177 margin-left:0; 178 margin-right: 10px; 179 } 180 #tagchecklist strong { 181 margin-left:0; 182 margin-right: -8px; 183 } 184 #tagchecklist span { 185 margin-right:0; 186 margin-left: 25px; 187 float: right; 188 } 238 189 #tagchecklist span a { 239 190 margin: 6px -9px 0 0; 240 191 float: right; 241 192 } 242 243 244 .tablenav .tablenav-pages 245 { 246 float:left !important; 247 width:200px 248 } 249 250 .tablenav-pages .page-numbers 251 { 252 display:block; 253 float:right 254 } 255 256 .side-info ul 257 { 258 padding-left:0; 259 padding-right:18px 260 } 261 262 .form-table table.color-palette { 263 float:right; 264 } 265 266 #pass-strength-result 267 { 268 float:right; 269 margin-right:0; 270 margin-left:5px; 271 } 272 273 td.comment p.comment-author img.avatar 274 { 275 float:right !important; 276 margin-right:0 !important; 277 margin-left:8px !important; 278 } 279 280 #footer 281 { 282 padding:10px 0 0 283 } 284 285 #footer p 286 { 287 height:35px; 288 margin-right:20px; 289 padding:12px 40px 0 0; 290 } 291 292 #submenu,#wpbody 293 { 294 clear:both; 295 } 296 297 #submenu li,ul.subsubsub li a 298 { 299 padding:0; 300 } 301 302 table.widefat th,.form-table th 303 { 304 text-align:right 305 } 306 307 .widefat th input { 308 margin: 0 8px 0 0; 309 padding: 0; 310 } 311 312 .available-theme,#tagchecklist span a 313 { 314 float:right 315 } 316 #template div { 317 margin-right:0; 318 margin-left:190px; 193 /* 1005 - 1304 194 =================================== */ 195 .ac_results li { 196 text-align:right; 197 } 198 #poststuff h2 { 199 clear:right; 200 } 201 #poststuff .postbox, #poststuff .stuffbox, #titlediv, #poststuff .postarea { 202 margin-left: 8px; 203 margin-right: 20px; 204 } 205 #edit-slug-buttons a.save { 206 margin-right:0; 207 margin-left:4px; 208 } 209 #poststuff #edButtonPreview, #poststuff #edButtonHTML { 210 margin: 5px 0 0 8px; 211 float: left; 212 } 213 #poststuff #media-buttons { 214 float: left; 215 margin-right:0; 216 margin-left: 20px; 217 } 218 #poststuff #media-buttons a { 219 padding: 0 2px 2px 5px; 220 } 221 #poststuff .togbox { 222 margin-left:0; 223 margin-right: -21px; 224 -moz-border-radius-topleft:0; 225 -khtml-border-top-left-radius:0; 226 -webkit-border-top-left-radius:0; 227 border-top-left-radius:0; 228 -moz-border-radius-topright: 3px; 229 -khtml-border-top-right-radius: 3px; 230 -webkit-border-top-right-radius: 3px; 231 border-top-right-radius: 3px; 232 -moz-border-radius-bottomleft: 0; 233 -khtml-border-bottom-left-radius:0; 234 -webkit-border-bottom-left-radius:0; 235 border-bottom-left-radius:0; 236 -moz-border-radius-bottomright: 3px; 237 -khtml-border-bottom-right-radius: 3px; 238 -webkit-border-bottom-right-radius: 3px; 239 border-bottom-right-radius: 3px; 240 } 241 .submitbox .submitdelete { 242 margin-left:0; 243 margin-right:8px; 319 244 } 320 245 .submitbox .submit { 321 246 text-align:right; 322 247 } 323 324 #editorcontainer { 325 border:1px solid; 326 } 327 328 .wrap h2 { 329 margin: 5px -4px 0 0; 330 padding-right: 0px; 331 padding-left: 280px; 332 } 333 334 div#message { 335 clear: both; 336 } 337 338 /* WPH - TinyMCE */ 339 340 #media-items th.label { 341 width: 120px; 342 } 343 #media-items th.label .alignleft { 344 width: 100px; 345 } 346 347 #media-items th.label .alignright { 348 width: 16px; 349 height: 16px; 350 } 351 352 /* LTRs some url- and code-only form fields */ 353 input#href, input#src, input#class_name { 354 direction: ltr; 248 .submitbox .submit input { 249 margin-right:0; 250 margin-left:3px; 251 } 252 #categorydiv #category-adder { 253 margin-left:0; 254 margin-right: 120px; 255 } 256 #categorydiv ul#category-tabs { 257 float: right; 355 258 text-align: left; 356 } 357 358 #sidemenu a { 359 float: right; 360 } 361 362 thead.media-item-info { 363 float: left; 364 margin-bottom: 18px; 365 width: 100%; 366 } 367 368 thead.media-item-info td { 369 width: 100%; 259 margin: 0 0 0 -120px; 260 } 261 ul#category-tabs li.ui-tabs-selected { 262 -moz-border-radius-topleft:0; 263 -khtml-border-top-left-radius:0; 264 -webkit-border-top-left-radius:0; 265 border-top-left-radius:0; 266 -moz-border-radius-bottomleft:0; 267 -khtml-border-bottom-left-radius:0; 268 -webkit-border-bottom-left-radius:0; 269 border-bottom-left-radius:0; 270 -moz-border-radius-topright: 3px; 271 -khtml-border-top-right-radius: 3px; 272 -webkit-border-top-right-radius: 3px; 273 border-top-right-radius: 3px; 274 -moz-border-radius-bottomright: 3px; 275 -khtml-border-bottom-right-radius: 3px; 276 -webkit-border-bottom-right-radius: 3px; 277 border-bottom-right-radius: 3px; 278 } 279 div.ui-tabs-panel { 280 margin: 0 120px 0 5px; 281 } 282 /* 1305 - elakh! :-) 283 =================================== */ 284 #categorydiv ul.categorychecklist ul { 285 margin-left:0; 286 margin-right: 18px; 287 } 288 #linkcategorydiv #category-adder { 289 margin-left:0; 290 margin-right: 120px; 291 } 292 #linkcategorydiv ul#category-tabs { 293 float: right; 370 294 text-align: left; 371 } 372 373 thead.media-item-info td.A1B1 { 374 width: 150px; 375 } 376 377 #gallery-form table.widefat th { 378 float: left; 379 width: 74%; 380 text-align: center; 381 } 382 383 #gallery-form table.widefat th.order-head { 384 width: 18%; 385 } 386 387 #media-upload tr.align td.field, #media-upload tr.image-size td.field { 388 text-align: right !important; 389 } 390 391 #media-upload tr.align td.field { 392 float:right; 393 margin-right:-15px; 394 } 395 396 tr.image-size label { 397 display:inline; 398 margin:0 0 0 1em !important; 399 } 400 401 #library-form { 402 float: right; 403 } 404 405 #filter .subsubsub { 406 direction: rtl; 407 text-align: right; 408 } 409 410 #media-upload form#filter { 411 margin-right: -20px; 412 } 295 margin: 0 0 0 -120px; 296 } 297 #linkcategorydiv ul.categorychecklist ul { 298 margin-left:0; 299 margin-right: 18px; 300 } 301 p#tag-search, p#post-search { 302 right:auto; 303 left:0; 304 } 305 #posts-filter fieldset { 306 float: right; 307 margin: 0 0 1em 1.5ex; 308 } 309 #posts-filter fieldset legend { 310 padding: 0 1px .2em 0; 311 } 312 ul.view-switch { 313 float: left; 314 margin: -23px 0 -2px 5px; 315 } 316 ul.view-switch li { 317 float: right; 318 } 319 #the-comment-list td.comment p.comment-author { 320 margin-right: 0 ; 321 } 322 #the-comment-list p.comment-author img { 323 float: right; 324 margin-right:0; 325 margin-left: 8px; 326 } 327 #the-comment-list td.comment p { 328 margin-left:0; 329 margin-right: 8px; 330 } 331 .curtime { 332 background-position: right 2px; 333 padding-left:0; 334 padding-right: 18px; 335 } 336 .tablenav .delete { 337 margin-right:0; 338 margin-left: 20px; 339 } 340 #tTips { 341 } 342 td.action-links, th.action-links { 343 text-align:left; 344 } 345 .info-box { 346 left:auto; 347 right: 50%; 348 margin-left: 0; 349 margin-right: -225px; 350 } 351 .info-box .gears-img { 352 float: left; 353 } 354 /* LTR 355 =================================== */ 356 #edit-slug-box, #trackback, #metakeyinput, #post_password, #link_url, #link_image, #rss_uri, #category_nicename, #slug, #dbuser, #dbpass, #dbname, #dbprefix, #dccharset, #gmpath, #archivespath, #lastentry, #dbhost, #pages-exclude, #newcontent, #email, #newcomment_author_url, #siteurl, #home, #admin_email, #date_format, #time_format, #gmt_offset, #mailserver_url, #mailserver_port, #mailserver_login, #mailserver_pass, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #moderation_keys, #blacklist_keys, #comment_max_links, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #key, #src, #hostname, #username, #password, #rules { 357 direction:ltr; 358 } 359 /* TinyMCE 360 =================================== */ 361 .clearlooks2 .mceTop .mceLeft { 362 width:100% !important; 363 }
Note: See TracChangeset
for help on using the changeset viewer.