From 2df9c5a890208e2f6268e7d5cf1b1a5f94a4db5b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 22 Aug 2018 21:01:37 +0200 Subject: [PATCH] Fixed gpio css --- platypush/backend/http/static/css/gpio.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/platypush/backend/http/static/css/gpio.css b/platypush/backend/http/static/css/gpio.css index b995bb257..952678fa1 100644 --- a/platypush/backend/http/static/css/gpio.css +++ b/platypush/backend/http/static/css/gpio.css @@ -10,7 +10,7 @@ } .gpio-pin { - padding: 1.5em 1em .2em .5em; + padding: 1.5em 1em; border-radius: 10px; } @@ -22,3 +22,11 @@ background-color: #daf8e2 !important; } +.pin-value { + text-align: right; +} + +.pin-ctrl { + width: 8em; +} +