mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
higher top-menu
This commit is contained in:
parent
6b7ff23efa
commit
74c3761785
1 changed files with 11 additions and 11 deletions
|
@ -21,7 +21,7 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-menu {
|
.top-menu {
|
||||||
height: 22px;
|
height: 24px;
|
||||||
background-color: #505050;
|
background-color: #505050;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@ form {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 21px;
|
line-height: 22px;
|
||||||
padding: 0 20px 1px;
|
padding: 0 20px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-link:hover {
|
.top-link:hover {
|
||||||
|
@ -54,8 +54,8 @@ form {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 21px;
|
line-height: 22px;
|
||||||
padding: 0 20px 1px;
|
padding: 0 20px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-selected-link:hover {
|
.top-selected-link:hover {
|
||||||
|
@ -70,8 +70,8 @@ form {
|
||||||
|
|
||||||
.top-user {
|
.top-user {
|
||||||
float: left;
|
float: left;
|
||||||
line-height: 21px;
|
line-height: 22px;
|
||||||
padding: 0 4px 1px;
|
padding: 0 4px 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #ffce4f;
|
color: #ffce4f;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
@ -95,9 +95,9 @@ form {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: 21px;
|
line-height: 22px;
|
||||||
padding: 0 4px 1px 4px;
|
padding: 0 4px 2px 4px;
|
||||||
margin: 0 14px 1px 0;
|
margin: 0 14px 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-logout:hover {
|
.top-logout:hover {
|
||||||
|
@ -774,7 +774,7 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
#vstobjects{
|
#vstobjects{
|
||||||
padding-top: 188px;
|
padding-top: 190px;
|
||||||
min-height: 370px;
|
min-height: 370px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue