Commit 8116fc4f7ce1c3ee49c91eb0441122f0f18865d2
Committed by
Álvaro Fernando Matos de Souza
1 parent
337d6de4
Exists in
design_validation
fix manage users and roles pages on software panel
Showing
1 changed file
with
18 additions
and
1 deletions
Show diff stats
src/noosfero-spb-theme/css/administration-panel.css
@@ -290,6 +290,7 @@ | @@ -290,6 +290,7 @@ | ||
290 | vertical-align: bottom; | 290 | vertical-align: bottom; |
291 | } | 291 | } |
292 | 292 | ||
293 | +<<<<<<< HEAD:src/noosfero-spb-theme/css/administration-panel.css | ||
293 | /*Edition configuration profile */ | 294 | /*Edition configuration profile */ |
294 | 295 | ||
295 | .action-profile_editor-edit #delete-profile{ | 296 | .action-profile_editor-edit #delete-profile{ |
@@ -310,4 +311,20 @@ border: 1px solid #ccc; | @@ -310,4 +311,20 @@ border: 1px solid #ccc; | ||
310 | border-radius: 4px; | 311 | border-radius: 4px; |
311 | font-size: 15px; | 312 | font-size: 15px; |
312 | font-family: Arial, helvetica; | 313 | font-family: Arial, helvetica; |
313 | -} | ||
314 | \ No newline at end of file | 314 | \ No newline at end of file |
315 | +} | ||
316 | + | ||
317 | +/* Members management */ | ||
318 | +.action-profile_members-index #members-list td{ | ||
319 | + padding-top: 5px; | ||
320 | +} | ||
321 | + | ||
322 | +/*recover behavior of noosfero*/ | ||
323 | +.action-profile_members-change_role .role-permissions{ | ||
324 | + margin: 12px 0; | ||
325 | + padding-left: 40px; | ||
326 | +} | ||
327 | + | ||
328 | +/*recover behavior of noosfero*/ | ||
329 | +.action-profile_members-change_role .role-permissions li{ | ||
330 | + list-style: square; | ||
331 | +} |