[freeside-commits] branch master updated. ce99c7b3a33cf6dbafbd95cc6ff250313f830f6a

Jonathan Prykop jonathan at 420.am
Thu Jun 11 22:36:03 PDT 2015


The branch, master has been updated
       via  ce99c7b3a33cf6dbafbd95cc6ff250313f830f6a (commit)
      from  b2f5f42600f11ab24e5393353ed4c0de48816862 (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 ce99c7b3a33cf6dbafbd95cc6ff250313f830f6a
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 1f51f51..d1e22f9 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 {

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

Summary of changes:
 httemplate/elements/freeside.css    |    3 +++
 httemplate/view/cust_main/menu.html |   18 ++++++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list