From b111dd609707faf99208d683ead566fa0abd2a5e Mon Sep 17 00:00:00 2001 From: TheAxnJaxn Date: Sun, 20 Sep 2015 00:15:51 -0700 Subject: [PATCH] GUAC-1324: Stop overlap of text by floating to right. --- guacamole/src/main/webapp/app/index/styles/ui.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/index/styles/ui.css b/guacamole/src/main/webapp/app/index/styles/ui.css index 77099e837..e94bd36b5 100644 --- a/guacamole/src/main/webapp/app/index/styles/ui.css +++ b/guacamole/src/main/webapp/app/index/styles/ui.css @@ -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 {