Jonathan Starck 3 yıl önce
ebeveyn
işleme
60f3c03fb1
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 3 0
      css/custom.css
  2. 3 0
      css/custom.less

+ 3 - 0
css/custom.css

@@ -36,3 +36,6 @@ table.wachenaufgaben tr td {
   text-align: left;
   border-bottom: 5px solid #999 !important;
 }
+table.wachenaufgaben tr td.symbol {
+  display: table-cell;
+}

+ 3 - 0
css/custom.less

@@ -41,6 +41,9 @@ table.wachenaufgaben {
             font-size: 100% !important;
             text-align: left;
             border-bottom: 5px solid #999!important;
+            &.symbol {
+                display: table-cell;
+            }
         }
     }
 }