Add context menu functionality and styles; refactor main-view.php and layout files

This commit is contained in:
2024-11-11 15:22:00 +01:00
parent 35f6ff9bbb
commit 331029d819
8 changed files with 288 additions and 87 deletions

View File

@@ -1048,6 +1048,18 @@ input[type="checkbox"] {
grid-template-columns: 200px 1fr 300px;
padding-top: 25px;
.manage-menu {
display: inline-block;
margin-right: 10px;
a {
color: #333333;
text-decoration: none;
font-weight: 300;
display: block;
}
}
.actions {
width: 100px;
text-align: center;