s***@apache.org
2016-07-05 14:31:25 UTC
Author: sjur
Date: Tue Jul 5 14:31:24 2016
New Revision: 1751491
URL: http://svn.apache.org/viewvc?rev=1751491&view=rev
Log:
With the search box out of the header, we can reinstate the margin below the main tabs when no level2tabs are visible, by checking that the main tab element is the only child of the header div.
Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751491&r1=1751490&r2=1751491&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Tue Jul 5 14:31:24 2016
@@ -3,6 +3,10 @@
margin: 0;
}
+div.header #topmenu:only-child {
+ margin-bottom: 20px;
+}
+
body {
/* margin: 0px 0px 0px 0px;
font-family: Verdana, Helvetica, sans-serif;*/
Date: Tue Jul 5 14:31:24 2016
New Revision: 1751491
URL: http://svn.apache.org/viewvc?rev=1751491&view=rev
Log:
With the search box out of the header, we can reinstate the margin below the main tabs when no level2tabs are visible, by checking that the main tab element is the only child of the header div.
Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751491&r1=1751490&r2=1751491&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Tue Jul 5 14:31:24 2016
@@ -3,6 +3,10 @@
margin: 0;
}
+div.header #topmenu:only-child {
+ margin-bottom: 20px;
+}
+
body {
/* margin: 0px 0px 0px 0px;
font-family: Verdana, Helvetica, sans-serif;*/