1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

Corrige l'alignement dans le champ texte

This commit is contained in:
Antoine
2016-05-22 19:53:34 +02:00
parent 3ab09ce073
commit c306062752

View File

@@ -497,6 +497,9 @@ noscript p {
#filter form {
overflow: hidden;
}
#filter input[type="text"] {
text-align: left;
}
#filter input + .btn {
height: 34px;
left: -5px;