Private
Public Access
1
0

fixing css fault

This commit is contained in:
Sander Roosendaal
2018-10-22 16:40:20 +02:00
parent 323cc186da
commit 617606b075
2 changed files with 10 additions and 9 deletions

View File

@@ -116,6 +116,7 @@ th {
text-align: center; text-align: center;
} }
th.rotate { th.rotate {
/* Something you can count on */ /* Something you can count on */
height: 78px; height: 78px;
@@ -985,7 +986,7 @@ a.wh:hover {
display: block; display: block;
} }
.pandastable th, table td { .pandastable th, .pandastable td {
width: 100px; width: 100px;
} }
@@ -995,7 +996,7 @@ a.wh:hover {
overflow: auto; overflow: auto;
} }
.pandastable td, th { .pandastable td, .pandastable th {
padding: 5px; padding: 5px;
} }