mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 10:21:38 -04:00
make sure there's enough room for the file actions
This commit is contained in:
parent
3e803b5e36
commit
b291fb9cd7
1 changed files with 8 additions and 0 deletions
|
|
@ -65,6 +65,14 @@
|
|||
top: 44px;
|
||||
width: 100%;
|
||||
}
|
||||
/* make sure there's enough room for the file actions */
|
||||
#body-user #filestable {
|
||||
min-width: 750px;
|
||||
}
|
||||
#body-user #controls {
|
||||
min-width: 600px;
|
||||
}
|
||||
|
||||
#filestable tbody tr { background-color:#fff; height:2.5em; }
|
||||
#filestable tbody tr:hover, tbody tr:active {
|
||||
background-color: rgb(240,240,240);
|
||||
|
|
|
|||
Loading…
Reference in a new issue