fix some wrapping issues

This commit is contained in:
Mario Vavti 2017-03-19 19:32:54 +01:00
parent 79bd2ddd9c
commit 8e11b2d6f0
3 changed files with 15 additions and 6 deletions

View File

@ -16,6 +16,10 @@
text-align: right; text-align: right;
} }
#chatrooms-index td:nth-child(3){
white-space: nowrap;
}
#chatrooms-index th:nth-child(4), #chatrooms-index th:nth-child(4),
#chatrooms-index td:nth-child(4){ #chatrooms-index td:nth-child(4){
padding: 7px 10px 7px 7px; padding: 7px 10px 7px 7px;

View File

@ -6,27 +6,31 @@
width: 100%; width: 100%;
} }
#webpage-list-table th:nth-child(1){ #webpage-list-table th:nth-child(1) {
padding: 7px 3px 7px 10px; padding: 7px 3px 7px 10px;
white-space: nowrap; white-space: nowrap;
} }
#webpage-list-table td:nth-child(1){ #webpage-list-table td:nth-child(1) {
padding: 7px 3px 7px 10px; padding: 7px 3px 7px 10px;
} }
#webpage-list-table th:nth-child(2){ #webpage-list-table th:nth-child(2) {
white-space: nowrap;
}
#webpage-list-table td:nth-child(3) {
white-space: nowrap; white-space: nowrap;
} }
#webpage-list-table th:nth-child(7), #webpage-list-table th:nth-child(7),
#webpage-list-table td:nth-child(7){ #webpage-list-table td:nth-child(7) {
padding: 7px 3px; padding: 7px 3px;
white-space: nowrap; white-space: nowrap;
} }
#webpage-list-table th:nth-child(8), #webpage-list-table th:nth-child(8),
#webpage-list-table td:nth-child(8){ #webpage-list-table td:nth-child(8) {
padding: 7px 10px 7px 7px; padding: 7px 10px 7px 7px;
white-space: nowrap; white-space: nowrap;
} }

View File

@ -41,6 +41,7 @@
#wikis-index th:nth-child(3), #wikis-index th:nth-child(3),
#wikis-index td:nth-child(3){ #wikis-index td:nth-child(3){
padding: 7px 10px 7px 7px; padding: 7px 10px 7px 7px;
white-space: nowrap;
} }
#wikis-index th:nth-child(4), #wikis-index th:nth-child(4),