|
@@ -6,6 +6,8 @@
|
|
|
* Dual licensed under the MIT and GPL Licenses
|
|
|
*/
|
|
|
|
|
|
+@import "variables.less";
|
|
|
+
|
|
|
@font-face {
|
|
|
font-family: 'Converse-js';
|
|
|
src:url('fonticons/fonts/Converse-js.eot');
|
|
@@ -671,9 +673,7 @@ span.spinner.hor_centered {
|
|
|
}
|
|
|
|
|
|
#conversejs .chat-content {
|
|
|
- height: -moz-calc(100% - 76px);
|
|
|
- height: -o-calc(100% - 76px);
|
|
|
- height: calc(100% - 76px);
|
|
|
+ height: 206px;
|
|
|
}
|
|
|
|
|
|
#conversejs .chat-info {
|
|
@@ -1008,9 +1008,7 @@ dl.add-converse-contact {
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
margin: 0.5em 0 0 0;
|
|
|
- height: -moz-calc(100% - 70px);
|
|
|
- height: -o-calc(100% - 70px);
|
|
|
- height: calc(100% - 70px);
|
|
|
+ height: 254px;
|
|
|
}
|
|
|
|
|
|
#conversejs dd.available-chatroom {
|
|
@@ -1251,9 +1249,7 @@ select#select-xmpp-status {
|
|
|
border-bottom-right-radius: 4px;
|
|
|
border-bottom-left-radius: 4px;
|
|
|
width: 100%;
|
|
|
- height: -moz-calc(100% - 38px);
|
|
|
- height: -o-calc(100% - 38px);
|
|
|
- height: calc(100% - 38px);
|
|
|
+ height: 289px;
|
|
|
overflow-y: hidden;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -1294,7 +1290,7 @@ select#select-xmpp-status {
|
|
|
padding: 3px;
|
|
|
border-radius: 4px;
|
|
|
resize: none;
|
|
|
- height: 54px;
|
|
|
+ height: 62px;
|
|
|
}
|
|
|
|
|
|
#conversejs ul.chat-toolbar {
|
|
@@ -1504,7 +1500,7 @@ input.custom-xmpp-status {
|
|
|
#conversejs .box-flyout {
|
|
|
position: absolute;
|
|
|
display: block;
|
|
|
- bottom: 1px;
|
|
|
+ bottom: 6px;
|
|
|
box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.4);
|
|
|
border-radius: 4px;
|
|
|
height: 324px;
|