From 615f0c4a1c8cf5f8129064124f2d306192ed27be Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Wed, 5 Feb 2014 10:52:25 +0100 Subject: first mobile style rules, hide extra columns in files view and scroll header --- apps/files_sharing/css/mobile.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/files_sharing/css/mobile.css (limited to 'apps/files_sharing/css') diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css new file mode 100644 index 00000000000..e29760b794b --- /dev/null +++ b/apps/files_sharing/css/mobile.css @@ -0,0 +1,18 @@ +@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; +} + + +} \ No newline at end of file -- cgit v1.2.3