Commit 7da52c049b3aa2e04fba234ad66a195c6f8e0ccd
1 parent
9a348fef
Exists in
pkg_fixes
fix manage users and roles pages on software panel
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
css/administration-panel.css
@@ -289,3 +289,19 @@ | @@ -289,3 +289,19 @@ | ||
289 | .action-profile_editor-edit_software_community .field-privacy-selector{ | 289 | .action-profile_editor-edit_software_community .field-privacy-selector{ |
290 | vertical-align: bottom; | 290 | vertical-align: bottom; |
291 | } | 291 | } |
292 | + | ||
293 | +/* Members management */ | ||
294 | +.action-profile_members-index #members-list td{ | ||
295 | + padding-top: 5px; | ||
296 | +} | ||
297 | + | ||
298 | +/*recover behavior of noosfero*/ | ||
299 | +.action-profile_members-change_role .role-permissions{ | ||
300 | + margin: 12px 0; | ||
301 | + padding-left: 40px; | ||
302 | +} | ||
303 | + | ||
304 | +/*recover behavior of noosfero*/ | ||
305 | +.action-profile_members-change_role .role-permissions li{ | ||
306 | + list-style: square; | ||
307 | +} |