properly align triangle and unshare icons to text, also fixes line hopping

This commit is contained in:
Jan-Christoph Borchardt 2013-02-27 11:30:33 +01:00
parent 7ee5b2df13
commit a5d84b74d0
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}