Changeset 2272:1398ecc816a3
- Timestamp:
- 10/04/13 22:46:19 (12 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2267 r2272 1544 1544 border: 1px solid #ccc; 1545 1545 } 1546 .box.theme:hover { 1547 background: #ecf0f1 url(stripe.png); 1548 } 1546 1549 #theme-new .box.theme { 1547 1550 width: 280px; … … 1579 1582 margin: .5em; 1580 1583 padding: 1em 0 .5em 1em; 1581 background: # FCFDFD;1582 border: 1px solid # 9AC123;1584 background: #fff url(stripe.png); 1585 border: 1px solid #eee; 1583 1586 -webkit-border-radius: .5em; 1584 1587 border-radius: .5em; 1585 1588 min-height: 330px; 1589 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1586 1590 } 1587 1591 .current-theme .module-sshot img { … … 1592 1596 .current-theme .module-name { 1593 1597 color: #D33800; 1594 margin-bottom: 1em;1598 margin-bottom: .8em; 1595 1599 font-size: 1.33em; 1596 1600 }
Note: See TracChangeset
for help on using the changeset viewer.