Jonathan Starck 3 anni fa
parent
commit
f6ecdd9e47
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      config/config.js
  2. 1 1
      css/custom.css
  3. 1 1
      css/custom.less

+ 1 - 1
config/config.js

@@ -229,7 +229,7 @@ let config = {
 						titleClass: 'info-title',
 						timeClass: 'info-time',
 						symbol: 'circle-info',
-						maximumNumberOfDays: 3,
+						maximumNumberOfDays: 5,
 					},
 
 				],

+ 1 - 1
css/custom.css

@@ -35,7 +35,7 @@ table.wachenaufgaben tr td {
   font-size: 100% !important;
   text-align: left;
   border-bottom: 5px solid #999 !important;
-  padding: 0.1em;
+  padding: 0.2em;
 }
 table.wachenaufgaben tr td.symbol {
   display: table-cell;

+ 1 - 1
css/custom.less

@@ -42,7 +42,7 @@ table.wachenaufgaben {
             font-size: 100% !important;
             text-align: left;
             border-bottom: 5px solid #999 !important;
-            padding: 0.1em;
+            padding: 0.2em;
 
             &.symbol {
                 display: table-cell;