diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-27 11:30:33 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-27 11:30:33 +0100 |
commit | a5d84b74d06e34a5b4eb8a420a38aac4efb78516 (patch) | |
tree | 3a3eb30d47a0e1aa45e67f9ae0530e445ab6e33b /core | |
parent | 7ee5b2df13b765138fe6dc4d0c35cc6968898697 (diff) | |
download | nextcloud-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.css | 5 |
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; } |