[freeside-commits] branch FREESIDE_4_BRANCH updated. 3ee2cbcd001f55a88edad4833a8a2ecc8fbb3c99

Ivan ivan at 420.am
Sat Jun 13 23:08:45 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  3ee2cbcd001f55a88edad4833a8a2ecc8fbb3c99 (commit)
       via  a1d8468c52023b1d54379705932fe45b3ef0c4ca (commit)
      from  d727782c8e2e97cc3cde2d3b8836eae720108485 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3ee2cbcd001f55a88edad4833a8a2ecc8fbb3c99
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 13 23:08:44 2015 -0700

    UI spring cleaning: menu/search bar

diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css
index 9533f19..a66ebc0 100644
--- a/httemplate/elements/freeside-menu.css
+++ b/httemplate/elements/freeside-menu.css
@@ -1,11 +1,9 @@
 input.fsblackbutton {
-	 background-color:#aaaaaa;
+	 background-color:#cccccc;
 	 color: #333333;
 	 border:1px solid #888888;
 
-	 -moz-border-radius: 4px;
-	 -webkit-border-radius: 4px;
-	 border-radius: 4px;
+	 border-radius: 2px;
 
          font-family: Arial, Verdana, Helvetica, sans-serif;
 	 font-weight:bold;
@@ -20,17 +18,15 @@ input.fsblackbutton {
 
 input.fsblackbutton:hover,input.fsblackbutton:focus,
 input.fsblackbuttonselected:hover, input.fsblackbuttonselected:focus {
-        background:#aaaaaa;
+        background:#cccccc;
 }
 
 input.fsblackbuttonselected {
-	 background-color:#aaaaaa;
+	 background-color:#cccccc;
 	 color: #7e0079;
 	 border:1px solid #7e0079;
 
-	 -moz-border-radius: 4px;
-	 -webkit-border-radius: 4px;
-	 border-radius: 4px;
+	 border-radius: 2px;
 
          font-family: Arial, Verdana, Helvetica, sans-serif;
 	 font-weight:bold;
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index a9e74ba..014ac6e 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -75,18 +75,18 @@ Example:
 
 %       if ( $mobile ) {
 
-        <TD STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079;width:auto" BGCOLOR="#cccccc">
+        <TD STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079;width:auto" BGCOLOR="#dddddd">
           <SCRIPT TYPE="text/javascript">
             document.write(myBar.toString());
           </SCRIPT>
         </TD>
-        <TD STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079;width:auto" BGCOLOR="#cccccc">
+        <TD STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079;width:auto" BGCOLOR="#dddddd">
             <% include('searchbar-combined.html') |n %>
         </TD>
 
 %       } else {
 
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
           <SCRIPT TYPE="text/javascript">
             document.write(myBar);
           </SCRIPT>
@@ -96,27 +96,27 @@ Example:
 
       <TR CLASS="fssearchbar">
 
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
           <% include('searchbar-prospect.html') |n %>
         </TD>
 
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
           <% include('searchbar-cust_main.html') |n %>
         </TD>
 
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="center">
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
           <% include('searchbar-address2.html') |n %>
         </TD>
 
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right">
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
           <% include('searchbar-cust_bill.html') |n %>
         </TD>
 
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px">
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
           <% include('searchbar-cust_svc.html') |n %>
         </TD>
 
-        <TD COLSPAN=1 BGCOLOR="#cccccc" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
           <% include('searchbar-ticket.html') |n %>
         </TD>
 %       }
@@ -128,7 +128,7 @@ Example:
 
       <TR CLASS="fsmenubar">
 
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#cccccc">
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
         </TD>
 
       </TR>
@@ -142,7 +142,7 @@ Example:
 
 % if ( $menu_position eq 'left' ) {
 
-        <TD BGCOLOR="#cccccc" ALIGN="left" HEIGHT="100%" WIDTH="154" VALIGN="top" ALIGN="right" CLASS="fsmenubar">
+        <TD BGCOLOR="#dddddd" ALIGN="left" HEIGHT="100%" WIDTH="154" VALIGN="top" ALIGN="right" CLASS="fsmenubar">
           <SCRIPT TYPE="text/javascript">
             document.write(myBar);
           </SCRIPT>
diff --git a/httemplate/elements/xmenu.css b/httemplate/elements/xmenu.css
index e6a39f6..afd9e91 100644
--- a/httemplate/elements/xmenu.css
+++ b/httemplate/elements/xmenu.css
@@ -101,7 +101,7 @@
 
 	/* background:		rgb(120,172,255);/*rgb(255,128,0);*/
 	/* background:		 #a097ed; */
-	background:		 #cccccc;
+	background:		 #dddddd;
 	/* border:			1px solid #7E0079; */
 	/* border:			1px solid #000000; */
 	/* border: none */
diff --git a/httemplate/elements/xmenu.top.css b/httemplate/elements/xmenu.top.css
index 7a42254..4b6f151 100644
--- a/httemplate/elements/xmenu.top.css
+++ b/httemplate/elements/xmenu.top.css
@@ -98,7 +98,7 @@
 .webfx-menu-bar {
 	/* background:		rgb(120,172,255);/*rgb(255,128,0);*/
 	/* background:		 #a097ed; */
-	background:		 #cccccc;
+	background:		 #dddddd;
 	/* border:			1px solid #7E0079; */
 	/* border:			1px solid #000000; */
 	/* border: none */
@@ -126,7 +126,7 @@
 	/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
 	height:		expression(constExpression(ie50 ? "17px" : "auto"));
 
-        border: 1px solid #cccccc;
+        border: 1px solid #dddddd;
 
         margin-right: 4px
 

commit a1d8468c52023b1d54379705932fe45b3ef0c4ca
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 13 23:06:13 2015 -0700

    UI spring cleaning

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 1f51f51..108881d 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -227,7 +227,7 @@ div.fstabcontainer {
 .fsinnerbox {
   /* background-color:#cccccc; */
   padding:2px;
-  border: 1px solid #dddddd;
+  border: 1px solid #cccccc;
   border-radius: 2px;
 }
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/freeside-menu.css |   14 +++++---------
 httemplate/elements/freeside.css      |    2 +-
 httemplate/elements/header.html       |   22 +++++++++++-----------
 httemplate/elements/xmenu.css         |    2 +-
 httemplate/elements/xmenu.top.css     |    4 ++--
 5 files changed, 20 insertions(+), 24 deletions(-)




More information about the freeside-commits mailing list