Kaynağa Gözat

stile diverso per pranzi/cene/assemblee

boyska 5 yıl önce
ebeveyn
işleme
baa7d80277

+ 2 - 2
talks/_templates/grid.html

@@ -18,8 +18,8 @@
                     <td></td>
                 {% elif not talk.skip %}
                     <td id="t-cell-{{talk.id}}"  class="talk
-                    {% if talk.room == '*' -%}allrooms{%-endif-%}
-                    {% for t in talk.tags -%} tag-{{t|replace(' ', '_')}} {%endfor-%}
+                    {% if talk.room == '*' -%}allrooms{%endif-%}
+                    {% for t in talk.tags %} tag-{{t|replace(' ', '_')}} {%endfor-%}
                     "
                         rowspan="{{talk.duration // timestep}}"
                         {% if talk.room == '*' %}colspan="{{rooms|length}}"{%endif%}>

+ 4 - 0
themes/hackit0x15/static/css/hackit.css

@@ -288,6 +288,10 @@ td.tag-presentazione_libro::before {
 td.tag-percorso_base::before {
   content: "\e146";
 }
+
+.talk.allrooms {
+    background-color: rgba(200,200,200,0.4);
+}
 /* tag speciali nei talk }}} */
 
 /* END TALK }}} */