Skip to content

Commit 86ae40e

Browse files
author
vogelor
committed
some small improvements of the gui
1 parent 1a0b514 commit 86ae40e

File tree

13 files changed

+49
-11
lines changed

13 files changed

+49
-11
lines changed

interface/web/themes/default/css/navigation/nav_top.css

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,25 @@
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

@@ -46,7 +52,39 @@
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
}

interface/web/themes/default/css/screen/basemod.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
/* (en) adjustment of main navigation */
7676
/* (de) Anpassung der Hauptnavigation */
77-
#nav ul { margin-left: 200px; }
77+
#nav ul { margin-left: 20px; }
7878
#nav_main { background: #9a9a9a repeat-x top left; }
7979

8080
#main { background: #fff;padding:10px 0; }
7.85 KB
Loading
6.63 KB
Loading
4.8 KB
Loading
7.1 KB
Loading
3.95 KB
Loading
-592 Bytes
Loading
-3.32 KB
Loading
8.25 KB
Loading

0 commit comments

Comments
 (0)