summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/application.css
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2021-08-10 19:59:00 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2021-08-10 19:59:00 +0000
commit420781e9318314a27ab9206988a379269f15ec01 (patch)
tree815a049c4003c71b312264720b99cbb3cbe3e7b4 /public/stylesheets/application.css
parent3bae6bfac34229064e5b539e7aa0b82dd14d9a8d (diff)
downloadredmine-420781e9318314a27ab9206988a379269f15ec01.tar.gz
redmine-420781e9318314a27ab9206988a379269f15ec01.zip
Remove wrapper2 and wrapper3 wrapping containers (#30448).
git-svn-id: http://svn.redmine.org/redmine/trunk@21151 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r--public/stylesheets/application.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 17b536e09..4fe480208 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -16,9 +16,13 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
.wiki h6 {font-size: 1em; color: #8e8e8e;}
/***** Layout *****/
-div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; }
-#wrapper {background: white;overflow: hidden;}
-#wrapper3 { display: flex; flex-direction: column; }
+#wrapper {
+ min-height: inherit;
+ background: white;
+ overflow: hidden;
+ display: flex;
+ flex-direction: column;
+}
#top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 10px 0px 12px;}
#top-menu ul {margin: 0; padding: 0;}
@@ -113,8 +117,6 @@ div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; }
#sidebar li input[type=checkbox] {height: 20px;}
#content { flex-grow: 1; background-color: #fff; margin: 0px; padding: 10px 16px 10px 16px; overflow-x: auto;}
-html>body #content { min-height: 600px; }
-* html body #content { height: 600px; } /* IE */
#main.nosidebar #sidebar{ display: none; }