[freeside-commits] branch FREESIDE_4_BRANCH updated. df154ed29fe9c0f300babe5f452a7d449e568496

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


The branch, FREESIDE_4_BRANCH has been updated
       via  df154ed29fe9c0f300babe5f452a7d449e568496 (commit)
       via  43fc6400ce54f58cfb017c0e17e233e07b5b61ef (commit)
       via  9e7f4eaeda1128a18233fc04117e3444119edca6 (commit)
      from  3ee2cbcd001f55a88edad4833a8a2ecc8fbb3c99 (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 df154ed29fe9c0f300babe5f452a7d449e568496
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 13 23:46:45 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 43fc6400ce54f58cfb017c0e17e233e07b5b61ef
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Fri Jun 12 00:35:55 2015 -0500

    customer view UI

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 108881d..6a1d238 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -179,6 +179,9 @@ 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:1px solid #7e0079;
   border-right:1px solid #7e0079;
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 01a5a65..326c2f9 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -16,16 +16,22 @@
   display: block;
   margin: 0;
   padding: .5em .75em;
-  background: #ffffff;
+  background: #f8f8f8;
   color: #525151;
   white-space: nowrap;
   text-decoration: none;
-  border-top: thin solid #CFDEFF;
+  border-bottom: thin solid #CFDFDF;
+  border-top-left-radius: .5em;
+  border-top-right-radius: .5em;
 }
 
 #menu_ul a.current_show {
   font-weight: bold;
-  background: #cfdeff;
+  background: #FFFFFF;
+  border-top: thin solid #CFDEFF;
+  border-left: thin solid #CFDEFF;
+  border-right: thin solid #CFDEFF;
+  border-bottom: none;
 }
 
 #menu_ul ul {
@@ -36,6 +42,9 @@
   top: 100%;
   left: 0;
   background: #ffffff;
+  border-top: none;
+  border-left: thin solid #CFDEFF;
+  border-right: thin solid #CFDEFF;
   border-bottom: thin solid #CFDEFF;
 }
 
@@ -46,9 +55,10 @@
 }
 
 #menu_ul ul a {
-  border-top: thin solid #CFDEFF;
   color: #333333;
   background: transparent;
+  border-bottom: none;
+  border-radius: 0;
 }
 
 #menu_ul a:hover {

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

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

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    |    3 +++
 httemplate/elements/xmenu.css       |    6 +++---
 httemplate/elements/xmenu.top.css   |    8 ++------
 httemplate/view/cust_main/menu.html |   25 ++++++++++++++++++-------
 4 files changed, 26 insertions(+), 16 deletions(-)




More information about the freeside-commits mailing list