Commit e730289ce7a8f32e8de39505952d172dfaf02420
Committed by
Álvaro Fernando Matos de Souza
1 parent
67de9ad9
Exists in
pkg_fixes
Improve design of edit software page
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
css/administration-panel.css
| ... | ... | @@ -279,3 +279,13 @@ |
| 279 | 279 | .action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{ |
| 280 | 280 | background: #5E82C6; |
| 281 | 281 | } |
| 282 | + | |
| 283 | +/* Edit software page */ | |
| 284 | + | |
| 285 | +.action-profile_editor-edit_software_community #profile-is-template{ | |
| 286 | + margin-top: 10px; | |
| 287 | +} | |
| 288 | + | |
| 289 | +.action-profile_editor-edit_software_community .field-privacy-selector{ | |
| 290 | + vertical-align: bottom; | |
| 291 | +} | ... | ... |