diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-08 12:28:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-08 12:28:23 +0000 |
commit | ecb1f660ac4d8bb46e2d1b34f89a4638297cd1e4 (patch) | |
tree | cf562ed0f402d662985fc1c3cf0b50b4e514f06f /public | |
parent | e51adfdb3f2988d3a92d34f088f155871f82a870 (diff) | |
download | redmine-ecb1f660ac4d8bb46e2d1b34f89a4638297cd1e4.tar.gz redmine-ecb1f660ac4d8bb46e2d1b34f89a4638297cd1e4.zip |
Improved responsiveness for versions and roadmap (#19097).
Width of progress bars is no longer hard-coded in views.
git-svn-id: http://svn.redmine.org/redmine/trunk@14851 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 5 | ||||
-rw-r--r-- | public/stylesheets/responsive.css | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2caa24d0a..f06244f1b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -789,6 +789,7 @@ table.progress { margin: 1px 6px 1px 0px; } +table.progress {width:80px;} table.progress td { height: 1em; } table.progress td.closed { background: #BAE0BA none repeat scroll 0%; } table.progress td.done { background: #D3EDD3 none repeat scroll 0%; } @@ -796,7 +797,9 @@ table.progress td.todo { background: #eee none repeat scroll 0%; } p.percent {font-size: 80%; margin:0;} p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} -#roadmap table.progress td { height: 1.2em; } +.version-overview table.progress {width:40em;} +.version-overview table.progress td { height: 1.2em; } + /***** Tabs *****/ #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;} #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;} diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 40cb57620..6e4c2451a 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -740,7 +740,9 @@ div#activity dl, #search-results { margin-left: 0; } + .version-overview table.progress {width:75%;} div#version-summary {float:none; width:100%; margin-left:0;} + body.controller-versions.action-show div#roadmap .related-issues {width:100%;} /*----------------------------------------*\ G) FORMS |