This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/mod_layouts.css
2015-04-25 22:35:24 +02:00

37 lines
575 B
CSS

#layout-editor {
display: none;
}
#layout-list-table {
width: 100%;
}
#layout-list-table th:nth-child(1){
padding: 7px 3px 7px 10px;
white-space: nowrap;
}
#layout-list-table td:nth-child(1){
padding: 7px 3px 7px 10px;
}
#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;
}
.webpage-list-tool {
padding: 7px 10px;
}