Some esponsivity bugfixes
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user