zulip/static/styles/activity.css
Steve Howell 07d4dd66c4 Show admins on /realm_activity page.
(imported from commit 7d6beb4145b86d95b872b175ea8a567b7ce56d23)
2013-11-18 14:41:37 -05:00

41 lines
635 B
CSS

.activity_head {
background-color: aliceblue;
}
.table td {
padding-top: 2px;
padding-bottom: 2px;
white-space: nowrap;
}
.table-striped tr.recently_active td {
background-color: #afa;
}
.table-striped tr.recently_active:nth-child(odd) td {
background-color: #9e9;
}
.table-striped tr.long_inactive td {
background-color: #faa;
}
.table-striped tr.long_inactive:nth-child(odd) td {
background-color: #e99;
}
td.number {
text-align: right;
}
.summary-table {
width: auto;
margin: 0px auto;
}
tr.admin td:first-child {
font-weight: bold;
color: blue;
font-size: 110%;
}