remove min-width rule to fix mobile views

This commit is contained in:
Jan-Christoph Borchardt 2014-01-14 22:14:46 +01:00
parent 2bdd014f83
commit 072ef7f010
1 changed files with 0 additions and 3 deletions

View File

@ -65,9 +65,6 @@
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);