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_menu.css
2015-05-29 11:07:57 +02:00

25 lines
405 B
CSS

#menu-list-table {
width: 100%;
}
#menu-list-table th:nth-child(2),
#menu-list-table th:nth-child(3) {
white-space: nowrap;
}
#menu-list-table th:nth-child(6),
#menu-list-table td:nth-child(6) {
padding: 7px 3px;
white-space: nowrap;
}
#menu-list-table th:nth-child(7),
#menu-list-table td:nth-child(7) {
padding: 7px 10px 7px 7px;
white-space: nowrap;
}
.menu-list-tool {
padding: 7px 10px;
}