Changeset 2194:e93b13c9c551 for admin
- Timestamp:
- 10/01/13 22:57:05 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2179 r2194 1534 1534 /* ------------------------------------------------------------------- blog_theme.php */ 1535 1535 .box.theme { 1536 margin: 1em; 1537 padding: 1em; 1538 border: 1px solid #ddd; 1536 margin: .5em; 1537 padding: 1em 1em .5em 1em; 1538 border: 1px solid #ccc; 1539 } 1540 .box.current-theme { 1541 width: 652px; 1542 margin: .5em; 1543 padding: 1em 0 .5em 1em; 1544 background: #FCFDFD; 1545 border: 1px solid #9AC123; 1546 -webkit-border-radius: .5em; 1547 border-radius: .5em; 1539 1548 } 1540 1549 #theme-new .box.theme { 1541 1550 width: 280px; 1551 } 1552 .module-name { 1553 margin-bottom: .5em; 1542 1554 } 1543 1555 .module-sshot img { 1544 1556 border: 1px solid #ddd; 1545 1557 padding: .5em; 1546 background: #fff; 1558 background: #f7f7f7; 1559 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1560 } 1561 .module-actions { 1562 margin-top: 1em; 1563 } 1564 .current-theme .module-sshot img { 1565 float: left; 1566 margin-right: 2em; 1567 margin-bottom: 1em; 1547 1568 } 1548 1569 /* ------------------------------------------------------------------ categories.php */
Note: See TracChangeset
for help on using the changeset viewer.