diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-03 12:34:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-03 12:34:05 +0000 |
commit | 8d5f32bcafd63ac79f41d8d9e394add23ea3a561 (patch) | |
tree | c795d53f504b0412c91ca459c926f915cb58a903 /public/stylesheets | |
parent | e18eb311f55d2ef23239733129e2038d31fc0885 (diff) | |
download | redmine-8d5f32bcafd63ac79f41d8d9e394add23ea3a561.tar.gz redmine-8d5f32bcafd63ac79f41d8d9e394add23ea3a561.zip |
Merged r15303 (#22336).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15304 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-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 2bb3804b3..f9a769eea 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -483,7 +483,7 @@ ul.properties li span {font-style:italic;} .total-hours { font-size: 110%; font-weight: bold; } .total-hours span.hours-int { font-size: 120%; } -.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;} +.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;} #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; } |