css fixes

This commit is contained in:
Mario Vavti 2015-04-24 22:51:59 +02:00
parent cc3c1107bd
commit fcaa980a3f
2 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,10 @@
padding: 7px 3px 7px 10px;
}
#block-list-table th:nth-child(2){
white-space: nowrap;
}
#block-list-table th:nth-child(6),
#block-list-table td:nth-child(6){
padding: 7px 3px;

View File

@ -15,6 +15,10 @@
padding: 7px 3px 7px 10px;
}
#webpage-list-table th:nth-child(2){
white-space: nowrap;
}
#webpage-list-table th:nth-child(7),
#webpage-list-table td:nth-child(7){
padding: 7px 3px;