diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-03-18 11:59:57 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-03-18 11:59:57 +0100 |
commit | 9ef24b9a0f550e6ed55a5e09692dcfa29a920518 (patch) | |
tree | 50648d712757e40e0977bf69686db8fbccc5918e /core/css/share.css | |
parent | a6c921267e00d0fb5021e8bdbd4d202931d7a58a (diff) | |
download | nextcloud-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.css | 5 |
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 */ } |