aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/static/css/jm2l.css
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/static/css/jm2l.css')
-rw-r--r--jm2l/static/css/jm2l.css10
1 files changed, 10 insertions, 0 deletions
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;
+}