Files
AVEF/imports/ui/Admin/Messages.import.styl

36 lines
592 B
Stylus

#messages
.emailContainer
width 100
position relative
.emailEditor
min-width 200px
width 100%
tr
> .email
width 300px
min-width 100px
> .message
width 50%
min-width 100px
max-width 200px
overflow hidden
text-overflow ellipsis
white-space nowrap
> .date
width 260px
min-width 260px
> .actions
width 80px
min-width 80px
.toggleHandled
color red
.toggleHandled.handled
color green
tr.fullMessage
display none
background-color #b8c1dc
font-weight 800
div
padding-left 20px
tr.fullMessage.display
display table-row