You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/10/15 22:22:24 UTC

svn commit: r825634 - /ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Author: buscob
Date: Thu Oct 15 20:22:23 2009
New Revision: 825634

URL: http://svn.apache.org/viewvc?rev=825634&view=rev
Log:
Hidded screen title since the BlueLight theme already shows this on the Navigation bar.
A different implementation of OFBIZ-3044.
Thank you Adrian for reviewing and suggesting a better solution.

Modified:
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=825634&r1=825633&r2=825634&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Thu Oct 15 20:22:23 2009
@@ -660,17 +660,6 @@
     background-color: #000000;
 }
 
-/*
-.apptitle {
-    background-color: #000099;
-    color: #FFFFFF;
-    display: block;
-    font-size: 1.3em;
-    font-weight: bold;
-    line-height: 2em;
-    width: 100%;
-} */
-
 DIV.row {
     background-color: #B4B0AA;
     margin: 0 auto 0 auto;
@@ -819,6 +808,10 @@
     margin-bottom: 2em;
 }
 
+#content-main-section .h1 {
+display: none;
+}
+
 /* ===== New Styles ===== */
 /* ================================ */
 /* ===== Used to clear floats ===== */
@@ -931,10 +924,10 @@
     float: left;
     height: 100%;
     background: url("/bluelight/separator.gif") no-repeat;
-    padding-top: 1em;
+    padding-top: 0.8em;
     margin-bottom: -1em;
-    padding-left: 40px;
-    font-size: 1.2em;
+    padding-left: 3.5em;
+    font-size: 1.5em;
     font-weight: bold;
 }
 
@@ -1128,7 +1121,6 @@
 #main-navigation ul li ul li a,
 #app-navigation ul li ul li a {
 display:block;
-mheight:1.3em;
 padding:4px 16px 4px 16px;
 border: solid 1px #AFAFAF;
 border-top: none;