about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-09-27 18:25:07 +0200
committersternenseemann <git@lukasepple.de>2017-09-27 18:25:07 +0200
commit58e58de7782778579d45bc8b24cb437473a55f6e (patch)
treecafb6756cf4a10157800ffd3cd8a51f28010759b
parentcf731630fcce66327695097ed52b894ad3743971 (diff)
Lessen alignment misery
-rw-r--r--web/source/custom.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/web/source/custom.css b/web/source/custom.css
index 1267400..4fcc02d 100644
--- a/web/source/custom.css
+++ b/web/source/custom.css
@@ -157,8 +157,12 @@ input[type="number"] {
     box-shadow: 0px 0px 10px #111;
 }
 
-.dialog > div {
-    height: 3rem;
+.dialog select {
+  padding: 0.75rem;
+  font-size: 1.5rem;
+  color: white;
+  background-color: #111;
+  border: none;
 }
 
 .hidden {
@@ -174,6 +178,10 @@ input[type="number"] {
     font-size: 1.5rem;
 }
 
+.dialog input {
+  font-size: 1.5rem;
+}
+
 button.cancel {
     background-color: #a23a30;
 }