Fixed some display problems for module and parameter block
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
|
||||
.col-left {
|
||||
display: inline-block;
|
||||
width: 155px;
|
||||
width: 40%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@ -142,17 +142,18 @@
|
||||
|
||||
.col-right-modules {
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.col-right-parameters {
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.col-right-value {
|
||||
display: block;
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.col-right-disabled {
|
||||
|
Reference in New Issue
Block a user