49 lines
958 B
Sass
49 lines
958 B
Sass
h2.warning
|
|
color: red
|
|
|
|
.events.edit, .events.update, .events.cancel, .moderations, .notes
|
|
table.list
|
|
width: 100%
|
|
margin-top: 15px
|
|
thead tr
|
|
background-color: transparent
|
|
td
|
|
padding-top: 0.5em
|
|
padding-bottom: 0.5em
|
|
&.empty
|
|
background-color: white
|
|
&.note
|
|
text-align: left
|
|
pre
|
|
width: 70%
|
|
margin: auto
|
|
padding: 5px
|
|
overflow: auto
|
|
text-align: left
|
|
background-color: #eee
|
|
em.author
|
|
display: block
|
|
font-size: smaller
|
|
text-align: right
|
|
font-style: italic
|
|
margin-top: 15px
|
|
th.actions
|
|
padding: 0
|
|
a
|
|
font-weight: normal
|
|
|
|
main > h3
|
|
font-size: inherit
|
|
line-height: 1.3em
|
|
font-weight: normal
|
|
margin-left: 5em
|
|
margin-right: 5em
|
|
background-color: #CCC
|
|
|
|
.box
|
|
width: 70%
|
|
margin: auto
|
|
padding: 1em
|
|
margin-bottom: 10px
|
|
background-color: #CCC
|