summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pages/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/pages/styles.css b/pages/styles.css
index a68d9bb..003c32e 100644
--- a/pages/styles.css
+++ b/pages/styles.css
@@ -86,11 +86,19 @@ footer a.button {
input[type=url], select {
width: 100%;
+ box-sizing: border-box;
margin-bottom: 5px;
}
+input[type=url] {
+ padding: 1px 2px;
+}
+
input[type=checkbox] {
opacity: 0;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ appearance: none;
}
.checkbox-label {