Commit ea62e2f3 authored by JC Brand's avatar JC Brand

Remove the #controlbox-panes element. Not needed.

parent 3eaeed4c
...@@ -904,24 +904,6 @@ dd.available-chatroom:hover a.room-info { ...@@ -904,24 +904,6 @@ dd.available-chatroom:hover a.room-info {
background-color: #DCEAC5; background-color: #DCEAC5;
} }
#conversejs div.controlbox-panes {
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
background-color: white;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
width: 200px;
height: -moz-calc(100% - 38px);
height: -o-calc(100% - 38px);
height: calc(100% - 38px);
overflow-y: auto;
position: relative;
}
form#converse-login { form#converse-login {
background: white; background: white;
padding: 2em 0 0.3em 0.5em; padding: 2em 0 0.3em 0.5em;
...@@ -1023,7 +1005,11 @@ div#settings { ...@@ -1023,7 +1005,11 @@ div#settings {
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
width: 100%; width: 100%;
height: 100%; height: -moz-calc(100% - 38px);
height: -o-calc(100% - 38px);
height: calc(100% - 38px);
overflow-y: auto;
position: relative;
} }
div#chatrooms { div#chatrooms {
......
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
<a class="close-chatbox-button icon-close"></a> <a class="close-chatbox-button icon-close"></a>
<a class="minimize-chatbox-button icon-minus"></a> <a class="minimize-chatbox-button icon-minus"></a>
</div> </div>
<div class="controlbox-panes">
<div id="login-dialog"> <div id="login-dialog">
<form id="converse-login"> <form id="converse-login">
<label>XMPP/Jabber Username:</label><input type="text" id="jid"> <label>XMPP/Jabber Username:</label><input type="text" id="jid">
...@@ -84,7 +83,6 @@ ...@@ -84,7 +83,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div id="controlbox" class="chatbox" style="opacity: 1; display: inline;"> <div id="controlbox" class="chatbox" style="opacity: 1; display: inline;">
<div class="box-flyout"> <div class="box-flyout">
...@@ -97,7 +95,6 @@ ...@@ -97,7 +95,6 @@
<a class="close-chatbox-button icon-close"></a> <a class="close-chatbox-button icon-close"></a>
<a class="minimize-chatbox-button icon-minus"></a> <a class="minimize-chatbox-button icon-minus"></a>
</div> </div>
<div class="controlbox-panes">
<div id="users" class="oc-chat-content" style="display: block;"> <div id="users" class="oc-chat-content" style="display: block;">
<form class="set-xmpp-status" action="" method="post"> <form class="set-xmpp-status" action="" method="post">
<span id="xmpp-status-holder"> <span id="xmpp-status-holder">
...@@ -239,7 +236,6 @@ ...@@ -239,7 +236,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="chatbox" id="37c0c87392010303765fe36b05c0967d62c6b70f"> <div class="chatbox" id="37c0c87392010303765fe36b05c0967d62c6b70f">
<div class="box-flyout"> <div class="box-flyout">
......
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