Commit 80008f7cf72a319201dad717ec582367fb4d7bf0
Committed by
Rodrigo Souto
1 parent
ead3cc99
Exists in
master
and in
29 other branches
Small fixes on chat layout
Showing
1 changed file
with
6 additions
and
9 deletions
Show diff stats
public/stylesheets/chat.css
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | background-color: #303030; | 12 | background-color: #303030; |
13 | width: 250px; | 13 | width: 250px; |
14 | height: 100%; | 14 | height: 100%; |
15 | - overflow-y: auto; | 15 | + overflow: hidden; |
16 | } | 16 | } |
17 | #buddy-list .buddy-list { | 17 | #buddy-list .buddy-list { |
18 | list-style-type: none; | 18 | list-style-type: none; |
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | border-bottom: 1px solid #383838; | 24 | border-bottom: 1px solid #383838; |
25 | } | 25 | } |
26 | #buddy-list .buddy-list li a:hover, .occupant-list li a:hover { | 26 | #buddy-list .buddy-list li a:hover, .occupant-list li a:hover { |
27 | - background: rgb(58, 58, 58); | 27 | + background: #257CAD; |
28 | } | 28 | } |
29 | #buddy-list .buddy-list li a, .occupant-list li a { | 29 | #buddy-list .buddy-list li a, .occupant-list li a { |
30 | background: none; | 30 | background: none; |
@@ -133,10 +133,10 @@ | @@ -133,10 +133,10 @@ | ||
133 | } | 133 | } |
134 | 134 | ||
135 | #chat-window .history .message .content { | 135 | #chat-window .history .message .content { |
136 | - background-color: #494949; | 136 | + background-color: #257CAD; |
137 | color: rgb(223, 223, 223); | 137 | color: rgb(223, 223, 223); |
138 | padding: 5px; | 138 | padding: 5px; |
139 | - border-radius: 3%; | 139 | + border-radius: 5%; |
140 | display: inline-block; | 140 | display: inline-block; |
141 | width: 74%; | 141 | width: 74%; |
142 | } | 142 | } |
@@ -223,11 +223,8 @@ | @@ -223,11 +223,8 @@ | ||
223 | font-weight: bold; | 223 | font-weight: bold; |
224 | color: white; | 224 | color: white; |
225 | } | 225 | } |
226 | -#chat #chat-window .other-name { | ||
227 | - color: #6C9EDD; | ||
228 | -} | ||
229 | -#chat #chat-window .history .self-name { | ||
230 | - color: #6C87DD; | 226 | +#chat #chat-window .other-name, #chat #chat-window .history .self-name { |
227 | + color: #257CAD; | ||
231 | } | 228 | } |
232 | #chat #chat-window .history h5 { | 229 | #chat #chat-window .history h5 { |
233 | text-align: center; | 230 | text-align: center; |