From 0f9039874cb2f59822584197e964a294680821cb Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 17 Aug 2018 10:51:58 +0000 Subject: Minor cosmetic fixes --- css/popup.css | 8 ++++---- css/redirector.css | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/popup.css b/css/popup.css index 85768c1..3de8717 100644 --- a/css/popup.css +++ b/css/popup.css @@ -32,8 +32,8 @@ button { } label { - display:inline-block; - position: relative; - top:5px; - margin-top:4px; + display:block; + width:85%; + text-align:left; + margin:4px auto; } \ No newline at end of file diff --git a/css/redirector.css b/css/redirector.css index e2df85f..d96366d 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -481,3 +481,8 @@ footer small a:hover { margin-top: 200px; border-width: 4px; } + + +#storage-sync-option input { + margin:10px; +} \ No newline at end of file -- cgit v1.2.3