This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/css/mod_layouts.css
2015-04-24 11:36:49 +02:00

33 lines
514 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(5),
#layout-list-table td:nth-child(5){
padding: 7px 3px;
white-space: nowrap;
}
#layout-list-table th:nth-child(6),
#layout-list-table td:nth-child(6){
padding: 7px 10px 7px 7px;
white-space: nowrap;
}
.webpage-list-tool {
padding: 7px 10px;
}