Changeset 1499:fc4bc1ece727 for admin/style/default.css
- Timestamp:
- 08/20/13 16:47:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1484 r1499 814 814 display: table-cell; 815 815 vertical-align: top; 816 padding: 1rem0;816 padding: 0; 817 817 width: 312px; 818 background: #eef;819 818 border: 1px solid #ccc; 820 819 border-radius: 3px; 821 820 } 822 #theme-box div.theme-shot img { 823 display: block; 824 margin: 0 16px; 821 #theme-box .theme-shot, 822 #theme-box .theme-info, 823 #theme-box .theme-actions { 824 background: #eef; 825 padding: 1em 16px; 826 margin: 0; 827 } 828 #theme-box .theme-shot img { 829 display: block; 825 830 width: 280px; 826 831 height: 245px; 827 832 border: 1px solid #ccc; 828 833 } 829 #theme-box div.theme-info {830 margin: 1em 16px;831 }832 834 #theme-box h4 { 833 835 color: #000; 836 background: #eef; 834 837 } 835 838 #theme-box span.theme-version { … … 843 846 font-weight:bold; 844 847 } 845 #theme-box div.theme-actions {846 padding: 0 16px;847 } 848 #themes div.theme-details-js {848 #theme-box .theme-actions { 849 border-bottom: 1px solid #ccc; 850 } 851 #themes .theme-details-js { 849 852 float: left; 850 853 width: 120px; … … 858 861 border-radius: 4px; 859 862 } 860 #themes div.theme-details-js label {863 #themes .theme-details-js label { 861 864 cursor: pointer; 862 865 } 863 #themes div.theme-details-js.theme-selected {866 #themes .theme-details-js.theme-selected { 864 867 background: #ddd; 865 868 border: 1px solid #999; 866 869 } 867 #themes div.theme-details-js div.theme-shot img {870 #themes .theme-details-js .theme-shot img { 868 871 width: 120px; 869 872 height: 105px;
Note: See TracChangeset
for help on using the changeset viewer.