Changeset 1815:07b857f03655 for admin/style
- Timestamp:
- 09/04/13 14:29:21 (12 years ago)
- Branch:
- Ticket #1539
- Parents:
- 1814:53cc8fc5cad5 (diff), 1717:9df047961e9c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1698 r1815 34 34 a:hover, a:active, a:focus { 35 35 text-decoration: underline; 36 } 37 a.hide, a.button.hide, a.submit.hide { 38 display: none; 36 39 } 37 40 a img, a:link img, a:visited img { -
admin/style/default.css
r1814 r1815 800 800 border: none; 801 801 } 802 .media-item {802 .media-item, .media-action-box { 803 803 position: relative; 804 804 border: 1px solid #ccc; … … 806 806 padding: 1em; 807 807 width: 300px; 808 height: 120px;809 808 display: inline-block; 810 809 vertical-align: top; 811 } 812 div.media-list .media-item { 810 min-height: 120px 813 811 } 814 812 a.media-icon { … … 908 906 margin-left: 0; 909 907 } 908 /* in blog_pref */ 909 .user-perm { 910 margin: 2em 0px; 911 background: transparent url(user.png) no-repeat left top; 912 width: 320px; 913 display: inline-block; 914 vertical-align: top; 915 } 916 .user-perm h4, .user-perm h5, .user-perm p, .user-perm ul, .user-perm li { 917 margin: .5em 0 .33em; 918 padding: 0; 919 } 920 .user-perm h4 { 921 padding-left: 28px; 922 } 923 .user-perm ul { 924 list-style-type: inside; 925 } 926 .user-perm li { 927 margin-left: 1em; 928 padding-left: 0; 929 } 930 .user-perm h5 { 931 margin: 1em 0 0 0; 932 } 933 li.user_super, li.user_admin { 934 margin-left: 0; 935 padding-left: 1em; 936 list-style: none; 937 background: transparent url(../images/superadmin.png) no-repeat -2px 2px; 938 } 939 li.user_admin { 940 background-image: url(../images/admin.png); 941 } 942 910 943 /* -------------------------------------------------------------------- Themes */ 911 944 #themes { … … 1165 1198 .success a { 1166 1199 color: #666; 1200 } 1201 .dc-update { 1202 padding: 1em 48px 0.5em 48px; 1203 margin-bottom: 1em; 1204 border-radius: 8px; 1205 background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em; 1206 } 1207 .dc-update a { 1208 color: #000; 1209 border-color: #000; 1210 margin-right: 1em; 1211 } 1212 a.info { 1213 margin-left: 2em; 1214 font-weight: bold; 1167 1215 } 1168 1216 /* ------------------------------------------------------------------ navigation */
Note: See TracChangeset
for help on using the changeset viewer.