From 02c225d7ab69466350406d422e2c561814f3838c Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Thu, 28 Jun 2018 22:38:41 +0200 Subject: [PATCH] made number-inputs not as wide as text-inputs --- templates/standalone/inputs.lucius | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/standalone/inputs.lucius b/templates/standalone/inputs.lucius index afc2ed051..ffb31bb16 100644 --- a/templates/standalone/inputs.lucius +++ b/templates/standalone/inputs.lucius @@ -75,6 +75,11 @@ input[type*="time"] { padding: 4px 13px; } +input[type="number"] { + width: 100px; + text-align: right; +} + input[type*="date"], input[type*="time"] { width: 50%; @@ -130,6 +135,7 @@ option { border-radius: 2px; outline: 0; color: #363636; + min-width: 200px; background-color: #f3f3f3; box-shadow: inset 0 1px 2px 1px rgba(50,50,50,.05); } @@ -249,9 +255,7 @@ input[type="checkbox"]:checked::after { padding: 10px 17px; border-radius: 3px; } -.file-input__list { -} .file-input__input--hidden { display: none; }