Changeset 1420:82e0840594ac for admin/style/default.css
- Timestamp:
- 08/16/13 21:25:23 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1415 r1420 744 744 } 745 745 #themes div.theme-details:hover { 746 background: # eee;746 background: #f0f0f0; 747 747 } 748 748 #themes div.theme-details div.theme-shot { … … 989 989 padding: .2rem 2rem; 990 990 border-radius: 1rem; 991 background-color: # eee;991 background-color: #f0f0f0; 992 992 } 993 993 a.back:before { … … 1364 1364 a.form-control { 1365 1365 display: none; 1366 font-weight: bold; 1367 background: url(../images/expand.png) no-repeat .6rem center; 1366 background: url(../images/expand.png) no-repeat .4rem center; 1368 1367 padding-left: 20px; 1369 1368 color: #000; … … 1549 1548 display: inline-block; 1550 1549 } 1550 #filters-form label.ibw, span.ibw { 1551 width: 9em; 1552 display: inline-block; 1553 } 1551 1554 #filters-form select { 1552 1555 width: 14em; … … 1555 1558 /* ---------------------------------------------------- Pagination */ 1556 1559 .pagination { 1557 height: 20px; 1558 line-height: 20px; 1560 height: 22px; 1561 margin-top: 1em; 1562 line-height: 22px; 1559 1563 padding: 0 1rem; 1560 border: 1px solid # ccc;1564 border: 1px solid #ddd; 1561 1565 overflow: hidden; 1562 1566 background: #e1e1e1;
Note: See TracChangeset
for help on using the changeset viewer.