mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 15:17:14 +08:00
minor style tweaks to flags layout
This commit is contained in:
parent
b1d0f30379
commit
a0031f2a0d
|
@ -276,7 +276,7 @@ table {
|
|||
padding: 4px 0;
|
||||
background-color: #f8f8e0;
|
||||
}
|
||||
td { vertical-align: middle; }
|
||||
td { vertical-align: top; }
|
||||
th { text-align: left; }
|
||||
.user { width: 40px; }
|
||||
.excerpt {
|
||||
|
@ -288,11 +288,10 @@ table {
|
|||
|
||||
}
|
||||
.flaggers {
|
||||
padding: 0 10px;
|
||||
font-size: 11px;
|
||||
td {
|
||||
vertical-align: bottom;
|
||||
padding: 5px 5px;
|
||||
vertical-align: middle;
|
||||
padding: 3px;
|
||||
}
|
||||
}
|
||||
.action {
|
||||
|
|
Loading…
Reference in New Issue
Block a user