code tidy
This commit is contained in:
parent
f3ceb3aad4
commit
41d62b799f
@ -319,6 +319,17 @@ nav.navbar button {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width:540px) {
|
||||||
|
button.navbar-toggler {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#navbarColor03 {
|
||||||
|
display: flex;
|
||||||
|
flex-basis: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
div#advanced_options {
|
div#advanced_options {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1030;
|
z-index: 1030;
|
||||||
@ -345,16 +356,3 @@ div#advanced_options > label:first-child {
|
|||||||
input#circulation, input#found_on {
|
input#circulation, input#found_on {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:540px) {
|
|
||||||
button.navbar-toggler {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width:540px) {
|
|
||||||
div#navbarColor03 {
|
|
||||||
display: flex;
|
|
||||||
flex-basis: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user