Skip to content

Commit 74c3761

Browse files
committed
higher top-menu
1 parent 6b7ff23 commit 74c3761

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

web/css/main.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ form {
2121
}
2222

2323
.top-menu {
24-
height: 22px;
24+
height: 24px;
2525
background-color: #505050;
2626
}
2727

@@ -32,8 +32,8 @@ form {
3232
font-size: 10pt;
3333
font-weight: bold;
3434
text-decoration: none;
35-
line-height: 21px;
36-
padding: 0 20px 1px;
35+
line-height: 22px;
36+
padding: 0 20px 2px;
3737
}
3838

3939
.top-link:hover {
@@ -54,8 +54,8 @@ form {
5454
font-size: 10pt;
5555
font-weight: bold;
5656
text-decoration: none;
57-
line-height: 21px;
58-
padding: 0 20px 1px;
57+
line-height: 22px;
58+
padding: 0 20px 2px;
5959
}
6060

6161
.top-selected-link:hover {
@@ -70,8 +70,8 @@ form {
7070

7171
.top-user {
7272
float: left;
73-
line-height: 21px;
74-
padding: 0 4px 1px;
73+
line-height: 22px;
74+
padding: 0 4px 2px;
7575
text-decoration: none;
7676
color: #ffce4f;
7777
font-size: 10pt;
@@ -95,9 +95,9 @@ form {
9595
font-size: 10pt;
9696
font-weight: bold;
9797
text-decoration: none;
98-
line-height: 21px;
99-
padding: 0 4px 1px 4px;
100-
margin: 0 14px 1px 0;
98+
line-height: 22px;
99+
padding: 0 4px 2px 4px;
100+
margin: 0 14px 2px 0;
101101
}
102102

103103
.top-logout:hover {
@@ -774,7 +774,7 @@ form {
774774
}
775775

776776
#vstobjects{
777-
padding-top: 188px;
777+
padding-top: 190px;
778778
min-height: 370px;
779779
}
780780

0 commit comments

Comments
 (0)