summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-19 13:07:04 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-03 09:06:52 +0200
commit092eae496638a487b1329f6a10f48d73073a9296 (patch)
tree559f084d925e192281464f28de4d1ddd0543796c /core/css
parente343d6fb0132a0b593dc86aec72626c24d408e29 (diff)
downloadnextcloud-server-092eae496638a487b1329f6a10f48d73073a9296.tar.gz
nextcloud-server-092eae496638a487b1329f6a10f48d73073a9296.zip
Move options to the right
Diffstat (limited to 'core/css')
-rw-r--r--core/css/share.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/core/css/share.css b/core/css/share.css
index 7d11cbff381..40f00fde39f 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -63,6 +63,15 @@
white-space: normal;
}
+#shareWithList .sharingOptionsGroup {
+ position: absolute;
+ right: 0;
+}
+
+#shareWithList .sharingOptionsGroup .popovermenu {
+ right: 12px;
+}
+
#shareWithList .shareOption {
white-space: nowrap;
display: inline-block;
@@ -104,11 +113,10 @@ a.showCruds {
}
a.unshare {
- display:inline;
+ display:inline-block;
opacity:.5;
padding: 10px;
margin-top: -5px;
- margin-right: -10px;
}
#link {