Changeset 3444:2d5cdb51c7b2 for admin/style/default.css
- Timestamp:
- 12/07/16 13:10:37 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3442 r3444 2187 2187 margin-right: 1em; } 2188 2188 2189 #part-users > div { 2190 display: flex; 2191 flex-wrap: wrap; 2192 justify-content: left; } 2193 2189 2194 .user-perm { 2190 margin: 2em 0px; 2191 background: transparent url(user.png) no-repeat left top; 2192 width: 320px; 2193 display: inline-block; 2194 vertical-align: top; } 2195 margin: 0 1em 1em 0; 2196 background: transparent url(user.png) no-repeat 0.5em 0.5em; 2197 width: 20em; 2198 border: 1px solid #ccc; 2199 border-radius: .5em; 2200 padding: 0 1em .5em; } 2195 2201 .user-perm h4, 2196 2202 .user-perm h5, … … 2204 2210 .user-perm h5 { 2205 2211 margin: 1em 0 0 0; } 2206 .user-perm ul {2207 list-style-type: inside; }2208 2212 .user-perm li { 2209 2213 margin-left: 1em; 2210 2214 padding-left: 0; } 2215 .user-perm.user_super { 2216 background-color: rgba(153, 197, 255, 0.25); } 2211 2217 2212 2218 li.user_super,
Note: See TracChangeset
for help on using the changeset viewer.