Merge pull request #5988 from owncloud/files-mobilequickfix

Added min width to files table
remotes/origin/stable6
Morris Jobke 12 years ago
commit 3e1ade4397
  1. 3
      apps/files/css/files.css

@ -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…
Cancel
Save