diff --git a/converse.css b/converse.css index c5d0e4cb6..66bd8a6d8 100644 --- a/converse.css +++ b/converse.css @@ -352,18 +352,17 @@ span.spinner.hor_centered { } #toggle-controlbox { - position: fixed; - font-size: 70%; - bottom: 0; - right: 0; + float: right; + font-size: 85%; border-top-right-radius: 4px; border-top-left-radius: 4px; - background: #e3e2e2; - border: 1px solid #c3c3c3; - border-bottom: none; - padding: 1px 3px; - margin-right: 15px; - height: 16px; + background-color: rgba(83, 144, 200, 100); + padding: 4px 8px; + margin-right: 5px; +} + +#toggle-controlbox a { + color: white; } #connecting-to-chat { diff --git a/mockup.html b/mockup.html index f45fc930c..d59428d85 100644 --- a/mockup.html +++ b/mockup.html @@ -63,6 +63,9 @@
+
+ Toggle Chat +
@@ -411,12 +414,6 @@
- -
- - Toggle chat - -