From 129c0d53bdae1aadf5c74a7134930ebf213c3eb6 Mon Sep 17 00:00:00 2001 From: Hendrik Fellerhoff Date: Wed, 21 Mar 2012 03:05:23 +0100 Subject: [PATCH] =?UTF-8?q?Styles=20f=C3=BCr=20gr=C3=BCnen=20kreis=20hinzu?= =?UTF-8?q?gef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/index.jsp | 6 +++++- src/main/webapp/resources/css/styles.css | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index a067925..aa9ebda 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -108,7 +108,11 @@
- Auf + Zu + +
+
+ Auf
diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index f8d8ee1..eaa0cd4 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -22,6 +22,11 @@ body { .circle.red { background-color: #ff1732; + color: #000b40; +} +.circle.green { + background-color: green; + color: #ffffff; } .buzzer {