Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

@@ -1,44 +1,15 @@
<!DOCTYPE html>
<?php
setlocale(LC_ALL, 'hu_HU.utf8');
?>
<head>
<style>
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
td.create {
padding: 15px 0px;
}
td.create a {
line-height: 18px;
font-size: 18px;
}
.name_tag {
width: 200px;
text-align: left;
padding: 10px 0px 10px 10px;
margin: 5px;
background-color: #e2edff;
cursor: pointer;
}
.name_tag_checked {
width: 200px;
text-align: left;
padding: 10px 0px 10px 10px;
margin: 5px;
background-color: #1eea0b;
cursor: pointer;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
@@ -51,8 +22,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/_css/form.css">
<link rel="stylesheet" type="text/css" href="/_css/default.css">
<link rel="stylesheet" type="text/css" href="/_css/nav.css">
<link rel="stylesheet" type="text/css" href="/_css/form.css">
<link rel="stylesheet" type="text/css" href="/_css/button.css">
<link rel="stylesheet" type="text/css" href="/_css/addbutton.css">
<title>Badminton Coach v 0.1</title>
<?php
@@ -63,13 +37,17 @@
</head>
<body>
<div id="pageContainer">
<nav>
<?= $page->get_page_nav();?>
</nav>
<main>
<?= $page->get_page_content();?>
<div id="main_content">
<?= $page->get_page_content();?>
</div>
</main>
<footer></footer>
</div>
</body>
</html>