Commit 04e1c4dedeab7e631dd01d1a1f2eb746976f6854

Authored by Juliana
Committed by Álvaro Fernando Matos de Souza
1 parent e730289c
Exists in pkg_fixes

Ajustments change password and edit profile

Showing 1 changed file with 22 additions and 0 deletions   Show diff stats
css/administration-panel.css
... ... @@ -289,3 +289,25 @@
289 289 .action-profile_editor-edit_software_community .field-privacy-selector{
290 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 314 \ No newline at end of file
... ...