From e0d7de6c203cc937809dd90f3458b9e837fda667 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 30 Jun 2014 18:34:24 +0200 Subject: hide search function on mobile to save space in breadcrumb bar --- css/mobile.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 css/mobile.css (limited to 'css') diff --git a/css/mobile.css b/css/mobile.css new file mode 100644 index 0000000..081c58c --- /dev/null +++ b/css/mobile.css @@ -0,0 +1,11 @@ +@media only screen and (max-width: 768px) { + + +/* hide search function on mobile to prevent wrap of elements */ +#editorsearchval, +#editor_save+label { + display: none !important; +} + + +} \ No newline at end of file -- cgit v1.2.3