fix some css problems
This commit is contained in:
@@ -174,7 +174,7 @@
|
|||||||
.radiocontainer {
|
.radiocontainer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
#booksradio, #articlesradio {
|
#booksradio, #articlesradio, #everythingradio {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
#advanced {
|
#advanced {
|
||||||
@@ -402,14 +402,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 360px) {
|
@media only screen and (max-width: 360px) {
|
||||||
#app2 { margin-bottom: 65px; }
|
#app2 { margin-bottom: 85px; }
|
||||||
#radios > label { margin-bottom: -5px; }
|
#radios > label, #radios > div > label { margin-bottom: -5px; }
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 600px) {
|
|
||||||
|
@media only screen and (max-width: 992px) {
|
||||||
#advanced {
|
#advanced {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
#login-text {
|
#login-text {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user