* Thu Sep 25 2025 Brian Read <brianr@koozali.org> 11.0.0-120.sme

- Add CSS for multiple result buttons on panel  - used by wireguard[SME: 13185]
This commit is contained in:
2025-09-25 18:45:22 +01:00
parent 9c9ab91869
commit b838d9252a
2 changed files with 20 additions and 1 deletions

View File

@@ -502,4 +502,20 @@ div.success, span.success {
div.roundcube #roundcube{
width:100%;
height:600px;
}
.center {
display: flex;
align-items: center;
width: 100%; /* adjust as needed */
}
.left-btn {
/* Left aligned */
}
.center-btn {
/* Center aligned */
margin-left: auto!important;
margin-right: auto;
}