summaryrefslogtreecommitdiffstats
path: root/core/css/share.css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-03-18 11:59:57 +0100
committerVincent Petry <pvince81@owncloud.com>2016-03-18 11:59:57 +0100
commit9ef24b9a0f550e6ed55a5e09692dcfa29a920518 (patch)
tree50648d712757e40e0977bf69686db8fbccc5918e /core/css/share.css
parenta6c921267e00d0fb5021e8bdbd4d202931d7a58a (diff)
downloadnextcloud-server-9ef24b9a0f550e6ed55a5e09692dcfa29a920518.tar.gz
nextcloud-server-9ef24b9a0f550e6ed55a5e09692dcfa29a920518.zip
Keep share checkboxes together
- removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox
Diffstat (limited to 'core/css/share.css')
-rw-r--r--core/css/share.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css
index 55ee5996a75..047bb5eba50 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -63,6 +63,11 @@
white-space: normal;
}
+#shareWithList .shareOption {
+ white-space: nowrap;
+ display: inline-block;
+}
+
#shareWithList .unshare img, #shareWithList .showCruds img {
vertical-align:text-bottom; /* properly align icons */
}