diff options
| author | rr- | 2017-02-12 10:41:49 +0100 |
|---|---|---|
| committer | rr- | 2017-02-12 10:41:49 +0100 |
| commit | 32d15a493c713dcfbe56bafb4e8ce92a5ee40df1 (patch) | |
| tree | e14ba86b2a074fc76b4eee9b094f216141aec352 /client | |
| parent | aa1f4d3ff8061db07111ab006a82edeac2ef7b18 (diff) | |
client/css: add margin to file dropper button
Diffstat (limited to 'client')
| -rw-r--r-- | client/css/core-forms.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/css/core-forms.styl b/client/css/core-forms.styl index 541de1b..06a5442 100644 --- a/client/css/core-forms.styl +++ b/client/css/core-forms.styl @@ -259,6 +259,7 @@ input::-moz-focus-inner word-wrap: break-word input margin-top: 0.5em + margin-right: 0.5em width: auto flex: 1 button |