Added a new custom class and fixed the base template css reference.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 18 Mar 2009 17:17:20 +0000
changeset 1927 69a69eaee48d
parent 1926 d73fe91beeeb
child 1928 8001eee3160f
Added a new custom class and fixed the base template css reference. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/content/css/soc-090418.css
app/soc/templates/soc/base.html
--- 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 %}