Commit 337d6de4e73714ea6ecb6a5a0d38eee2eb8eebda
Committed by
Álvaro Fernando Matos de Souza
1 parent
bab33eb4
Exists in
design_validation
Ajustments change password and edit profile
Showing
1 changed file
with
22 additions
and
0 deletions
Show diff stats
src/noosfero-spb-theme/css/administration-panel.css
@@ -289,3 +289,25 @@ | @@ -289,3 +289,25 @@ | ||
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 | +/*Edition configuration profile */ | ||
294 | + | ||
295 | +.action-profile_editor-edit #delete-profile{ | ||
296 | + margin-top:0px; | ||
297 | +} | ||
298 | + | ||
299 | +/*form Change Password */ | ||
300 | +.action-account-change_password #content form input.button.with-text.icon-ok.submit{ | ||
301 | + height: 32px; | ||
302 | + padding:0px 10px; | ||
303 | +} | ||
304 | + | ||
305 | +.action-account-change_password input{ | ||
306 | +padding: 6px; | ||
307 | +color: #585858; | ||
308 | +background: #FFF; | ||
309 | +border: 1px solid #ccc; | ||
310 | +border-radius: 4px; | ||
311 | +font-size: 15px; | ||
312 | +font-family: Arial, helvetica; | ||
313 | +} | ||
292 | \ No newline at end of file | 314 | \ No newline at end of file |