css: right-align table actions
This commit is contained in:
parent
d5234f723d
commit
7fc2841fac
|
@ -785,6 +785,10 @@ table.tinystats {
|
|||
}
|
||||
}
|
||||
|
||||
table th.actions, table td.actions {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Simple table, test */
|
||||
table.syncstate {
|
||||
tr td:first-child {
|
||||
|
|
Loading…
Reference in New Issue