From a3b83e8c578f59213ba622ff26d619915ba8595f Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 7 May 2018 19:21:58 +0200 Subject: [PATCH] Fixed sensors position --- .../backend/http/static/css/widgets/date-time-weather.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platypush/backend/http/static/css/widgets/date-time-weather.css b/platypush/backend/http/static/css/widgets/date-time-weather.css index 3c3b175d..4dffb43d 100644 --- a/platypush/backend/http/static/css/widgets/date-time-weather.css +++ b/platypush/backend/http/static/css/widgets/date-time-weather.css @@ -21,7 +21,9 @@ h1.temperature { .widget.date-time-weather * > .sensors { position: absolute; bottom: 2rem; - width: 100%; + width: 90%; + margin-left: -2rem; + padding-left: 1rem; } .widget.date-time-weather * > .sensor-temperature, @@ -37,3 +39,4 @@ h1.temperature { .widget.date-time-weather * > .sensor-humidity { text-align: right; } +