From b1121ea91cc7e2343003fb5aed9e8164a04f01e1 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 25 Feb 2010 17:08:10 +0100 Subject: [PATCH] Some updates --- stylesheet.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 30a78b3..b024617 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -21,14 +21,27 @@ div.form { padding: 2px; background-color: #DDD; border: 1px solid #AAA; + color: #555; } input, select { border: 1px solid #CCC; + color: inherit; + background: white; } button { border: 1px solid #CCC; + color: inherit; +} + +div.form div.buttons { + text-align: center; + padding-bottom: 10px; +} + +div.form div.buttons span { + margin-left: 10px; } div.login { -- 2.20.1