X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fxmenu.css;h=33ad90caab6f12d98e43c227852f6296b682359a;hb=fc195fd7a0a2ca670cfdd62ef646436b58795c21;hp=531fce77ad3c15a9ada349106ead6282dab4372a;hpb=81152bdb2d34ede928dfa20d19125356f02a884d;p=freeside.git diff --git a/httemplate/elements/xmenu.css b/httemplate/elements/xmenu.css index 531fce77a..33ad90caa 100644 --- a/httemplate/elements/xmenu.css +++ b/httemplate/elements/xmenu.css @@ -95,6 +95,9 @@ } .webfx-menu-bar { + /* i want a vertical bar */ + display: block; + /* background: rgb(120,172,255);/*rgb(255,128,0);*/ /* background: #a097ed; */ background: #000000; @@ -125,6 +128,8 @@ padding: 1px 5px 1px 5px; + font-size: 14px; + /* color: black; */ color: white; text-decoration: none; @@ -167,10 +172,10 @@ */ ie-dummy: expression(this.hideFocus=true); - border-left: 1px solid rgb(0,66,174); - border-right: 1px solid rgb(234,242,255); - border-top: 1px solid rgb(0,66,174); - border-bottom: 1px solid rgb(234,242,255); +/* border-left: 1px solid rgb(0,66,174); */ +/* border-right: 1px solid rgb(234,242,255); */ +/* border-top: 1px solid rgb(0,66,174); */ +/* border-bottom: 1px solid rgb(234,242,255); */ } .webfx-menu-title { @@ -182,7 +187,7 @@ padding: 3px 1px 3px 5px; display: block; font-size: 16px; - font-family: Verdana, Arial, Helvetica, sans-serif; +/* font-family: Verdana, Arial, Helvetica, sans-serif; */ font-weight: bold; text-decoration: none; color: white;