##// END OF EJS Templates
Fixed OpenID URL field width in user account page....
Etienne Massip -
r8118:b6612ea8bb6c
parent child
Show More
@@ -391,7 +391,7 ul.properties li span {font-style:italic;}
391 .total-hours span.hours-int { font-size: 120%; }
391 .total-hours span.hours-int { font-size: 120%; }
392
392
393 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
393 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
394 #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select { width: 90%; }
394 #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
395
395
396 #workflow_copy_form select { width: 200px; }
396 #workflow_copy_form select { width: 200px; }
397
397
General Comments 0
You need to be logged in to leave comments. Login now