retrogit/app/static/admin.css
2014-11-16 21:50:18 -08:00

22 lines
290 B
CSS

#users-table {
border-collapse: collapse;
}
#users-table th,
#users-table td {
padding: 2px 5px;
}
#users-table th {
text-align: left;
}
#users-table td {
border: solid 1px #eee;
font-size: 14px;
}
#users-table .avatar {
padding-right: 1px;
vertical-align: text-bottom;
}