modified css to fit longer menu
This commit is contained in:
@@ -399,7 +399,7 @@ table.log tr.delete:hover {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1000px) {
|
@media (min-width: 1250px) {
|
||||||
.half_width {
|
.half_width {
|
||||||
width: 50% !important;
|
width: 50% !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@media (min-width: 1000px) {
|
@media (min-width: 1250px) {
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ input[type=email]:hover {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 1000px) {
|
@media (min-width: 1250px) {
|
||||||
form > div > label,
|
form > div > label,
|
||||||
legend {
|
legend {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ ul.topnav span.mobile_logout {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:1000px) {
|
@media screen and (max-width:1250px) {
|
||||||
ul.topnav li {display: none;}
|
ul.topnav li {display: none;}
|
||||||
ul.topnav li.login {display: inline-block;}
|
ul.topnav li.login {display: inline-block;}
|
||||||
ul.topnav li.icon {
|
ul.topnav li.icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user