diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-20 11:49:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-20 11:49:29 +0000 |
commit | 6424155f59c3d561b4ae039b4db6cdf84dc05834 (patch) | |
tree | 55c7f071466635fb19bf20c5dec8a1013810afb6 /public | |
parent | 50cb77cfbb09750dad7809f46914b8f81dc0c13a (diff) | |
download | redmine-6424155f59c3d561b4ae039b4db6cdf84dc05834.tar.gz redmine-6424155f59c3d561b4ae039b4db6cdf84dc05834.zip |
Makes the user form look like account form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5172 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index d3420205b..e45863417 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -364,7 +364,7 @@ ul.properties li span {font-style:italic;} .total-hours span.hours-int { font-size: 120%; } .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;} -#user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; } +#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select { width: 90%; } #workflow_copy_form select { width: 200px; } |