From 45bdcd9d2b479794cd88ce8383a41c3c0b12f8f3 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Thu, 14 Jan 2016 10:30:23 +0100 Subject: [PATCH] Phi: fix radiostack layout issue --- Phi/widgets/radiostack.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Phi/widgets/radiostack.html b/Phi/widgets/radiostack.html index 28b407def..8ddbba549 100644 --- a/Phi/widgets/radiostack.html +++ b/Phi/widgets/radiostack.html @@ -12,10 +12,6 @@ padding: 4px; } -.phi-radiostack input { - font-family: "Liberation Mono"; -} - .phi-radiostack span { width: 3.5em; display: inline-block; @@ -23,6 +19,8 @@ } .phi-radiostack input { + font-family: "Liberation Mono"; + font-size: 11px; background-color: #404040; color: red; font-weight: bold; @@ -36,6 +34,7 @@ color: black; border: 2px outset gray; padding: 1px 2px 4px 2px; + font-size: 11px; }