summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/responsive.css
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-03 08:40:29 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-03 08:40:29 +0000
commite8c17ac6d71191040d757082cdb1fefe14f0e1c7 (patch)
tree7a7c8424e9293fddd4a1216d277583e1cfb88380 /public/stylesheets/responsive.css
parentaf1182c8ba64f5b55b52da298ff602f76b0806af (diff)
downloadredmine-e8c17ac6d71191040d757082cdb1fefe14f0e1c7.tar.gz
redmine-e8c17ac6d71191040d757082cdb1fefe14f0e1c7.zip
Query totals and query buttons overlaps on small screens (#24274).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16045 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/responsive.css')
-rw-r--r--public/stylesheets/responsive.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css
index 7ed006064..8e7f7465a 100644
--- a/public/stylesheets/responsive.css
+++ b/public/stylesheets/responsive.css
@@ -544,7 +544,7 @@
html.flyout-is-active {
overflow: hidden;
}
-
+
.flyout-is-active #wrapper, .flyout-is-active #header {
right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */
}
@@ -728,6 +728,12 @@
width: 100%;
}
+ /* issues page */
+ body.controller-issues p.query-totals {
+ margin-top: 0px;
+ text-align: left;
+ }
+
/* subtasks and related issues list on issue show */
#issue_tree .issues, #relations .issues {
border-collapse: separate;