Added custom date (reason: firefox never love date inputs)

This commit is contained in:
2017-09-12 15:41:47 +07:00
parent 5b1b546dc5
commit e72205ff09
4 changed files with 127 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8">
<script src="https://use.fontawesome.com/0aa8f3d106.js"></script>
<link rel="stylesheet" href="/css/picnic.min.css">
<link rel="stylesheet" href="/css/rome.css">
<title>{% block title %}{% endblock %}</title>
<style>
@@ -46,6 +47,10 @@
.fr {
float: right;
}
td, th {
padding: .3em .45em .3em .6em;
}
</style>
</head>
<body>
@@ -55,9 +60,9 @@
</a>
{% block nav %}{% endblock %}
</nav>
<script src="/js/rome.js"></script>
{% block body %}
{% endblock %}
<script src="/js/rome.js"></script>
</body>
</html>