From 337d6de4e73714ea6ecb6a5a0d38eee2eb8eebda Mon Sep 17 00:00:00 2001 From: julianahilario Date: Tue, 6 Oct 2015 12:19:59 -0300 Subject: [PATCH] Ajustments change password and edit profile --- src/noosfero-spb-theme/css/administration-panel.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+), 0 deletions(-) diff --git a/src/noosfero-spb-theme/css/administration-panel.css b/src/noosfero-spb-theme/css/administration-panel.css index db651fa..0ce3edf 100644 --- a/src/noosfero-spb-theme/css/administration-panel.css +++ b/src/noosfero-spb-theme/css/administration-panel.css @@ -289,3 +289,25 @@ .action-profile_editor-edit_software_community .field-privacy-selector{ vertical-align: bottom; } + +/*Edition configuration profile */ + +.action-profile_editor-edit #delete-profile{ + margin-top:0px; +} + +/*form Change Password */ +.action-account-change_password #content form input.button.with-text.icon-ok.submit{ + height: 32px; + padding:0px 10px; +} + +.action-account-change_password input{ +padding: 6px; +color: #585858; +background: #FFF; +border: 1px solid #ccc; +border-radius: 4px; +font-size: 15px; +font-family: Arial, helvetica; +} \ No newline at end of file -- libgit2 0.21.2