Merge pull request #267 from TheAxnJaxn/master

GUAC-1324: Stop overlap of text by floating to right.
This commit is contained in:
Mike Jumper
2015-09-20 14:17:00 -07:00

View File

@@ -150,6 +150,12 @@ div.section {
padding: 0.1em;
}
.list-item .caption:after {
clear: right;
content: "";
display: block;
}
.list-item .name {
color: black;
font-weight: normal;
@@ -185,8 +191,9 @@ div.section {
.caption .activeUserCount {
font-style: italic;
position: absolute;
position: relative;
right: 1em;
float: right;
}
.list-item:not(.selected) .caption:hover {