diff options
-rw-r--r-- | core/css/share.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css index aae4294ff29..c0d8e3f9d63 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -29,6 +29,9 @@ white-space:normal; } + #shareWithList .cruds { + margin-left:-10px; + } #dropdown label { font-weight:400; } @@ -47,6 +50,7 @@ float:right; opacity:.5; padding:.3em 0 0 .3em !important; + margin-top:-5px; } #link { |