From e1fea9a3000cec2c9fd125f6546bb0861e72d852 Mon Sep 17 00:00:00 2001 From: Mikesch-mp Date: Sat, 3 Jun 2017 20:15:50 +0200 Subject: [PATCH] CSS cleanup --- public/css/module.less | 46 ++++++------------------------------------ 1 file changed, 6 insertions(+), 40 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index ddc8619..5d665e8 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -7,19 +7,18 @@ } .grafana-img { - display: block; - width: auto; - height: auto; - max-width: 100%; - max-height:100%; - border-radius: 5px; + display: block; + width: auto; + height: auto; + max-width: 100%; + max-height:100%; + border-radius: 5px; } .grafana-img-shadows { box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.55) !important; } - a { display: block; text-decoration: none; @@ -185,36 +184,3 @@ div.grafana-icon div.grafana-clock:after { top: 7px; left: 3px; } - -/* Clock Alt */ -div.grafana-icon div.grafana-clockAlt { - width: 18px; - height: 18px; - border: 4px solid #333; - border-radius: 50px; - margin-top: 7px; - margin-left: 3px; -} - -div.grafana-icon div.grafana-clockAlt:after { - content: ''; - position: absolute; - width: 4px; - height: 5px; - border: solid #ddd; - border-width: 0 0 2px 2px; - top: 11px; - left: 15px; -} - -div.grafana-icon div.grafana-clockAlt:before { - content: ''; - position: absolute; - width: 16px; - height: 16px; - background: #333; - border-radius: 50px; - left: 8px; - top: 8px; -} -