[freeside-commits] freeside/httemplate/elements freeside.css, 1.11, 1.12 menubar.html, 1.9, 1.10
Ivan,,,
ivan at wavetail.420.am
Sun Jun 6 23:52:44 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv15174/elements
Modified Files:
freeside.css menubar.html
Log Message:
a little UI goes a long way: have the customer tabs actually enclose their view
Index: freeside.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/freeside.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -d -r1.11 -r1.12
--- freeside.css 20 May 2010 08:48:50 -0000 1.11
+++ freeside.css 7 Jun 2010 06:52:41 -0000 1.12
@@ -109,6 +109,8 @@
font-weight:bold;
text-decoration:none;
overflow:visible;
+ margin-left:6px;
+ margin-right:6px;
}
a.fstab:hover {
text-decoration:none;
@@ -119,13 +121,12 @@
a:visited:hover.fsblackbutton
*/
a.fstabselected {
- background-color:#f8f8f8;
+ background-color:#ffffff;
color: #000000;
- border:1px solid;
- border-top-color:#7e0079;
- border-left-color:#7e0079;
- border-right-color:#7e0079;
- border-bottom-color:#ffffff;
+ border-top:1px solid #7e0079;
+ border-left:1px solid #7e0079;
+ border-right:1px solid #7e0079;
+ border-bottom:1px solid #ffffff;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
-webkit-border-radius-topleft:8px;
@@ -141,12 +142,37 @@
font-weight:bold;
text-decoration:none;
overflow:visible;
+ margin-left:6px;
+ margin-right:6px;
}
a.fstabselected:hover {
text-decoration:none;
color: #000000;
}
+div.fstabs {
+ padding-left:8px;
+ border-bottom:1px solid #7e0079;
+}
+
+div.fstabcontainer {
+ background-color:#ffffff;
+ padding:8px;
+ border-left:1px solid #7e0079;
+ border-right:1px solid #7e0079;
+ border-bottom:1px solid #7e0079;
+ -moz-border-radius-bottomleft:8px;
+ -moz-border-radius-bottomright:8px;
+ -webkit-border-radius-bottomleft:8px;
+ -webkit-border-radius-bottomright:8px;
+ border-radius-bottomleft:8px;
+ border-radius-bottomright:8px;
+ -moz-box-shadow: #666666 1px 1px 2px;
+ -webkit-box-shadow: #666666 1px 1px 2px;
+ box-shadow: #666666 1px 1px 2px;
+ filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
+}
+
.background {
background-color:#f8f8f8;
}
Index: menubar.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menubar.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- menubar.html 23 Mar 2010 01:17:09 -0000 1.9
+++ menubar.html 7 Jun 2010 06:52:41 -0000 1.10
@@ -19,10 +19,10 @@
</%doc>
%if ( $opt->{'newstyle'} ) {
-% my $s = '<FONT STYLE="border-bottom:1px solid #7e0079">';
- <% join("$s </FONT>", ( '', @html, '' ) ) %>
- <BR>
+ <DIV CLASS="fstabs">
+ <% join('', @html ) %>
+ </DIV>
%} else {
More information about the freeside-commits
mailing list