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

first mobile style rules, hide extra columns in files view and scroll header

parent b24c21b0
Branches
No related tags found
No related merge requests found
@media only screen and (max-width: 600px) {
/* make header and controls bar scroll up for more view of content on small screens */
#header,
#controls {
position: absolute;
}
/* hide size and date columns */
table th#headerSize,
table td.filesize,
table th#headerDate,
table td.date {
display: none;
}
}
......@@ -136,6 +136,7 @@ if (isset($path)) {
} else {
OCP\Util::addScript('files', 'file-upload');
OCP\Util::addStyle('files_sharing', 'public');
OCP\Util::addStyle('files_sharing', 'mobile');
OCP\Util::addScript('files_sharing', 'public');
OCP\Util::addScript('files', 'fileactions');
OCP\Util::addScript('files', 'jquery.iframe-transport');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment