Patch #37381 ยป autoscroll.diff
| public/stylesheets/application.css (working copy) | ||
|---|---|---|
| 751 | 755 |
.total-hours { font-size: 110%; font-weight: bold; }
|
| 752 | 756 |
.total-hours span.hours-int { font-size: 120%; }
|
| 753 | 757 | |
| 754 |
.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;}
|
|
| 758 |
.autoscroll {width: 100%; overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;}
|
|
| 755 | 759 |
#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select { width: 90%; }
|
| 756 | 760 | |
| 757 | 761 |
#workflow_copy_form select { width: 200px; }
|