Revision 3444:2d5cdb51c7b2,
779 bytes
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
Move advanced and plugins blog’s prefs in two separate foldable sections, closes #2056
|
Rev | Line | |
---|
[3355] | 1 | #media_img_title_pattern { |
---|
[3439] | 2 | margin-right: 1em; |
---|
[3355] | 3 | } |
---|
| 4 | |
---|
[3444] | 5 | #part-users > div { |
---|
| 6 | display: flex; |
---|
| 7 | flex-wrap: wrap; |
---|
| 8 | justify-content: left; |
---|
| 9 | } |
---|
| 10 | |
---|
[3355] | 11 | .user-perm { |
---|
[3444] | 12 | margin: 0 1em 1em 0; |
---|
| 13 | background: transparent url(user.png) no-repeat .5em .5em; |
---|
| 14 | width: 20em; |
---|
| 15 | border: 1px solid #ccc; |
---|
| 16 | border-radius: .5em; |
---|
| 17 | padding: 0 1em .5em; |
---|
[3439] | 18 | h4, |
---|
| 19 | h5, |
---|
| 20 | p, |
---|
| 21 | ul, |
---|
| 22 | li { |
---|
| 23 | margin: .5em 0 .33em; |
---|
| 24 | padding: 0; |
---|
| 25 | } |
---|
| 26 | h4 { |
---|
| 27 | padding-left: 28px; |
---|
| 28 | } |
---|
| 29 | h5 { |
---|
| 30 | margin: 1em 0 0 0; |
---|
| 31 | } |
---|
| 32 | li { |
---|
| 33 | margin-left: 1em; |
---|
| 34 | padding-left: 0; |
---|
| 35 | } |
---|
[3444] | 36 | &.user_super { |
---|
| 37 | background-color: rgba(153, 197, 255, .25); |
---|
| 38 | } |
---|
[3355] | 39 | } |
---|
| 40 | |
---|
| 41 | li.user_super, |
---|
| 42 | li.user_admin { |
---|
[3439] | 43 | margin-left: 0; |
---|
| 44 | padding-left: 20px; |
---|
| 45 | list-style: none; |
---|
| 46 | background: transparent url(../images/superadmin.png) no-repeat 0 .3em; |
---|
[3355] | 47 | } |
---|
| 48 | |
---|
| 49 | li.user_admin { |
---|
[3439] | 50 | background-image: url(../images/admin.png); |
---|
[3355] | 51 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.