summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
diff options
context:
space:
mode:
authorHongyi Zhang <hongyi73.zhang@gmail.com>2015-10-12 00:58:45 +0200
committerHongyi Zhang <hongyi73.zhang@gmail.com>2015-10-12 00:58:45 +0200
commit406ce65e26c4fda1b840b7267b148228cc3ca2f2 (patch)
tree9841119d7926d5e4cf8246ad32dcdc57331dad35 /user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
parentd4357dcc8ef213874d263dd9c55d39446bed2163 (diff)
disable pulldown menu on mobile devices
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
Diffstat (limited to 'user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css')
-rw-r--r--user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
index 192af2004..4c5c2f30b 100644
--- a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
+++ b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css
@@ -70,4 +70,11 @@ div#pulldown-menu {
font-weight: 300;
font-family: Lucida Grande,Verdana,Geneva,sans-serif;
color: #aaaaaa;
+}
+
+/*disable switch layout on mobile devices*/
+@media (max-width: 768px) {
+ #closeMe {
+ display: none;
+ }
} \ No newline at end of file