1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-29 04:32:15 -05:00

Fix column widths for avatars in chat

This commit is contained in:
Lance Stout 2013-12-16 19:17:08 -08:00
parent 076d8e4a9f
commit 72eaa59ff7
3 changed files with 5 additions and 1 deletions

View File

@ -1050,6 +1050,7 @@ button.secondary:hover:not(:disabled) {
text-align: right; text-align: right;
background-color: #f7f7f7; background-color: #f7f7f7;
border-top: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1;
white-space: nowrap;
} }
.messages .sender .name { .messages .sender .name {
padding-left: 10px; padding-left: 10px;
@ -1060,6 +1061,7 @@ button.secondary:hover:not(:disabled) {
vertical-align: middle; vertical-align: middle;
padding: 10px; padding: 10px;
border-top: 1px solid #eee; border-top: 1px solid #eee;
width: 99%;
} }
.messages .message { .messages .message {
font-size: 12px; font-size: 12px;

View File

@ -159,6 +159,7 @@
text-align: right text-align: right
background-color: #f7f7f7 background-color: #f7f7f7
border-top: 1px solid #e1e1e1 border-top: 1px solid #e1e1e1
white-space: nowrap
.name .name
padding-left: 10px padding-left: 10px
@ -169,6 +170,7 @@
vertical-align: middle vertical-align: middle
padding: 10px padding: 10px
border-top: 1px solid #eee border-top: 1px solid #eee
width: 99%
.message .message
font-size: $font-size-small font-size: $font-size-small

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# 0.0.1 1387233558178 # 0.0.1 1387250191209
CACHE: CACHE:
/app.js /app.js