Remove explicit borders around chatboxes.

Conflicts:
	converse.css
This commit is contained in:
JC Brand 2013-08-20 22:33:51 +02:00
parent 016a810d1d
commit 0157b2379a

View File

@ -95,6 +95,7 @@ span.spinner.hor_centered {
background-color: white; background-color: white;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top: 0;
} }
.chatroom .chat-area { .chatroom .chat-area {
@ -105,18 +106,15 @@ span.spinner.hor_centered {
.chatroom .chat { .chatroom .chat {
overflow: auto; overflow: auto;
height: 400px; height: 400px;
border: solid 1px #ccc;
} }
.chatroom .participants { .chatroom .participants {
float: left; float: left;
width: 99px; width: auto;
height: 272px; height: 272px;
background-color: white; background-color: white;
overflow: auto; overflow: auto;
border-right: 1px solid #999; border-left: 1px solid #AAA;
border-bottom: 1px solid #999;
border-bottom-right-radius: 4px;
} }
.participants ul.participant-list li { .participants ul.participant-list li {
@ -155,9 +153,7 @@ ul.participant-list li.moderator {
color: rgb(79, 79, 79); color: rgb(79, 79, 79);
height:173px; height:173px;
overflow-y:auto; overflow-y:auto;
border:1px solid #999; border: 0;
border-bottom: 0;
border-top: 0;
background-color: #ffffff; background-color: #ffffff;
line-height: 1.3em; line-height: 1.3em;
} }
@ -612,7 +608,6 @@ div#controlbox-panes {
background-color: white; background-color: white;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border: 1px solid #999;
width: 199px; width: 199px;
} }
@ -684,9 +679,8 @@ ul#controlbox-tabs li a {
margin: 0; margin: 0;
text-align:center; text-align:center;
text-decoration:none; text-decoration:none;
border: 1px solid #999; border-top-right-radius: 5px;
border-top-right-radius: 4px; border-top-left-radius: 5px;
border-top-left-radius: 4px;
color:#666; color:#666;
text-shadow: 0 1px 0 rgba(250, 250, 250, 1); text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
} }
@ -697,13 +691,16 @@ ul#controlbox-tabs li a {
.chat-head #controlbox-tabs li a { .chat-head #controlbox-tabs li a {
background-color: white; background-color: white;
box-shadow: inset 0 0 8px rgba(0,0,0,0.2); box-shadow: inset 0 4px 12px rgba(0,0,0,0.3);
border-bottom: 1px solid #CCC;
} }
ul#controlbox-tabs a.current, ul#controlbox-tabs a.current:hover { ul#controlbox-tabs a.current, ul#controlbox-tabs a.current:hover {
box-shadow: none; box-shadow: none;
border-bottom: 0; border-bottom: 0;
height: 35px; height: 35px;
cursor: default;
color: rgb(102,102,102);
} }
div#users, div#users,
@ -723,9 +720,9 @@ div#chatrooms {
form.sendXMPPMessage { form.sendXMPPMessage {
background: white; background: white;
border: 1px solid #999; border: 0;
border-top: 1px solid #BBB; border-top: 1px solid #BBB;
padding: 3px; padding: 0.5em;
margin: 0; margin: 0;
position: relative; position: relative;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;