From 4adf28dccb5692841a5a62de4140e29ec7f19845 Mon Sep 17 00:00:00 2001 From: Hendrik Fellerhoff Date: Wed, 21 Mar 2012 01:03:17 +0100 Subject: [PATCH] buzzer vorlage erstellt incl styles --- src/main/webapp/WEB-INF/jsp/index.jsp | 12 ++++++------ src/main/webapp/resources/css/styles.css | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index ac36d8b..56f7a8a 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -1,9 +1,8 @@ - <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - + <%@taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> - + WebSockets @@ -83,8 +82,6 @@

Bunti Steuerung

- -
- +
+ Auf + +
diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index 3013d8b..99f00da 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -2,4 +2,24 @@ #tabs { height: 500px; +} + +.circle { + width: 60px; + height: 37px; + border-radius: 36px; + border: 2px solid black; + text-align: center; + padding-top: 23px; + font-size: 12px; + margin: 5px auto; + display: block; +} + +.circle.red { + background-color: #ff1732; +} + +.buzzer { + width: 95px; } \ No newline at end of file