[freeside-commits] branch master updated. b549664d989a15f405e73a159d317f7bdc713ca7

Ivan ivan at 420.am
Sat Jun 13 23:46:44 PDT 2015


The branch, master has been updated
       via  b549664d989a15f405e73a159d317f7bdc713ca7 (commit)
       via  e8bd43487a32b56508d1ddcea7c46949daec825d (commit)
      from  f4d9fff3c3925e9c4637fbfbc22b824a3539f39c (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 b549664d989a15f405e73a159d317f7bdc713ca7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 13 23:46:43 2015 -0700

    UI spring cleaning: customer menus, and some consistency with top menus

diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 326c2f9..0ae154f 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -14,13 +14,15 @@
 
 #menu_ul a {
   display: block;
-  margin: 0;
+  margin-left: 0;
+  margin-right: 1em;
+  margin-bottom: -1px;
+  margin-top: 0;
   padding: .5em .75em;
-  background: #f8f8f8;
+  background: #e0e0e0;
   color: #525151;
   white-space: nowrap;
   text-decoration: none;
-  border-bottom: thin solid #CFDFDF;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
 }
@@ -28,10 +30,10 @@
 #menu_ul a.current_show {
   font-weight: bold;
   background: #FFFFFF;
-  border-top: thin solid #CFDEFF;
-  border-left: thin solid #CFDEFF;
-  border-right: thin solid #CFDEFF;
-  border-bottom: none;
+  border-top: thin solid #7e0079;
+  border-left: thin solid #7e0079;
+  border-right: thin solid #7e0079;
+  border-bottom: thin solid #ffffff;
 }
 
 #menu_ul ul {
@@ -42,10 +44,10 @@
   top: 100%;
   left: 0;
   background: #ffffff;
-  border-top: none;
-  border-left: thin solid #CFDEFF;
-  border-right: thin solid #CFDEFF;
-  border-bottom: thin solid #CFDEFF;
+  border: thin solid #7e0079;
+  z-index:8888;
+  border-radius: 2px;
+  box-shadow: #333333 1px 1px 2px;
 }
 
 #menu_ul ul li {
@@ -62,7 +64,6 @@
 }
 
 #menu_ul a:hover {
-  background: #cfdeff;
   text-decoration: underline;
   color: #7e0079;
 }

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

    UI spring cleaning: customer menus, and some consistency with top menus

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 6a1d238..7e8ae87 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -179,13 +179,11 @@ div.fstabcontainer {
   background-color:#ffffff;
   padding:8px;
   clear: left;
-  border-left: thin solid #CFDEFF;
-  border-right: thin solid #CFDEFF;
-  border-bottom: thin solid #CFDEFF;
+  border-left: thin solid #7e0079;
+  border-right: thin solid #7e0079;
+  border-bottom: thin solid #7e0079;
+  border-top: thin solid #7e0079;
 /*
-  border-left:1px solid #7e0079;
-  border-right:1px solid #7e0079;
-  border-bottom:1px solid #7e0079;
   border-top:1px solid #7e0079;
 */
 }
diff --git a/httemplate/elements/xmenu.css b/httemplate/elements/xmenu.css
index afd9e91..79990d3 100644
--- a/httemplate/elements/xmenu.css
+++ b/httemplate/elements/xmenu.css
@@ -28,9 +28,9 @@
 	 border-radius: 4px;
 	padding:		1px;
 	background:		white;
-        -moz-box-shadow: #000000 1px 1px 4px;
-        -webkit-box-shadow: #000000 1px 1px 4px;
-        box-shadow: #000000 1px 1px 4px;
+        -moz-box-shadow: #333333 1px 1px 2px;
+        -webkit-box-shadow: #333333 1px 1px 2px;
+        box-shadow: #333333 1px 1px 2px;
 }
 
 .webfx-menu-empty {
diff --git a/httemplate/elements/xmenu.top.css b/httemplate/elements/xmenu.top.css
index 4b6f151..b722768 100644
--- a/httemplate/elements/xmenu.top.css
+++ b/httemplate/elements/xmenu.top.css
@@ -23,14 +23,10 @@
 	z-index:		9999;
 	visibility:		hidden;
 	border:			1px solid #7e0079;
-	 -moz-border-radius: 4px;
-	 -webkit-border-radius: 4px;
-	 border-radius: 4px;
+	border-radius: 2px;
 	padding:		1px;
 	background:		white;
-        -moz-box-shadow: #000000 1px 1px 4px;
-        -webkit-box-shadow: #000000 1px 1px 4px;
-        box-shadow: #000000 1px 1px 4px;
+        box-shadow: #333333 1px 1px 2px;
 }
 
 .webfx-menu-empty {

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

Summary of changes:
 httemplate/elements/freeside.css    |   10 ++++------
 httemplate/elements/xmenu.css       |    6 +++---
 httemplate/elements/xmenu.top.css   |    8 ++------
 httemplate/view/cust_main/menu.html |   25 +++++++++++++------------
 4 files changed, 22 insertions(+), 27 deletions(-)




More information about the freeside-commits mailing list