diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl
index 1c0eea0..f1de761 100644
--- a/_sakura/templates/yuuno/global/header.tpl
+++ b/_sakura/templates/yuuno/global/header.tpl
@@ -68,7 +68,9 @@
+
+
diff --git a/content/css/yuuno/yuuno.css b/content/css/yuuno/yuuno.css
index 48f985e..6e43aae 100644
--- a/content/css/yuuno/yuuno.css
+++ b/content/css/yuuno/yuuno.css
@@ -1059,7 +1059,8 @@ input[type="submit"].inputStyling, input[type="button"].inputStyling {
input[type="submit"].inputStyling.small, input[type="button"].inputStyling.small {
padding: 1px 6px;
margin: 0;
- font-size: 12px;
+ font-size: 16px;
+ border-radius: 0;
}
input[type="submit"].inputStyling:hover, input[type="button"].inputStyling:hover {
box-shadow: inset #222 0 0 3px;
@@ -1218,6 +1219,11 @@ textarea.inputStyling {
/* Header login thing */
#headerLoginForm {
background: #9475B2;
+ border-bottom: 2px solid #9475B2;
box-shadow: 0 0 5px #8364A1;
text-align: center;
}
+#headerLoginForm label {
+ font-family: "Segoe UI", sans-serif;
+ font-weight: 100;
+}