Commit 874cac29d7ac4f261931fb018756ba0537a1db2b
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'rails3_chat' into rails3_stable
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
public/stylesheets/chat.css
| @@ -217,6 +217,9 @@ | @@ -217,6 +217,9 @@ | ||
| 217 | display: inline-block; | 217 | display: inline-block; |
| 218 | max-width: 70%; | 218 | max-width: 70%; |
| 219 | } | 219 | } |
| 220 | +.conversation .header .other-name { | ||
| 221 | + color: rgb(238, 238, 238); | ||
| 222 | +} | ||
| 220 | .conversation .header .back { | 223 | .conversation .header .back { |
| 221 | float: right; | 224 | float: right; |
| 222 | margin: 6px; | 225 | margin: 6px; |
| @@ -231,6 +234,7 @@ | @@ -231,6 +234,7 @@ | ||
| 231 | color: #257CAD; | 234 | color: #257CAD; |
| 232 | height: 23px; | 235 | height: 23px; |
| 233 | overflow: hidden; | 236 | overflow: hidden; |
| 237 | + vertical-align: top; | ||
| 234 | } | 238 | } |
| 235 | #chat #chat-window .history h5 { | 239 | #chat #chat-window .history h5 { |
| 236 | text-align: center; | 240 | text-align: center; |