From 7614dc8ff0318e14e1cd7a590ee817ce5050923e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 6 Mar 2015 19:48:47 +0100 Subject: barform: add optional filters (TODO: Lol Encoding) --- public/css/default.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'public/css') diff --git a/public/css/default.css b/public/css/default.css index 7b37068..dec73f2 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -10,6 +10,22 @@ input.dimension { width: 4em; } +input.delay { + width: 3em; +} + +div.field { + width: 100%; + clear: both; +} + +div.field div.desc { + float: left; + width: 12em; + text-align: right; + padding-right: 0.5em; +} + svg { font: 10px sans-serif; } -- cgit v1.2.3