Fixed badges in menu

This commit is contained in:
Bernd Erk 2014-11-06 00:40:44 +01:00
parent f9e8cc84b9
commit bc5f296e60
3 changed files with 10 additions and 8 deletions

View File

@ -36,6 +36,7 @@ table {
body { body {
font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, sans-serif; font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, sans-serif;
font-family: Calibri, Helvetica, sans-serif;
color: black; color: black;
background-color: white; background-color: white;
} }

View File

@ -30,6 +30,7 @@
#menu > ul > li > ul { #menu > ul > li > ul {
display: none; display: none;
padding-left: 6px;
} }
.no-js #menu > ul > li > ul { .no-js #menu > ul > li > ul {
@ -52,20 +53,20 @@
} }
#menu > ul > li.active > a { #menu > ul > li.active > a {
color: #121212; color: #666;
text-shadow: none; text-shadow: none;
} }
#menu > ul > li.active li.active a { #menu > ul > li.active li.active a {
color: #121212; color: #049baf;
} }
#menu > ul > li.active li a:focus { #menu > ul > li.active li a:focus {
color: #121212; color: #666;
} }
#menu > ul > li > a:focus { #menu > ul > li > a:focus {
color: #121212; color: #666;
text-shadow: none; text-shadow: none;
} }
@ -100,7 +101,7 @@
#menu ul li a { #menu ul li a {
display: block; display: block;
line-height: 2.5em; line-height: 2.2em;
padding-left: 0.7em; padding-left: 0.7em;
text-decoration: none; text-decoration: none;
} }
@ -206,11 +207,11 @@
#menu input.search { #menu input.search {
margin: 0; margin: 0;
padding: 0 0.5em 0 3em; padding: 0 0.5em 0 2.8em;
border: none; border: none;
width: 100%; width: 100%;
border-radius: 0; border-radius: 0;
height: 2.5em; height: 2.7em;
display: block; display: block;
outline: none; outline: none;
background-color: transparent; background-color: transparent;

View File

@ -226,7 +226,7 @@ li li .badge-container {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border-radius: 1em; border-radius: 0.2em;
background-color: @colorInvalid; background-color: @colorInvalid;
} }