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 {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@media (min-width: 1000px) {
|
||||
@media (min-width: 1250px) {
|
||||
|
||||
.list {
|
||||
width: 80%;
|
||||
|
||||
@@ -126,7 +126,7 @@ input[type=email]:hover {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1000px) {
|
||||
@media (min-width: 1250px) {
|
||||
form > div > label,
|
||||
legend {
|
||||
text-align: right;
|
||||
|
||||
@@ -55,7 +55,7 @@ ul.topnav span.mobile_logout {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px) {
|
||||
@media screen and (max-width:1250px) {
|
||||
ul.topnav li {display: none;}
|
||||
ul.topnav li.login {display: inline-block;}
|
||||
ul.topnav li.icon {
|
||||
|
||||
Reference in New Issue
Block a user