updated CSS for fixing LR template overriding
This commit is contained in:
parent
711ce11337
commit
db8822b214
|
@ -111,15 +111,11 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gna-dataentry-form-fieldset fieldset {
|
.gna-dataentry-form-fieldset fieldset {
|
||||||
margin-left: 10px !important;
|
margin: 10px !important;
|
||||||
border: 1px groove #ddd !important;
|
border: 1px groove #ddd !important;
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gna-dataentry-form-fieldset fieldset legend {
|
|
||||||
padding: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-current-content {
|
.table-current-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #efefef !important;
|
background-color: #efefef !important;
|
||||||
|
|
Loading…
Reference in New Issue