feat: fix header style
This commit is contained in:
parent
eddd4e863e
commit
96b7f36749
@ -7,9 +7,6 @@ html, body {
|
|||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-nav {
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.col-sm-2 {
|
.col-sm-2 {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
@ -53,10 +50,9 @@ h1 {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a {
|
.header a, form {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 12px;
|
padding: 5px 12px 5px 12px;
|
||||||
font-size: 20px;
|
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,7 +67,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header-right select {
|
.header-right select {
|
||||||
width: 75%;
|
width: 100%;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user