mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
13 lines
245 B
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;
|
|
} |