summaryrefslogtreecommitdiffstats
path: root/web/html/css/aurweb.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-23 19:56:52 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-27 13:04:03 +0200
commitd1fe28ff7e206b02b42995dc92600af90b7195ae (patch)
treef2c1a1ef36542303afbc8a95eabac30442228967 /web/html/css/aurweb.css
parent5a050552e89e25ad0e5b079ff6f03ba9250f13d8 (diff)
downloadaurweb-d1fe28ff7e206b02b42995dc92600af90b7195ae.tar.xz
Make confirmation label of width 'auto'
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/css/aurweb.css')
-rw-r--r--web/html/css/aurweb.css4
1 files changed, 4 insertions, 0 deletions
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;
+}