modified css to fit longer menu

This commit is contained in:
Ricsi
2017-02-14 20:21:20 +01:00
parent 75dafb1656
commit 4fbf66d9c0
4 changed files with 4 additions and 4 deletions

View File

@@ -399,7 +399,7 @@ table.log tr.delete:hover {
}
@media (min-width: 1000px) {
@media (min-width: 1250px) {
.half_width {
width: 50% !important;
}

View File

@@ -1,4 +1,4 @@
@media (min-width: 1000px) {
@media (min-width: 1250px) {
.list {
width: 80%;

View File

@@ -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;

View File

@@ -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 {