Explorar el Código

stile diverso per pranzi/cene/assemblee

boyska hace 6 años
padre
commit
baa7d80277
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. 2 2
      talks/_templates/grid.html
  2. 4 0
      themes/hackit0x15/static/css/hackit.css

+ 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 }}} */