Merge pull request #5988 from owncloud/files-mobilequickfix

Added min width to files table
This commit is contained in:
Morris Jobke 2013-11-21 06:09:11 -08:00
commit 3e1ade4397
1 changed files with 3 additions and 0 deletions

View File

@ -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);