@@ -173,15 +82,15 @@
-
+
-
+ title="Moet minimaal 1 cijfer, hoofdletter en kleine letter bevatten en minstens 8 karakters bevatten" required>
@@ -242,8 +151,8 @@
document.getElementById("password").style.borderColor = "red";
document.getElementById("confirmpassword").style.borderColor = "red";
passwordmatching = false;
- confirmpassword.setCustomValidity("Wachwoord match niet")
+ confirmpassword.setCustomValidity("Wachtwoorden matchen niet")
}
return passwordmatching;
}
-
\ No newline at end of file
+
diff --git a/website/styles/adminpanel.css b/website/styles/adminpanel.css
index f22de20..e761592 100644
--- a/website/styles/adminpanel.css
+++ b/website/styles/adminpanel.css
@@ -1,15 +1,25 @@
.admin-panel {
margin: auto;
- background-color: white;
- border-radius: 10px;
- padding: 15px;
- box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
+ min-width: 800px;
+}
+
+.admin-title {
+ margin: 10px;
+ padding-bottom: 5px;
+ border-bottom: 4px solid #845663;
+}
+
+.admin-panel input[type="radio"], input[type="checkbox"] {
+ height: auto;
}
.admin-actions {
display: inline-block;
- margin: 10px;
+ padding: 8px;
vertical-align: top;
+ border-radius: 10px;
+ border: 4px solid #845663;
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.admin-searchbar {
@@ -19,8 +29,6 @@
}
.admin-searchinput {
- border: 2px solid #B78996;
- border-radius: 2px;
margin-bottom: 10px;
}
@@ -31,7 +39,6 @@
margin-right: 100px;
}
-
.admin-users {
margin: 10px;
}
@@ -57,7 +64,3 @@
.usertable tr:hover {
background-color: #f5f5f5;
}
-
-/*div {
- border: 1px solid black;
-}*/
diff --git a/website/styles/footer.css b/website/styles/footer.css
index 2092a7b..53e28f1 100644
--- a/website/styles/footer.css
+++ b/website/styles/footer.css
@@ -9,4 +9,5 @@ footer p {
padding: 5px;
font-size: 14px;
-}
+ color: #dddddd;
+}
\ No newline at end of file
diff --git a/website/styles/profile.css b/website/styles/profile.css
index 1ac9a2b..7c6218c 100644
--- a/website/styles/profile.css
+++ b/website/styles/profile.css
@@ -49,12 +49,12 @@
/* fullscreen */
.post-box {
- width: calc(25% - 68px);
+ width: calc(25% - 69px);
}
@media only screen and (max-width: 1500px) {
.post-box {
- width: calc(50% - 67px);
+ width: calc(50% - 68px);
}
}
diff --git a/website/styles/settings.css b/website/styles/settings.css
index 751d0dc..9a2c753 100644
--- a/website/styles/settings.css
+++ b/website/styles/settings.css
@@ -1,10 +1,11 @@
.settings input,
-.settings textarea{
+.settings textarea {
margin: 5px;
+ resize: none;
}
.settings label {
- width: 125px;
+ width: 175px;
display: inline-block;
text-align: right;
}
@@ -16,4 +17,12 @@
.settings input[type="email"],
.settings textarea {
width: 200px;
+}
+
+.settings textarea {
+ width: 400px;
+}
+
+.settings label[for="bio"] {
+ vertical-align: middle;
}
\ No newline at end of file
diff --git a/website/views/adminpanel.php b/website/views/adminpanel.php
index 2723e40..b789aad 100644
--- a/website/views/adminpanel.php
+++ b/website/views/adminpanel.php
@@ -2,7 +2,6 @@
-
Admin Panel