diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-06-11 17:57:00 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:21 +0100 |
commit | dc9d77a2c32be8d0e53fdf39f9b13616e8adad53 (patch) | |
tree | a80266247002ba5b6c2e4095bea6aad33ae727df /scss | |
parent | 86a34f66b09d211cddc6f9516da948d9abd75ead (diff) | |
download | Ishtar-dc9d77a2c32be8d0e53fdf39f9b13616e8adad53.tar.bz2 Ishtar-dc9d77a2c32be8d0e53fdf39f9b13616e8adad53.zip |
Documents sheet: new fields - better layout
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index c8a9ff7a1..a79458fe3 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -75,6 +75,10 @@ dd > pre{ display: inline; } +input[type="file"].form-control{ + height: 3em; +} + .form-check-label{ margin: 0.1em 0.5em; } |