File tree Expand file tree Collapse file tree 13 files changed +49
-11
lines changed
interface/web/themes/default Expand file tree Collapse file tree 13 files changed +49
-11
lines changed Original file line number Diff line number Diff line change 2424 }
2525
2626 # topNav li {
27- display : inline;
27+ display : inline-block ;
2828 margin : 0 2px 0 0 ;
2929 }
3030
3131 # topNav a {
32- padding : 0 1.5em ;
33- text-decoration : none;
34- color : black;
35- background : # d3d3d3 ;
32+ background-color : # D3D3D3 ;
33+ background-position : center top;
34+ background-repeat : no-repeat;
35+ color : black;
36+ display : block;
37+ height : 20px ;
38+ padding-top : 68px ;
39+ text-align : center;
40+ text-decoration : none;
41+ width : 97px ;
3642 }
3743
3844 # topNav a : hover {
39- background : # fc0 ;
45+ background-color : # fc0 ;
4046 color : # 540 ;
4147 }
4248
4652 # topNav # topNav_current a {
4753 padding-bottom : 2px ;
4854 font-weight : bold;
49- color : # ff6600 ;
50- background : # ffffff ;
55+ color : black;
56+ background-color : # ffffff ;
57+ }
58+
59+ .topnav-admin {
60+ background-image : url ('../../icons/x64/system.png' ) !important ;
61+ }
62+
63+ .topnav-client {
64+ background-image : url ('../../icons/x64/client.png' ) !important ;
65+ }
66+
67+ .topnav-mail {
68+ background-image : url ('../../icons/x64/email.png' ) !important ;
69+ }
70+
71+ .topnav-monitor {
72+ background-image : url ('../../icons/x64/monitor.png' ) !important ;
73+ }
74+
75+ .topnav-sites {
76+ background-image : url ('../../icons/x64/sites.png' ) !important ;
77+ }
78+
79+ .topnav-dns {
80+ background-image : url ('../../icons/x64/dns.png' ) !important ;
81+ }
82+
83+ .topnav-tools {
84+ background-image : url ('../../icons/x64/tools.png' ) !important ;
85+ }
86+
87+ .topnav-help {
88+ background-image : url ('../../icons/x64/help.png' ) !important ;
5189 }
5290}
Original file line number Diff line number Diff line change 7474
7575 /* (en) adjustment of main navigation */
7676 /* (de) Anpassung der Hauptnavigation */
77- # nav ul { margin-left : 200 px ; }
77+ # nav ul { margin-left : 20 px ; }
7878 # nav_main { background : # 9a9a9a repeat-x top left; }
7979
8080 # main { background : # fff ;padding : 10px 0 ; }
You can’t perform that action at this time.
0 commit comments