Fix: Multiline style

This commit is contained in:
Sébastien Hut 2015-04-09 21:13:14 +02:00
parent c261f69981
commit 44e436c07a
2 changed files with 13 additions and 12 deletions

View File

@ -1362,6 +1362,10 @@ button.secondary:hover:not(:disabled) {
vertical-align: top;
position: relative;
}
.messages .messageWrapper:hover .date {
color: #9e9ea6;
font-weight: bolder;
}
.messages .messageWrapper .message_header .name {
display: inline-block;
margin-right: 0.25rem;
@ -1437,22 +1441,18 @@ button.secondary:hover:not(:disabled) {
color: #88d5f7;
}
.messages .message .date {
display: inline-block;
color: #babbbf;
font-size: 12px;
width: 60px;
line-height: 22px;
text-transform: uppercase;
cursor: pointer;
position: relative;
left: -55px;
position: absolute;
left: -40px;
visibility: hidden;
}
.messages .message .body {
display: inline-block;
word-break: break-word;
position: relative;
left: -60px;
margin: 0;
padding: 0;
}

View File

@ -367,6 +367,11 @@
vertical-align: top
position: relative
&:hover
.date
color: $gray
font-weight: bolder
.message_header
.name
@ -440,22 +445,18 @@
color: $blue-light
.date
display: inline-block
color: $gray-light
font-size: $font-size-small
width: 60px
line-height: 22px
text-transform: uppercase
cursor: pointer
position: relative
left: -55px
position: absolute
left: -40px
visibility: hidden
.body
display: inline-block
word-break: break-word
position: relative
left: -60px
margin: 0
padding: 0