customer view UI
authorJonathan Prykop <jonathan@freeside.biz>
Fri, 12 Jun 2015 05:35:55 +0000 (00:35 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Fri, 12 Jun 2015 05:35:55 +0000 (00:35 -0500)
httemplate/elements/freeside.css
httemplate/view/cust_main/menu.html

index 1f51f51..d1e22f9 100644 (file)
@@ -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;
index 01a5a65..326c2f9 100644 (file)
   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;
 }
 
 }
 
 #menu_ul ul a {
-  border-top: thin solid #CFDEFF;
   color: #333333;
   background: transparent;
+  border-bottom: none;
+  border-radius: 0;
 }
 
 #menu_ul a:hover {