commit 9b02865ea2452f66ab224cfa1bd4855594978eff
parent 154fd0ab96c73ef991cd89e19d1ad3be4cbc6185
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 20 Feb 2018 18:57:11 +0100
mobile styling
Diffstat:
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/static/mobile.css b/static/mobile.css
@@ -0,0 +1,11 @@
+header #nsyl {
+ width: 3em;
+}
+
+header #query {
+ width: 10em;
+}
+
+header label {
+ font-size: 70%;
+}
diff --git a/templates/page.html b/templates/page.html
@@ -11,6 +11,7 @@
{% endif %}
<link rel="stylesheet" href="static/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="static/style.css" type="text/css" media="screen" />
+ <link rel="stylesheet" media="(max-width: 650px)" href="static/mobile.css" />
<script type="text/javascript" src="static/jquery.js"></script>
<script type="text/javascript" src="static/jquery.tablesorter.js"></script>
<script type="text/javascript" id="js">$(document).ready(function() {