GUAC-1324: Stop overlap of text by floating to right.

This commit is contained in:
TheAxnJaxn
2015-09-20 00:15:51 -07:00
parent a799a2d6d0
commit b111dd6097

View File

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