Modified header menu (Login button) styles.
This commit is contained in:
parent
cc1666c2fe
commit
99c71efe81
1 changed files with 4 additions and 2 deletions
|
@ -479,6 +479,8 @@ ul#header-nav {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
padding-right: 20px;
|
||||||
|
padding-left: 20px;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
/* margin-right: 13px; */
|
/* margin-right: 13px; */
|
||||||
|
@ -494,7 +496,7 @@ ul#header-nav li {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
border-right: 1px solid #7c7d7f;
|
border-right: 1px solid #7c7d7f;
|
||||||
font-size: .7em;
|
font-size: 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
ul#header-nav li:last-child {
|
ul#header-nav li:last-child {
|
||||||
|
@ -508,7 +510,7 @@ ul#header-nav a:active {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
ul#header-nav a.log-out {
|
ul#header-nav a.log-out {
|
||||||
padding-left: 10px;
|
/* padding-left: 10px; */
|
||||||
}
|
}
|
||||||
/* SEARCH ------> */
|
/* SEARCH ------> */
|
||||||
.search-form-container {
|
.search-form-container {
|
||||||
|
|
Loading…
Add table
Reference in a new issue