summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 02:19:35 -0800
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 02:19:35 -0800
commitf36d92bbc19a1eeb071fe992ae1973691760d8fd (patch)
tree91b791b831d8d27085898c78113754ba25d6b4e6 /core/css
parentf26c47743329679a9f2ade0b3fe778439050c5af (diff)
parent6ecc3d7ee1a7ae1a33b4906a0ffa1ecc3760c2e1 (diff)
downloadnextcloud-server-f36d92bbc19a1eeb071fe992ae1973691760d8fd.tar.gz
nextcloud-server-f36d92bbc19a1eeb071fe992ae1973691760d8fd.zip
Merge pull request #1800 from raghunayyar/sharing-dropdown-fixes
Various Layout Fixes for Sharing Dropdown.
Diffstat (limited to 'core/css')
-rw-r--r--core/css/share.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css
index e806d25982e..c0d8e3f9d63 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -24,7 +24,14 @@
#shareWithList li {
padding-top:.1em;
}
+
+ #shareWithList li:first-child {
+ white-space:normal;
+ }
+ #shareWithList .cruds {
+ margin-left:-10px;
+ }
#dropdown label {
font-weight:400;
}
@@ -43,6 +50,7 @@
float:right;
opacity:.5;
padding:.3em 0 0 .3em !important;
+ margin-top:-5px;
}
#link {