aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 11:30:33 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-27 11:30:33 +0100
commita5d84b74d06e34a5b4eb8a420a38aac4efb78516 (patch)
tree3a3eb30d47a0e1aa45e67f9ae0530e445ab6e33b /core
parent7ee5b2df13b765138fe6dc4d0c35cc6968898697 (diff)
downloadnextcloud-server-a5d84b74d06e34a5b4eb8a420a38aac4efb78516.tar.gz
nextcloud-server-a5d84b74d06e34a5b4eb8a420a38aac4efb78516.zip
properly align triangle and unshare icons to text, also fixes line hopping
Diffstat (limited to 'core')
-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 6433d60ca7d..2480a571ae5 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -32,6 +32,11 @@
#shareWithList .cruds {
margin-left:-10px;
}
+
+#shareWithList .unshare img, #shareWithList .showCruds img {
+ vertical-align:text-bottom; /* properly align icons */
+}
+
#dropdown label {
font-weight:400;
}