Changeset 20411
- Timestamp:
- 04/09/2012 11:22:59 PM (13 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.dev.css
r20400 r20411 2031 2031 } 2032 2032 2033 .theme-listing br.line {2034 border-bottom-color: #ccc;2035 }2036 2037 2033 div.widgets-sortables, 2038 2034 #widgets-left .inactive { -
trunk/wp-admin/css/colors-fresh.dev.css
r20400 r20411 1666 1666 } 1667 1667 1668 .theme-listing br.line {1669 border-bottom-color: #ccc;1670 }1671 1672 1668 div.widgets-sortables, 1673 1669 #widgets-left .inactive, -
trunk/wp-admin/css/wp-admin-rtl.dev.css
r20347 r20411 2216 2216 right: auto; 2217 2217 left: 0; 2218 }2219 2220 .theme-listing .theme-item h3 {2221 font-style: normal;2222 2218 } 2223 2219 … … 2377 2373 font-style: normal; 2378 2374 font-weight: bold; 2379 } 2375 } -
trunk/wp-admin/css/wp-admin.dev.css
r20400 r20411 7441 7441 } 7442 7442 7443 /* theme-install */7444 .theme-listing .theme-item {7445 display: inline-block;7446 width: 200px;7447 border: thin solid #ccc;7448 vertical-align: top;7449 }7450 7451 .theme-listing .theme-item h3 {7452 text-align: center;7453 font-size: 14px;7454 font-style: italic;7455 margin: 0;7456 padding: 0;7457 }7458 7459 .theme-listing .theme-item img {7460 max-width: 150px;7461 max-height: 150px;7462 }7463 7464 .theme-listing .theme-item-info span,7465 .theme-listing .theme-item:hover .theme-item-info span.dots {7466 display: none;7467 }7468 7469 .theme-listing .theme-item:hover .theme-item-info span {7470 display: inline;7471 }7472 7473 .theme-listing .theme-item-info span.action-links {7474 font-weight: bold;7475 text-align: center;7476 }7477 7478 .theme-listing br.line {7479 border-bottom-width: 1px;7480 border-bottom-style: solid;7481 margin-bottom: 3px;7482 }7483 7484 7485 7443 #theme-information .available-theme, 7486 7444 .available-theme {
Note: See TracChangeset
for help on using the changeset viewer.