Created
May 30, 2013 16:34
-
-
Save adamyanalunas/5679276 to your computer and use it in GitHub Desktop.
Fix the chat so the × icon and text don't compete for layout space (and other UI tweaks).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.activity-text { | |
padding-right: 22px; | |
} | |
.activity-item .activity-delete { | |
top: 9px; | |
} | |
.activity-item:hover .activity-delete { | |
opacity: .75; | |
filter: alpha(opacity=75) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment