From b4999bc3ae16d167071cef7b9fa010b5cd126fb1 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 10 Jul 2015 16:54:25 +0200 Subject: Improved the mini-form to create new feeds. --- pyaggr3g470r/static/css/customized-bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pyaggr3g470r/static') diff --git a/pyaggr3g470r/static/css/customized-bootstrap.css b/pyaggr3g470r/static/css/customized-bootstrap.css index 1b3c197d..9f3febfc 100644 --- a/pyaggr3g470r/static/css/customized-bootstrap.css +++ b/pyaggr3g470r/static/css/customized-bootstrap.css @@ -41,3 +41,9 @@ div.top { a { color: #3572B0; } + +.input-group-inline { + min-width: 0; + width: 200px; + display: inline; +} -- cgit