Added a new custom class and fixed the base template css reference.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/content/css/soc-090418.css Wed Mar 18 17:12:25 2009 +0000
+++ b/app/soc/content/css/soc-090418.css Wed Mar 18 17:17:20 2009 +0000
@@ -499,11 +499,14 @@
background: #f5f6ce;
}
-
/*
* CUSTOM CLASSES
*/
+.assignedslot {
+ background-color: #d0f5a9;
+}
+
.todo {
color: #cc0000;
font-size: 80%;
--- a/app/soc/templates/soc/base.html Wed Mar 18 17:12:25 2009 +0000
+++ b/app/soc/templates/soc/base.html Wed Mar 18 17:17:20 2009 +0000
@@ -16,7 +16,7 @@
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
{% block stylesheet %}
- <link rel="stylesheet" href="/soc/content/css/soc-090417.css" type="text/css"/>
+ <link rel="stylesheet" href="/soc/content/css/soc-090418.css" type="text/css"/>
{% if uses_jq_autocomplete %}
<link rel="stylesheet" href="/soc/content/css/jquery-autocomplete-090304.css" type="text/css"/>
{% endif %}