mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1324: Stop overlap of text by floating to right.
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user