Skip to content
Snippets Groups Projects
Commit 799e744a authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

parent 4b7dfd34
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,6 @@ table.multiselect thead th {
}
table.multiselect #headerName {
position: relative;
width: 100%;
}
table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; }
table td.filename a.name {
......
......@@ -72,9 +72,8 @@ p.info a {
max-width:100%;
}
thead{
background-color: white;
padding-left:0 !important; /* fixes multiselect bar offset on shared page */
thead {
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
}
#data-upload-form {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment