diff options
Diffstat (limited to 'core/css/share.css')
-rw-r--r-- | core/css/share.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css index c0d8e3f9d63..2480a571ae5 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -32,6 +32,11 @@ #shareWithList .cruds { margin-left:-10px; } + +#shareWithList .unshare img, #shareWithList .showCruds img { + vertical-align:text-bottom; /* properly align icons */ +} + #dropdown label { font-weight:400; } @@ -83,4 +88,6 @@ a.showCruds:hover,a.unshare:hover { opacity:1; - }
\ No newline at end of file + } + +.reshare { white-space:normal; } /* fix shared by text going out of box */ |