mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
25 lines
405 B
CSS
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(7),
|
||
|
#menu-list-table td:nth-child(7) {
|
||
|
padding: 7px 3px;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
#menu-list-table th:nth-child(8),
|
||
|
#menu-list-table td:nth-child(8) {
|
||
|
padding: 7px 10px 7px 7px;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.menu-list-tool {
|
||
|
padding: 7px 10px;
|
||
|
}
|