Provide webpage layout description

This commit is contained in:
Mario Vavti
2015-04-25 22:35:24 +02:00
parent e01873b4cf
commit 31b5b06e42
4 changed files with 18 additions and 7 deletions

View File

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