From 6f664324879b8753d8a44b8b012654b4b0879223 Mon Sep 17 00:00:00 2001 From: echarp Date: Wed, 2 Jul 2014 01:07:10 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20style=20destin=C3=A9=20aux=20mob?= =?UTF-8?q?iles,=20manquait=20le=20fichier=20css=20lui=20m=C3=AAme=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/mobile.css.sass | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/assets/stylesheets/mobile.css.sass diff --git a/app/assets/stylesheets/mobile.css.sass b/app/assets/stylesheets/mobile.css.sass new file mode 100644 index 00000000..d1776ab7 --- /dev/null +++ b/app/assets/stylesheets/mobile.css.sass @@ -0,0 +1,22 @@ +@media all and (max-width: 800px) + * + max-width: 100% + + body + margin: 0 + padding: 0 + + table + width: 100% !important + font-size: smaller + ul + padding-left: 10px !important + +@media all and (max-width: 640px) + table + border-spacing: 0 + td + border-width: 1px !important + ul + padding: 0 !important + list-style-position: inside