summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2015-02-24 21:46:24 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2015-03-03 20:57:50 +0100
commitc9272be0b9963eb358d0aa6e7b728d37e6caa7d6 (patch)
tree20de99d452ed096ea59a6b8f31fca5c583046f93 /core/css
parente271fa3ee8b1ce13940a33ec7266cee345323e2d (diff)
downloadnextcloud-server-c9272be0b9963eb358d0aa6e7b728d37e6caa7d6.tar.gz
nextcloud-server-c9272be0b9963eb358d0aa6e7b728d37e6caa7d6.zip
Avatars in share dialog fixes
* Avatar for "xxxx share with you..." to the left * Avatars for groups and remote shares (use default placeholder) * Modified and added unit tests * Use the same css for all the avatars in the dropdown
Diffstat (limited to 'core/css')
-rw-r--r--core/css/share.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/core/css/share.css b/core/css/share.css
index 72a88328867..bf38ce83a02 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -37,6 +37,15 @@
display: none !important;
}
+#dropdown .avatar {
+ margin-right: 2px;
+ display: inline-block;
+ overflow: hidden;
+ vertical-align: middle;
+ width: 32px;
+ height: 32px;
+}
+
#shareWithList {
list-style-type:none;
padding:8px;
@@ -68,12 +77,6 @@
overflow: hidden;
vertical-align: middle;
}
-#shareWithList .avatar {
- margin-right: 2px;
- display: inline-block;
- overflow: hidden;
- vertical-align: middle;
-}
#shareWithList li label{
margin-right: 8px;
}