summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/application.css
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-03 12:33:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-03 12:33:40 +0000
commite4a879b42284eb7ba70a826413b6efacebc623b7 (patch)
tree94b3c8634cd27228b97ba47489d7cc90cd66f92c /public/stylesheets/application.css
parent75dc617be3215b2ca6946c0b85071bfb5b043d07 (diff)
downloadredmine-e4a879b42284eb7ba70a826413b6efacebc623b7.tar.gz
redmine-e4a879b42284eb7ba70a826413b6efacebc623b7.zip
Make full revision table available on mobile devices (#22336).
Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15303 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 6aa5646ea..6ee3031c2 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -495,7 +495,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; }