From 8fa5512e774eb4ef259b146791458598f3777f08 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Fri, 17 Oct 2014 10:46:43 -0400 Subject: [PATCH] Remove responsive design helpers from doc MKWS-174 --- doc/mkws-manual.markdown | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 4326b4a..8f3cf42 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -315,33 +315,6 @@ day, a welcome message or a help page. This can be done by placing an search is made. -Responsive design ------------------ - -Metasearching applications may need to appear differently on -small-screened mobile devices, or change their appearance when -screen-width changes (as when a small device is rotated). To achieve -this, MKWS supports responsive design which will move the termlists to -the bottom on narrow screens and to the sidebar on wide screens. - -To turn on this behaviour, set the `responsive_design_width` to the desired -threshhold width in pixels. For example: - - - -If individual result-related widgets are in use in place of the -all-in-one mkwsResults, then the redesigned application needs to -specify the locations where the termlists should appear in both -cases. In this case, wrap the wide-screen `mkwsTermlists` element in a -`mkwsTermlists-Container-wide` element; and provide an -`mkwsTermlists-Container-narrow` element in the place where the narrow-screen -termlists should appear. - - Popup results with jQuery UI ---------------------------- -- 1.7.10.4