diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-12 11:06:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-12 11:06:21 +0100 |
commit | 571a9642a546b7cd6757884be72de0226cfb006e (patch) | |
tree | 7a5b3da3034c432d0857782443c4ece5dba31e02 /view/theme/redbasic | |
parent | 9e2424ee7648fd951b120db65af658f6d39edd92 (diff) | |
download | volse-hubzilla-571a9642a546b7cd6757884be72de0226cfb006e.tar.gz volse-hubzilla-571a9642a546b7cd6757884be72de0226cfb006e.tar.bz2 volse-hubzilla-571a9642a546b7cd6757884be72de0226cfb006e.zip |
slightly improve cropper style
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b0a109c92..1611cda60 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -381,14 +381,9 @@ footer { margin: 15px 0px; } -#cropimage-wrapper, #cropimage-preview-wrapper { - float: left; - padding: 30px; -} - -#crop-image-form { - margin-top: 30px; - clear: both; +#cropimage-wrapper, +#cropimage-preview-wrapper { + margin-bottom: 10px; } .fn { |