fix multiselect bar offset on shared page

This commit is contained in:
Jan-Christoph Borchardt 2014-08-19 15:51:10 +02:00
parent fdfc5c67f8
commit 3d8031564e
1 changed files with 2 additions and 1 deletions

View File

@ -28,8 +28,9 @@
max-width:100%;
}
/* fix multiselect bar offset on shared page */
thead {
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
left: 0 !important;
}
#data-upload-form {