Fix problems with the Theme #5

Merged
tobias merged 5 commits from fa117 into master 2019-10-23 08:09:34 +02:00
Showing only changes of commit 7bb8ab5df2 - Show all commits

View file

@ -1593,7 +1593,7 @@
@media screen and (max-width: 1680px) {
body, input, select, textarea {
font-size: 11pt;
font-size: 14pt;
}
}
@ -1601,7 +1601,7 @@
@media screen and (max-width: 1280px) {
body, input, select, textarea {
font-size: 11pt;
font-size: 14pt;
}
}
@ -2850,7 +2850,7 @@
min-width: 100px;
}
#nav .children li { padding: 0; line-height: 2em; }
#nav .children a { color: #333; padding: 0.4em; width: 100%; text-align: left; }
#nav .children a { color: #333; padding: 0.4em; width: 100%; text-align: left; white-space: nowrap; }
#nav .children a:hover { color: #fff; background-color: #5385c1; }
@media screen and (max-width: 980px) {