From 6f416a54f7d0bf714e58002b3ed040cc7055e6d2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 3 May 2014 13:57:07 +0200 Subject: [PATCH] fixed min width for group member adding select field --- www/css/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index f40be46b..112b3ed9 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -191,7 +191,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .filter p{display:inline-block;margin:0 10px 10px 0} .filter.add{margin-top:25px} -.filter.add select,.filter.add input[type=text]{display:block;margin-bottom:10px} +.filter.add select,.filter.add input[type=text]{display:block;margin-bottom:10px;min-width:200px} .avatar li{display:inline-block;margin-right:5px;text-align:center} .avatar img{border-radius:3px}