Fixed OpenID URL field width in user account page.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8238 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a36904c9ee
commit
b6612ea8bb
|
@ -391,7 +391,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_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select { width: 90%; }
|
||||
#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
|
||||
|
||||
#workflow_copy_form select { width: 200px; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue