From 39f27b1eeef38978fb4f4cd0ab733e1e91ed1e8c Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 17 Aug 2018 11:03:34 +0000 Subject: Layout fixes --- css/popup.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/popup.css b/css/popup.css index 3de8717..83311af 100644 --- a/css/popup.css +++ b/css/popup.css @@ -6,7 +6,7 @@ body { } h1 { - margin-top:-4px; + margin-top:4px; font-size:22px; font-weight: bold; letter-spacing: 1.5px; @@ -19,6 +19,7 @@ h1 span { } button { + display:block; width:90%; margin:5px auto !important; @@ -35,5 +36,14 @@ label { display:block; width:85%; text-align:left; - margin:4px auto; -} \ No newline at end of file + margin:6px auto; + font-size:12px !important; +} + +/* Firefox only */ +@supports (-moz-appearance:none) { + label input { + position: relative; + top:1px; + } +} -- cgit v1.2.3