Files
Orchard/src/Orchard.Web/Modules/Orchard.Comments/Styles/orchard-comments-admin.css

13 lines
245 B
CSS

table.items .actions {
white-space:nowrap;
}
table.items tr {
background:#f7f7f7;
}
table.items tr.anonymous {
background:#fff;
}
.anonymous-commenter-id,
.authenticated-commenter-id {
font-style:italic;
}