From 172e1e0b195dccabce0b011002f463aa2a02336b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 23 Oct 2017 01:54:34 +0200 Subject: [PATCH] fix spacing at file upload box --- pages/cfg_system.php | 4 ++-- sass/form/_form_layout.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/cfg_system.php b/pages/cfg_system.php index 4df2b0a..e22408c 100644 --- a/pages/cfg_system.php +++ b/pages/cfg_system.php @@ -44,8 +44,8 @@
- - +
diff --git a/sass/form/_form_layout.scss b/sass/form/_form_layout.scss index 52ca821..2f4ca0a 100644 --- a/sass/form/_form_layout.scss +++ b/sass/form/_form_layout.scss @@ -115,6 +115,7 @@ form { @include naked(); } padding: 6px 10px; border-radius: 3px; border: 1px solid #666666; + margin-right: .5em; } textarea {