summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-20 12:45:12 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-20 12:45:12 +0000
commit9e86c95c3ee2e992f2d79ff90e431eed6a7b3e58 (patch)
tree5028c5b2bd4e82f3ea6f16a4d1b34980b99f9f2d
parent3b7e382d9870b1bfc8f915c369c3a89590fbd33b (diff)
downloadredmine-9e86c95c3ee2e992f2d79ff90e431eed6a7b3e58.tar.gz
redmine-9e86c95c3ee2e992f2d79ff90e431eed6a7b3e58.zip
Fix the styles for the responsive (#30168).
Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17835 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/stylesheets/responsive.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css
index c944dec1a..aa85d3091 100644
--- a/public/stylesheets/responsive.css
+++ b/public/stylesheets/responsive.css
@@ -217,15 +217,10 @@
display: none;
}
- .splitcontentleft, #list-left {
+ .splitcontentleft, .splitcontentright, .splitcontenttop {
width: 100%;
flex: auto;
margin-right: 0;
- }
-
- .splitcontentright, #list-right {
- width: 100%;
- flex: auto;
margin-left: 0;
}