[freeside-commits] freeside/httemplate/elements xmenu.css, 1.6, 1.7 xmenu.top.css, 1.4, 1.5 header.html, 1.39, 1.40 xmenu.js, 1.1, 1.2 freeside-menu.css, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Sat Mar 20 15:44:50 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv31617/httemplate/elements

Modified Files:
	xmenu.css xmenu.top.css header.html xmenu.js freeside-menu.css 
Log Message:
more RT integration / reskin / 2.1, RT#6640

Index: xmenu.js
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/xmenu.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- xmenu.js	14 May 2006 16:47:30 -0000	1.1
+++ xmenu.js	20 Mar 2010 22:44:48 -0000	1.2
@@ -369,7 +369,7 @@
 					)
 				)) +
 			">" +
-			(this.subMenu ? "<img class='arrow' src='" + webfxMenuImagePath + "arrow.right.png'>" : "") +				
+			(this.subMenu ? "<img class='arrow' src='" + webfxMenuImagePath + "arrow.right.black.png'>" : "") +				
 			this.text + 
 			"</a>";
 };

Index: freeside-menu.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/freeside-menu.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- freeside-menu.css	20 Mar 2010 22:11:37 -0000	1.2
+++ freeside-menu.css	20 Mar 2010 22:44:48 -0000	1.3
@@ -1,7 +1,7 @@
 input.fsblackbutton {
 	 background-color:#aaaaaa;
 	 color: #333333;
-	 border:1px solid #cccccc;
+	 border:1px solid #888888;
 
 	 -moz-border-radius: 8px;
 	 -webkit-border-radius: 8px;

Index: xmenu.top.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/xmenu.top.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- xmenu.top.css	20 Mar 2010 22:11:37 -0000	1.4
+++ xmenu.top.css	20 Mar 2010 22:44:48 -0000	1.5
@@ -114,41 +114,17 @@
         /* i want a vertical bar */
         /* display:                        block; */
 
-	/* border:				1px solid black; /*rgb(0,0,0);/*rgb(255,128,0);*/
-	/* border: 1px solid black; /* #ffffff; */
-	/* border-bottom: 1px solid black; */
-	/* border-bottom: 1px solid white; */
-	/* border-bottom:	1px solid rgb(0,66,174);
-	/* border-bottom: 1px solid black;
-	border-bottom: 1px solid black;
-	border-bottom: 1px solid black; */
-
 	padding:			1px 5px 1px 5px;
 
 	font-size:		16px;
-        /* font-weight: bold; */
 
 	color:				black;
 	/* color:				white; */
 	text-decoration:	none;
-	/* text-decoration:	underline; */
 
 	/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
 	height:		expression(constExpression(ie50 ? "17px" : "auto"));
 
-/*         background-color:#333333;
-	 border:1px solid;
-	 border-top-color:#cccccc;
-	 border-left-color:#cccccc;
-	 border-right-color:#aaaaaa;
-	 border-bottom-color:#aaaaaa;
-*/
-/*        -moz-border-radius: 15px;
-        -webkit-border-radius: 15px;
-        border-radius: 15px;
-        behavior: url(border-radius.htc);
-*/
-
         border: 1px solid #cccccc;
 
          margin-right: 4px
@@ -161,34 +137,7 @@
 }
 
 .webfx-menu-bar a:hover {
-	 color:			black;
-	/*  color:			white; */
-	/* background:		rgb(120,172,255);	 */
-	/* background:		#BC79B8; */
-        /* background:		#7e0079; */
         text-decoration: underline;
-        /* font-weight: bold; */
-	/* border-left:	1px solid rgb(234,242,255);
-	border-right:	1px solid rgb(0,66,174);
-	border-top:		1px solid rgb(234,242,255);
-	border-bottom:	1px solid rgb(0,66,174); */
-
-/*	 border:1px solid;
-	 border-top-color:#cccccc;
-	 border-left-color:#cccccc;
-	 border-right-color:#aaaaaa;
-	 border-bottom-color:#aaaaaa;
-*/
-/*         -moz-border-radius: 8px;
-        -webkit-border-radius: 8px;
-        border-radius: 8px;
-        behavior: url(border-radius.htc);
-*/
-
-        /* border: 1px solid #7e0079; */
-/*        border: 1px solid #d8d8d8;
-        background: #bbbbbb;
-*/
         color: #7e0079;
 
 }
@@ -211,11 +160,6 @@
 		a proprietary property on HTMLElement. Did I say that IE sucks at CSS?
 	*/
 	ie-dummy:		expression(this.hideFocus=true);
-
-/*	border-left:	1px solid rgb(0,66,174); */
-/*	border-right:	1px solid rgb(234,242,255); */
-/*	border-top:		1px solid rgb(0,66,174); */
-/*	border-bottom:	1px solid rgb(234,242,255); */
 }
 
 .webfx-menu-title  {
@@ -231,7 +175,6 @@
         font-weight:            bold;
 	text-decoration:	none;
 	color:			white;
-/*	border:			1px solid white; */
 	border-bottom:		1px solid white;
         width:			expression(constExpression(ie ? "98%": "auto"));	/* should be ignored by mz and op */
 }	

