From 8e8a9bf0582dfa05248ffdd1634538772c94d549 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 29 Mar 2015 21:19:54 +0200 Subject: [PATCH] dicks --- _sakura/templates/yuuno/global/header.tpl | 2 +- content/css/yuuno/yuuno.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl index f1de761..e217350 100644 --- a/_sakura/templates/yuuno/global/header.tpl +++ b/_sakura/templates/yuuno/global/header.tpl @@ -70,7 +70,7 @@ - + diff --git a/content/css/yuuno/yuuno.css b/content/css/yuuno/yuuno.css index 6e43aae..9d6b45d 100644 --- a/content/css/yuuno/yuuno.css +++ b/content/css/yuuno/yuuno.css @@ -1057,10 +1057,12 @@ input[type="submit"].inputStyling, input[type="button"].inputStyling { min-width: 120px; } input[type="submit"].inputStyling.small, input[type="button"].inputStyling.small { - padding: 1px 6px; - margin: 0; + padding: 0 4px 1px; + margin: -2px 0 0; font-size: 16px; border-radius: 0; + line-height: 21px; + min-width: 80px; } input[type="submit"].inputStyling:hover, input[type="button"].inputStyling:hover { box-shadow: inset #222 0 0 3px; @@ -1226,4 +1228,5 @@ textarea.inputStyling { #headerLoginForm label { font-family: "Segoe UI", sans-serif; font-weight: 100; + font-size: 15px; }