From 975a8c0a7d4cd2133d05b12fb41e9845568cf1d6 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 19 Jun 2013 02:28:28 +0200 Subject: [PATCH] Add login UI --- public_html/static/style.css | 26 ++++++++++++++++++++++++++ public_html/templates/layout.tpl | 7 +++++++ 2 files changed, 33 insertions(+) diff --git a/public_html/static/style.css b/public_html/static/style.css index 393856b..c3aaba6 100644 --- a/public_html/static/style.css +++ b/public_html/static/style.css @@ -151,3 +151,29 @@ div.notice-three margin-top: 2px; text-align: right; } + +.login +{ + float: right; + margin-top: -4px; +} + +.login input, .login button +{ + font-size: 13px; +} + +.login input +{ + width: 105px; + padding: 2px 3px; + border: 1px solid gray; + border-radius: 2px; +} + +.login button +{ + border: 1px solid gray; + padding: 2px 6px; + border-radius: 2px; +} diff --git a/public_html/templates/layout.tpl b/public_html/templates/layout.tpl index de95731..e72a742 100644 --- a/public_html/templates/layout.tpl +++ b/public_html/templates/layout.tpl @@ -17,6 +17,13 @@ Mirrors IRC Donate +
+
+ + + +
+
{%?contents}