File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -159,13 +159,14 @@ header span {
159159 padding-top : 37px ;
160160 text-align : center;
161161 text-decoration : none;
162- width : 78px ;
162+ min- width: 78px ;
163163}
164164
165165# topNav a : hover {
166166 background-color : # eeeeee ;
167167 color : # 000000 ;
168168}
169+
169170# topNav # topNav_current a {
170171 font-weight : bold;
171172 color : black;
@@ -185,7 +186,9 @@ header span {
185186.topnav-dashboard { background-position : 22px -1035px !important ; }
186187.topnav-client { background-position : 22px -1098px !important ; }
187188.topnav-billing { background-position : 22px -1162px !important ; }
188-
189+ # topNav a span {
190+ padding : 0 3px ;
191+ }
189192/* main
190193-------------------------------------------------------------- */
191194# main {
Original file line number Diff line number Diff line change 11< ul id ="topmenu ">
22 < tmpl _loop name ="nav_top ">
33 < tmpl _if name ="active ">
4- < li id ="topNav_current "> < a href ="# " class ="topnav topnav-<tmpl_var name='module'> "> < tmpl _var name ="title "> </ a > </ li >
4+ < li id ="topNav_current "> < a href ="# " class ="topnav topnav-<tmpl_var name='module'> "> < span > < tmpl _var name ="title "> </ span > </ a > </ li >
55 < tmpl _else >
6- < li > < a href ="# " onClick ="capp('<tmpl_var name='module'>') " class ="topnav topnav-<tmpl_var name='module'> "> < tmpl _var name ="title "> </ a > </ li >
6+ < li > < a href ="# " onClick ="capp('<tmpl_var name='module'>') " class ="topnav topnav-<tmpl_var name='module'> "> < span > < tmpl _var name ="title "> </ span > </ a > </ li >
77 </ tmpl _if>
88 </ tmpl _loop>
99</ ul >
Original file line number Diff line number Diff line change 3838 padding-top : 37px ;
3939 text-align : center;
4040 text-decoration : none;
41- width : 78px ;
41+ min- width: 78px ;
4242 }
4343
4444 # topNav a : hover {
4545 background-color : # eeeeee ;
4646 color : # 000000 ;
4747 }
48-
48+ # topNav a span {
49+ padding : 0 3px ;
50+ }
4951 # topNav # topNav_current {
5052 }
5153
Original file line number Diff line number Diff line change 11< ul id ="topmenu ">
22 < tmpl _loop name ="nav_top ">
33 < tmpl _if name ="active ">
4- < li id ="topNav_current "> < a href ="# " class ="topnav topnav-<tmpl_var name='module'> "> < tmpl _var name ="title "> </ a > </ li >
4+ < li id ="topNav_current "> < a href ="# " class ="topnav topnav-<tmpl_var name='module'> "> < span > < tmpl _var name ="title "> </ span > </ a > </ li >
55 < tmpl _else >
6- < li > < a href ="# " onClick ="capp('<tmpl_var name='module'>') " class ="topnav topnav-<tmpl_var name='module'> "> < tmpl _var name ="title "> </ a > </ li >
6+ < li > < a href ="# " onClick ="capp('<tmpl_var name='module'>') " class ="topnav topnav-<tmpl_var name='module'> "> < span > < tmpl _var name ="title "> </ span > </ a > </ li >
77 </ tmpl _if>
88 </ tmpl _loop>
99</ ul >
You can’t perform that action at this time.
0 commit comments