Merge pull request #8584 from Bagera/master

avoid row resize on filename edit
This commit is contained in:
jbtbnl 2014-05-14 10:05:59 +02:00
commit c98edf18cc
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
}
#filestable tbody tr { background-color:#fff; height:40px; }
#filestable tbody tr { background-color:#fff; height:51px; }
#filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240);
}