Merge pull request #5988 from owncloud/files-mobilequickfix
Added min width to files table
This commit is contained in:
commit
3e1ade4397
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@
|
|||
top: 44px;
|
||||
width: 100%;
|
||||
}
|
||||
#filestable, #controls {
|
||||
min-width: 680px;
|
||||
}
|
||||
#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