Fix welcome text centering
// FREEBIE
This commit is contained in:
parent
9dc2405f2f
commit
2c4d2b150e
2 changed files with 8 additions and 4 deletions
|
@ -46,6 +46,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-stack {
|
.conversation-stack {
|
||||||
|
padding-left: 300px;
|
||||||
|
|
||||||
.conversation {
|
.conversation {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -460,10 +460,12 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
|
||||||
.socket-status .closed {
|
.socket-status .closed {
|
||||||
background: url("/images/error_red.png") no-repeat left center; }
|
background: url("/images/error_red.png") no-repeat left center; }
|
||||||
|
|
||||||
.conversation-stack .conversation {
|
.conversation-stack {
|
||||||
display: none; }
|
padding-left: 300px; }
|
||||||
.conversation-stack .conversation:first-child {
|
.conversation-stack .conversation {
|
||||||
display: block; }
|
display: none; }
|
||||||
|
.conversation-stack .conversation:first-child {
|
||||||
|
display: block; }
|
||||||
|
|
||||||
.conversation-header {
|
.conversation-header {
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|
Loading…
Reference in a new issue