mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 20:33:11 +00:00
Do not glue action buttons
This commit is contained in:
parent
12c08d8aed
commit
e363488020
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* Actions buttons should not be glued to table */
|
||||
.results {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Checkbox column should be small */
|
||||
#result_list .action-checkbox-column,
|
||||
#result_list .action-checkbox {
|
||||
|
|
Loading…
Reference in a new issue