From 3bef68914eeda2605ea1fbf7cad2d99ed3cbfb79 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 1 Mar 2015 01:25:09 +0100 Subject: Add date picker using webshim --- jm2l/static/css/jm2l.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'jm2l/static/css/jm2l.css') diff --git a/jm2l/static/css/jm2l.css b/jm2l/static/css/jm2l.css index 016073c..33df5da 100644 --- a/jm2l/static/css/jm2l.css +++ b/jm2l/static/css/jm2l.css @@ -143,3 +143,13 @@ a { text-align: right; display: inline-block; } + +/* Fix calendar button vertical pos */ +.date-input-buttons { + margin-bottom: 0.7em; +} + +/* Calendar button looks better without that gray background */ +.ws-popover-opener { + background: none; +} -- cgit v1.2.3-54-g00ecf