Index: xmenu.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/xmenu.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- xmenu.css	12 Jul 2009 23:22:06 -0000	1.6
+++ xmenu.css	20 Mar 2010 22:44:48 -0000	1.7
@@ -100,7 +100,7 @@
 
 	/* background:		rgb(120,172,255);/*rgb(255,128,0);*/
 	/* background:		 #a097ed; */
-	background:		 #000000;
+	background:		 #cccccc;
 	/* border:			1px solid #7E0079; */
 	/* border:			1px solid #000000; */
 	/* border: none */
@@ -117,21 +117,13 @@
         /* i want a vertical bar */
         display:                        block;
 
-	/* border:				1px solid black; /*rgb(0,0,0);/*rgb(255,128,0);*/
-	/* border: 1px solid black; /* #ffffff; */
-	/* border-bottom: 1px solid black; */
-	border-bottom: 1px solid white;
-	/* border-bottom:	1px solid rgb(0,66,174);
-	/* border-bottom: 1px solid black;
-	border-bottom: 1px solid black;
-	border-bottom: 1px solid black; */
 
 	padding:			1px 5px 1px 5px;
 
 	font-size:		14px;
 
-	/* color:				black; */
-	color:				white;
+	color:				black;
+	/* color:				white; */
 	text-decoration:	none;
 
 	/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
@@ -139,19 +131,13 @@
 }
 
 .webfx-menu-bar a:link {
-	color: white;
+	/* color: white; */
+        color: black;
 }
 
 .webfx-menu-bar a:hover {
-	/* color:			black; */
-	color:			white;
-	/* background:		rgb(120,172,255);	 */
-	/* background:		#BC79B8; */
-        background:		#7e0079;
-	/* border-left:	1px solid rgb(234,242,255);
-	border-right:	1px solid rgb(0,66,174);
-	border-top:		1px solid rgb(234,242,255);
-	border-bottom:	1px solid rgb(0,66,174); */
+        text-decoration: underline;
+        color: #7e0079;
 }
 
 .webfx-menu-bar a .arrow {
@@ -171,11 +157,6 @@
 		a proprietary property on HTMLElement. Did I say that IE sucks at CSS?
 	*/
 	ie-dummy:		expression(this.hideFocus=true);
-
-/*	border-left:	1px solid rgb(0,66,174); */
-/*	border-right:	1px solid rgb(234,242,255); */
-/*	border-top:		1px solid rgb(0,66,174); */
-/*	border-bottom:	1px solid rgb(234,242,255); */
 }
 
 .webfx-menu-title  {
@@ -191,7 +172,6 @@
         font-weight:            bold;
 	text-decoration:	none;
 	color:			white;
-/*	border:			1px solid white; */
 	border-bottom:		1px solid white;
         width:			expression(constExpression(ie ? "98%": "auto"));	/* should be ignored by mz and op */
 }	

Index: header.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -w -d -r1.39 -r1.40
--- header.html	20 Mar 2010 22:11:37 -0000	1.39
+++ header.html	20 Mar 2010 22:44:48 -0000	1.40
@@ -77,7 +77,7 @@
     <% $head |n %>
 
   </HEAD>
-  <BODY <% $menu_position eq 'left' ? qq( BACKGROUND="${fsurl}images/background-cheat.png" ) : ' BGCOLOR="#f8f8f8" ' %> <% $etc |n %> STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0">
+  <BODY BGCOLOR="#f8f8f8" <% $etc |n %> STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0">
     <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0; padding-right:4">
       <tr>
         <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="<%$fsurl%>view/REAL_logo.cgi"></td>
@@ -190,20 +190,7 @@
           <SCRIPT TYPE="text/javascript">
             document.write(myBar);
           </SCRIPT>
-          <BR>
-          <IMG SRC="<%$fsurl%>images/32clear.gif" HEIGHT="1" WIDTH="154">
-
-          <TABLE CELLSPACING=0 CELLPADDING=0 BGCOLOR="#cccccc" WIDTH="100%">
-            <TR>
-              <TD ALIGN="left" STYLE="padding-bottom:1px;border-bottom:1px solid #999999"><% include('/elements/about_freeside.html') |n %></TD>
-            </TR>
-            <TR>
-              <TD ALIGN="right" STYLE="padding-bottom:1px"><% include('/elements/about_rt.html') |n %></TD>
-            </TR>
-          </TABLE>
-
         </TD>
-        <TD STYLE="padding:0" HEIGHT="100%" WIDTH=13 VALIGN="top"><IMG WIDTH="13" HEIGHT="100%" BORDER=0 ALT="" SRC="<%$fsurl%>images/black-gray-side.png"></TD>
 
 % }
 



More information about the freeside-commits mailing list