Fix welcome text centering

// FREEBIE
This commit is contained in:
lilia 2016-03-22 10:34:54 -07:00
parent 9dc2405f2f
commit 2c4d2b150e
2 changed files with 8 additions and 4 deletions

View file

@ -46,6 +46,8 @@
}
.conversation-stack {
padding-left: 300px;
.conversation {
display: none;
}

View file

@ -460,10 +460,12 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
.socket-status .closed {
background: url("/images/error_red.png") no-repeat left center; }
.conversation-stack .conversation {
display: none; }
.conversation-stack .conversation:first-child {
display: block; }
.conversation-stack {
padding-left: 300px; }
.conversation-stack .conversation {
display: none; }
.conversation-stack .conversation:first-child {
display: block; }
.conversation-header {
height: 64px;