aboutsummaryrefslogtreecommitdiff
path: root/css/popup.css
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2018-08-17 10:51:58 +0000
committerEinar Egilsson <einar@einaregilsson.com>2018-08-17 10:51:58 +0000
commit0f9039874cb2f59822584197e964a294680821cb (patch)
tree2a7d122d6071beb2f59e71726dfda0a111d14fc6 /css/popup.css
parent506f78a13124fdbe5e33485dbd0b079cd8fffd47 (diff)
Minor cosmetic fixes
Diffstat (limited to 'css/popup.css')
-rw-r--r--css/popup.css8
1 files changed, 4 insertions, 4 deletions
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