Changeset 8554
- Timestamp:
- 08/05/2008 07:48:04 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ie-rtl.css
r7552 r8554 2 2 body, td { 3 3 font-family: Tahoma,Verdana,sans-serif; 4 } 5 6 #wpcontent #sidemenu li a { 7 float: left; 4 8 } 5 9 … … 45 49 float:left; 46 50 } 47 48 /* Editor */49 50 .mceToolbar {51 direction: ltr;52 text-align: left;53 } -
trunk/wp-admin/rtl.css
r8327 r8554 11 11 .code, #quicktags #ed_code { 12 12 font-family: monospace !important; 13 } 14 15 #update-nag { 16 clear: both; 17 margin-bottom: 1em; 13 18 } 14 19 … … 116 121 .tablenav div 117 122 { 118 float:right!important 123 float:right !important; 124 direction: rtl; 119 125 } 120 126 … … 323 329 clear: both; 324 330 } 331 332 #media-items th.label { 333 width: 120px; 334 } 335 336 #media-items th.label .alignleft { 337 width: 100px; 338 } 339 340 #media-items th.label .alignright { 341 width: 16px; height: 16px; 342 } 343 344 input#href, input#src, input#class_name { 345 direction: ltr; text-align: left; 346 } 347 348 #sidemenu a { 349 float: right; 350 } 351 352 thead.media-item-info { 353 float: left; 354 margin-bottom: 18px; 355 width: 100%; 356 } 357 358 thead.media-item-info td { 359 width: 100%; 360 text-align: left; 361 } 362 363 thead.media-item-info td.A1B1 { 364 width: 150px; 365 } 366 367 #gallery-form table.widefat th { 368 float: left; 369 width: 74%; 370 text-align: center; 371 } 372 373 #gallery-form table.widefat th.order-head { 374 width: 18%; 375 } 376 377 #media-upload tr.align td.field, #media-upload tr.image-size td.field { 378 text-align: right !important; 379 } 380 381 #media-upload tr.align td.field { 382 float:right; 383 margin-right:-15px; 384 } 385 386 tr.image-size label { 387 display:inline; 388 margin:0 0 0 1em !important; 389 } 390 391 #library-form { 392 float: right; 393 } 394 395 #filter .subsubsub { 396 direction: rtl; 397 text-align: right; 398 } 399 400 #media-upload form#filter { 401 margin-right: -20px; 402 }
Note: See TracChangeset
for help on using the changeset viewer.