Changeset 20412
- Timestamp:
- 04/09/2012 11:48:12 PM (14 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 4 edited
-
colors-classic.dev.css (modified) (1 diff)
-
colors-fresh.dev.css (modified) (1 diff)
-
wp-admin-rtl.dev.css (modified) (1 diff)
-
wp-admin.dev.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.dev.css
r20411 r20412 2027 2027 } 2028 2028 2029 #theme-information .action-button {2030 border-top-color: #DFDFDF;2031 }2032 2033 2029 div.widgets-sortables, 2034 2030 #widgets-left .inactive { -
trunk/wp-admin/css/colors-fresh.dev.css
r20411 r20412 1662 1662 } 1663 1663 1664 #theme-information .action-button {1665 border-top-color: #DFDFDF;1666 }1667 1668 1664 div.widgets-sortables, 1669 1665 #widgets-left .inactive, -
trunk/wp-admin/css/wp-admin-rtl.dev.css
r20411 r20412 2216 2216 right: auto; 2217 2217 left: 0; 2218 }2219 2220 #theme-information .theme-preview-img {2221 float: right;2222 margin: 5px 15px 10px 25px;2223 }2224 2225 #theme-information .action-button #cancel {2226 float: right;2227 }2228 2229 #theme-information .action-button #install {2230 float: left;2231 2218 } 2232 2219 -
trunk/wp-admin/css/wp-admin.dev.css
r20411 r20412 7441 7441 } 7442 7442 7443 #theme-information .available-theme,7444 .available-theme {7445 padding: 20px 15px;7446 }7447 7448 #theme-information .available-theme {7449 overflow: visible;7450 width: 440px;7451 }7452 7453 #theme-information .theme-preview-img {7454 float: left;7455 margin: 5px 25px 10px 15px;7456 width: 300px;7457 }7458 7459 #theme-information .action-button {7460 border-top-width: 1px;7461 border-top-style: solid;7462 margin: 10px 5px 0;7463 }7464 7465 #theme-information .action-button #cancel,7466 #theme-information .action-button #install {7467 margin: 10px 5px;7468 }7469 7470 #theme-information .action-button #cancel {7471 float: left;7472 }7473 7474 #theme-information .action-button #install {7475 float: right;7476 }7477 7478 #theme-information .available-theme h3 {7479 margin: 1em 0;7480 }7481 7482 body#theme-information {7483 height: auto;7484 }7485 7486 7443 .feature-filter { 7487 7444 padding: 8px 12px 0;
Note: See TracChangeset
for help on using the changeset viewer.