Some esponsivity bugfixes

This commit is contained in:
Daniel
2025-04-13 10:37:45 +02:00
committed by Markus Zolliker
parent 85fdaa445f
commit 8d668f7de6
6 changed files with 151 additions and 89 deletions

View File

@ -78,6 +78,43 @@
float: right;
}
.modules-title {
display: inline-block;
min-width: 120px;
}
.modules-icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
margin-left: 4px;
}
.status-icon {
}
.status-icon-busy {
background-color: yellow;
}
.status-icon-warn {
background-color: orange;
}
.status-icon-error {
background-color: red;
}
.edit-icon {
}
.info-icon {
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* TEXT */
.input-text {