Kategorie Log aufgewertet
This commit is contained in:
parent
fddc4defbd
commit
0f55bc9cee
3 changed files with 85 additions and 1 deletions
|
|
@ -394,4 +394,37 @@ text-decoration: underline;
|
|||
|
||||
width: 100% !important;
|
||||
height: 450px !important;
|
||||
}
|
||||
|
||||
|
||||
.log-actions a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.log-actions button {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
|
||||
.log-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.log-actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 12px;
|
||||
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.log-actions a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.log-actions button {
|
||||
min-width: 120px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue