Changeset 2345:7511b54ea7e2
- Timestamp:
- 10/13/13 14:32:23 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2342 r2345 1578 1578 padding: 10px 10px 5px 10px; 1579 1579 border: 1px solid #dfdfdf; 1580 min-height: 2 95px;1580 min-height: 275px; 1581 1581 position: relative; 1582 1582 } … … 1585 1585 } 1586 1586 #theme-new .box.theme { 1587 width: 2 80px;1587 width: 260px; 1588 1588 } 1589 1589 #theme-activate .box.theme { 1590 min-height: 3 30px;1590 min-height: 300px; 1591 1591 } 1592 1592 #theme-deactivate .box.theme { … … 1601 1601 .module-sshot { 1602 1602 text-align: center; 1603 } 1604 .with-js .module-sshot:hover { 1605 cursor: pointer; 1606 } 1607 .current-theme .module-sshot:hover { 1608 cursor: auto; 1603 1609 } 1604 1610 .module-sshot img { … … 1610 1616 } 1611 1617 .theme .module-sshot img { 1612 max-width: 2 80px; /* pour ceux qui n'ont pas de miniature */1618 max-width: 260px; /* pour ceux qui n'ont pas de miniature */ 1613 1619 } 1614 1620 #theme-new .theme .module-sshot img { … … 1638 1644 .with-js #theme-new .module-actions.toggle-bloc { 1639 1645 position: absolute; 1640 top: 1 38px;1646 top: 128px; 1641 1647 left: 10px; 1642 1648 width: 239px; … … 1645 1651 } 1646 1652 .with-js #theme-new .module-infos.toggle-bloc { 1647 top: 1 38px;1653 top: 128px; 1648 1654 height: 80px; 1649 1655 border-top: 1px solid #e3e3e3; 1650 1656 } 1651 1657 .with-js #theme-new .module-actions.toggle-bloc { 1652 top: 2 28px;1653 height: 18px;1658 top: 208px; 1659 height: 40px; 1654 1660 margin: 0; 1655 1661 border-bottom: 1px solid #e3e3e3; 1662 background: rgba(250, 250, 250, .95); 1656 1663 } 1657 1664 .toggle-bloc .mod-more { … … 1662 1669 width: 652px; 1663 1670 margin: .5em; 1664 padding: 10px 18px;1671 padding: 20px 18px 10px; 1665 1672 background: #fff url(texture.png); 1666 1673 border: 1px solid #eee; 1667 1674 border-radius: .5em; 1668 min-height: 3 30px;1675 min-height: 300px; 1669 1676 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1670 1677 }
Note: See TracChangeset
for help on using the changeset viewer.