Commit 7fb4ad30 authored by thierrytiti's avatar thierrytiti

CSS rebuild with sass

parent 08c94be1
@charset "UTF-8";
/*! /*!
* Converse.js (Web-based XMPP instant messaging client) * Converse.js (Web-based XMPP instant messaging client)
* http://conversejs.org * http://conversejs.org
...@@ -32,11 +33,12 @@ ...@@ -32,11 +33,12 @@
bottom: 0; bottom: 0;
direction: ltr; direction: ltr;
height: 35px; height: 35px;
left: 0; left: auto;
position: fixed; position: fixed;
right: 0; right: 30px;
z-index: 30; z-index: 30;
display: block; display: block;
width: auto;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
...@@ -762,7 +764,8 @@ ...@@ -762,7 +764,8 @@
display: block; display: block;
margin-left: 5px; } margin-left: 5px; }
#conversejs div.room-info { #conversejs div.room-info {
clear: left; } clear: left;
width: 100%; }
#conversejs p.room-info { #conversejs p.room-info {
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -793,7 +796,7 @@ ...@@ -793,7 +796,7 @@
#conversejs dd.available-chatroom:hover { #conversejs dd.available-chatroom:hover {
background-color: #E3C9C1; } background-color: #E3C9C1; }
#conversejs dd.available-chatroom:hover .room-info { #conversejs dd.available-chatroom:hover .room-info {
display: inline-block; display: block;
font-size: 14px; } font-size: 14px; }
#conversejs #converse-roster dd { #conversejs #converse-roster dd {
border: none; border: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment