aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2018-08-17 11:03:34 +0000
committerEinar Egilsson <einar@einaregilsson.com>2018-08-17 11:03:34 +0000
commit39f27b1eeef38978fb4f4cd0ab733e1e91ed1e8c (patch)
tree3e9130ca6920ca4759be99e510a6d2a706eca37d /css
parent8bdb2de1c2b3331cd8b0829df7773a31c5b94be6 (diff)
Layout fixes
Diffstat (limited to 'css')
-rw-r--r--css/popup.css16
1 files changed, 13 insertions, 3 deletions
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;
+ }
+}