Browse Source

Remove explicit borders around chatboxes.

Conflicts:
	converse.css
JC Brand 12 years ago
parent
commit
0157b2379a
1 changed files with 12 additions and 15 deletions
  1. 12 15
      converse.css

+ 12 - 15
converse.css

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