diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-27 09:05:31 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-27 09:05:31 +0200 |
commit | ddf7d228b5c99e96a3ae3c0bd638b3ab051d83f2 (patch) | |
tree | ac7ef9222f6756b2f47fcb908f51867be0d2b118 /web/public | |
parent | 6e4e2c71662ecd857621381c5edfade5b6f01ba8 (diff) | |
download | taginfo-ddf7d228b5c99e96a3ae3c0bd638b3ab051d83f2.tar taginfo-ddf7d228b5c99e96a3ae3c0bd638b3ab051d83f2.tar.gz |
Fix size of drop-down boxes makes space for translated texts.
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 5fe15f0..986a6f8 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -359,7 +359,6 @@ form#list-form { select#list { background-color: #ffffff; color: #083e76; - width: 200px; } form#filter-form { @@ -369,7 +368,7 @@ form#filter-form { } select#filter { - width: 146px; + min-width: 146px; background-color: #ffffff; } |