From d1fe28ff7e206b02b42995dc92600af90b7195ae Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 23 Jun 2015 19:56:52 +0200 Subject: Make confirmation label of width 'auto' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg Signed-off-by: Lukas Fleischer --- web/html/css/aurweb.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/html/css/aurweb.css') diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 620e0fa..6f2a1e5 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -108,3 +108,7 @@ span.hover-help { border-bottom: 1px dotted black; cursor:help; } + +label.confirmation { + width: auto; +} -- cgit v1.2.3-54-g00ecf