Changeset 2221:97c02a257458 for admin
- Timestamp:
- 10/02/13 23:02:32 (12 years ago)
- Branch:
- dcRepo
- Location:
- admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2195 r2221 1538 1538 border: 1px solid #ccc; 1539 1539 } 1540 #theme-new .box.theme { 1541 width: 280px; 1542 } 1543 .module-name { 1544 margin-bottom: .5em; 1545 } 1546 .module-sshot img { 1547 border: 1px solid #ddd; 1548 padding: .5em; 1549 background: #f7f7f7; 1550 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1551 } 1552 .module-actions { 1553 margin-top: 1em; 1554 } 1555 .bloc-toggler { 1556 text-align: right; 1557 } 1540 1558 .box.current-theme { 1541 1559 width: 652px; … … 1545 1563 border: 1px solid #9AC123; 1546 1564 -webkit-border-radius: .5em; 1547 border-radius: .5em; 1548 } 1549 #theme-new .box.theme { 1550 width: 280px; 1551 } 1552 .module-name { 1553 margin-bottom: .5em; 1554 } 1555 .module-sshot img { 1556 border: 1px solid #ddd; 1557 padding: .5em; 1558 background: #f7f7f7; 1559 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1560 } 1561 .module-actions { 1562 margin-top: 1em; 1565 border-radius: .5em; 1566 min-height: 330px; 1563 1567 } 1564 1568 .current-theme .module-sshot img { … … 1567 1571 margin-bottom: 1em; 1568 1572 } 1569 .bloc-toggler { 1570 text-align: center; 1571 } 1573 .current-theme .module-name { 1574 color: #D33800; 1575 margin-bottom: 1em; 1576 font-size: 1.33em; 1577 } 1572 1578 /* ------------------------------------------------------------------ categories.php */ 1573 1579 #categories {
Note: See TracChangeset
for help on using the changeset viewer.