Added settings and messages to manage sending web inquiries to one or more email addresses specified via the web management interface.
This commit is contained in:
36
imports/ui/Admin/Messages.import.styl
vendored
Normal file
36
imports/ui/Admin/Messages.import.styl
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user