web/res/css/custom.css
changeset 988 954019f62866
parent 465 297156c2efbe
child 989 e4e219f7b12c
--- a/web/res/css/custom.css	Wed Nov 13 17:55:34 2013 +0100
+++ b/web/res/css/custom.css	Sun Nov 24 03:13:33 2013 +0100
@@ -178,4 +178,36 @@
 	top:0px;
 	z-index:999999;
 	width:100px;
-}
\ No newline at end of file
+}
+
+
+/* event management */
+
+.event-field input, .event-field textarea {
+  width: 200px;
+}
+.event-field label {
+    width: 100px;
+    float: left;
+}
+
+.event-field {
+    margin-top: 20px;
+}
+
+.event-field-help {
+    color: #5C5C5C;
+    font-style: italic;
+    margin-left: 100px;
+}
+
+.error-message, .event-list, .process-message {
+    margin-top: 20px;
+}
+
+.delete-btn {
+    background: url(images/ui-icons_cd0a0a_256x240.png) -80px -128px no-repeat;
+    height: 16px;
+    width: 16px;
+    display: inline-block;
+}