mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
Reference in New Issue
Block a user