Fixed paddings on top right menu.
This commit is contained in:
parent
fbd8a6d08d
commit
6dc4488df4
1 changed files with 16 additions and 10 deletions
|
@ -94,12 +94,18 @@ input[type="password"] {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #e0dfdf;
|
border: 1px dashed #000000;
|
||||||
border-radius: 5px;
|
/*border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;*/
|
||||||
margin-bottom: .8em;
|
/*margin-bottom: .8em;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select.form-control {
|
||||||
|
padding: 5px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
input.block {
|
input.block {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
@ -479,8 +485,8 @@ ul#header-nav {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-right: 20px;
|
/*padding-right: 10px;
|
||||||
padding-left: 20px;
|
padding-left: 10px;*/
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
/* margin-right: 13px; */
|
/* margin-right: 13px; */
|
||||||
|
@ -493,15 +499,15 @@ ul#header-nav {
|
||||||
ul#header-nav li {
|
ul#header-nav li {
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 10px;
|
padding-left: 20px;
|
||||||
padding-right: 10px;
|
padding-right: 20px;
|
||||||
border-right: 1px solid #7c7d7f;
|
border-right: 1px solid #7c7d7f;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
ul#header-nav li:last-child {
|
ul#header-nav li:last-child {
|
||||||
padding-left: 1px;
|
/*padding-left: 1px;
|
||||||
padding-right: 0;
|
padding-right: 0;*/
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
ul#header-nav a:hover,
|
ul#header-nav a:hover,
|
||||||
|
|
Loading…
Add table
Reference in a new issue