Author: adrianc
Date: Fri Feb 1 09:52:20 2008
New Revision: 617576
URL:
http://svn.apache.org/viewvc?rev=617576&view=revLog:
Some CSS style cleanups/fixups for the back office apps.
Modified:
ofbiz/trunk/framework/images/webapp/images/maincss.css
Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=617576&r1=617575&r2=617576&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Fri Feb 1 09:52:20 2008
@@ -1187,10 +1187,14 @@
.screenlet-title-bar .head1,
.screenlet-title-bar .head2,
.screenlet-title-bar .head3,
+.screenlet-title-bar .head4,
.screenlet-title-bar h1,
.screenlet-title-bar h2,
.screenlet-title-bar h3 {
+background: none;
+border-left: none;
color: #ffffff;
+font-weight: bold;
padding: 0.1em 0.5em 0.2em 0.5em;
}
@@ -1208,39 +1212,30 @@
padding: 0.1em 0.5em 0.2em 0.5em;
}
-.screenlet-title-bar .head4 {
-background: none;
-border-left: 0.1em solid #5f9fcf;
-color: #ffffff;
-font-size: 1.1em;
-font-weight: bold;
-padding: 0.1em 0.5em 0.2em 0.5em;
-}
-
.screenlet-title-bar ul h1,
.screenlet-title-bar ul h2,
.screenlet-title-bar ul h3,
.screenlet-title-bar ul .head1,
.screenlet-title-bar ul .head2,
.screenlet-title-bar ul .head3 {
-/* h1 - h3 deprecated, fails validation */
border-left: none;
float: left;
}
-.screenlet-title-bar ul .head1 {
+.screenlet-title-bar .head1 {
font-size: 1.6em;
}
-.screenlet-title-bar ul .head2 {
+.screenlet-title-bar .head2 {
font-size: 1.3em;
}
-.screenlet-title-bar ul .head3 {
+.screenlet-title-bar .head3,
+.screenlet-title-bar .head4 {
font-size: 1.1em;
}
-.screenlet-title-bar ul .head3 a {
+.screenlet-title-bar .head3 a {
color: #ffff66;
display: inline;
}