Merge pull request #1699 from owncloud/multiselect-bar-fix

fix multiselect bar offset on shared page, close #1339 finally
This commit is contained in:
Thomas Müller 2013-02-17 00:39:16 -08:00
commit 0f8058cb12

View file

@ -71,4 +71,5 @@ p.info a {
thead{
background-color: white;
padding-left:0 !important; /* fixes multiselect bar offset on shared page */
}