remove background and width from multiselect bar, fix Download button not showing on mobile

This commit is contained in:
Jan-Christoph Borchardt 2014-01-23 15:35:30 +01:00
parent 4b7dfd34f8
commit 799e744ad7
2 changed files with 2 additions and 4 deletions

View File

@ -145,7 +145,6 @@ table.multiselect thead th {
} }
table.multiselect #headerName { table.multiselect #headerName {
position: relative; position: relative;
width: 100%;
} }
table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; }
table td.filename a.name { table td.filename a.name {

View File

@ -72,9 +72,8 @@ p.info a {
max-width:100%; max-width:100%;
} }
thead{ thead {
background-color: white; padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
padding-left:0 !important; /* fixes multiselect bar offset on shared page */
} }
#data-upload-form { #data-upload-form {