diff options
author | friendica <info@friendica.com> | 2013-11-25 14:54:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-25 14:54:14 -0800 |
commit | fe9162395ae703adf91f7ac32833211ca60ac216 (patch) | |
tree | 7071731776564bdc034cf731082c1e2b871b3879 /view/theme/redbasic | |
parent | cbe096dd90292613e21725c8468eaf77f934d079 (diff) | |
download | volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.tar.gz volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.tar.bz2 volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.zip |
sort out the preview icons
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3c3851a65..6b670126a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1133,8 +1133,8 @@ footer { #profile-jot-plugin-wrapper, #profile-jot-submit-wrapper { - margin-top: 15px; - width:90%; + margin-top: 10px; + width:92%; } #profile-upload-wrapper { @@ -3515,6 +3515,10 @@ margin-right: 50px; color: $toolicon_colour; } +.comment-preview-icon { + margin-left: 15px; +} + .comment-icon:hover, .jot-icons:hover { color: $toolicon_activecolour; |