Fix html/css

This commit is contained in:
Marcel Klehr 2012-07-15 16:03:12 +02:00
parent 4901adeac7
commit eb6be84150
3 changed files with 71 additions and 59 deletions

View file

@ -730,6 +730,10 @@ input[type=checkbox] {
.popup input[type=text], #users input[type=text] {
outline: none;
}
.popup button {
padding: 5px;
font-size: 14px;
}
.popup a {
text-decoration: none
}