Changeset 1698:add60e1e9451 for admin/style
- Timestamp:
- 09/03/13 08:55:45 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1697 r1698 903 903 margin-left: 0; 904 904 } 905 /* in blog_pref */ 905 906 .user-perm { 906 margin -bottom: 2em;907 margin: 2em 0px; 907 908 background: transparent url(user.png) no-repeat left top; 909 width: 320px; 910 display: inline-block; 911 vertical-align: top; 908 912 } 909 913 .user-perm h4, .user-perm h5, .user-perm p, .user-perm ul, .user-perm li { 910 margin: 0;914 margin: .5em 0 .33em; 911 915 padding: 0; 912 916 } 913 917 .user-perm h4 { 914 padding-left: 2 4px;918 padding-left: 28px; 915 919 } 916 920 .user-perm ul { … … 921 925 padding-left: 0; 922 926 } 923 p.change-user-perm {924 margin: .33em 0;925 }926 927 .user-perm h5 { 927 margin: .66em 0 0 0; 928 margin: 1em 0 0 0; 929 } 930 li.user_super, li.user_admin { 931 margin-left: 0; 932 padding-left: 1em; 933 list-style: none; 934 background: transparent url(../images/superadmin.png) no-repeat -2px 2px; 935 } 936 li.user_admin { 937 background-image: url(../images/admin.png); 928 938 } 929 939
Note: See TracChangeset
for help on using the changeset viewer.