diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-07-28 10:46:00 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-03 09:06:51 +0200 |
commit | 7533fcb977f6153065ad99b9c9e046c4e744f84e (patch) | |
tree | fce19f4f3307226ee4587f563e95b7e9769f32dd /core/css | |
parent | 1181ac14f7cad23bb49ed749bfa60f40d57a977f (diff) | |
download | nextcloud-server-7533fcb977f6153065ad99b9c9e046c4e744f84e.tar.gz nextcloud-server-7533fcb977f6153065ad99b9c9e046c4e744f84e.zip |
move unshare button out of popover menu; keep menu opened on re-render
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css index 0da3aa5359d..7d11cbff381 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -105,7 +105,6 @@ a.showCruds { a.unshare { display:inline; - float:right; opacity:.5; padding: 10px; margin-top: -5px; |