mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
minor style tweaks to flags layout
This commit is contained in:
parent
b1d0f30379
commit
a0031f2a0d
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue