30 lines
445 B
CSS
30 lines
445 B
CSS
body {
|
|
padding:5px;
|
|
}
|
|
.lr-form-layout {
|
|
padding-top:90px;
|
|
}
|
|
.lr-form-layout-header {
|
|
position: absolute;
|
|
top:0;
|
|
left:0;
|
|
width: 100%;
|
|
height: 90px;
|
|
padding: 10px;
|
|
border:1px solid #ccc;
|
|
}
|
|
.lr-form-item-title {
|
|
width:58px;
|
|
padding-right:0px;
|
|
text-align:left;
|
|
}
|
|
.lr-form-item {
|
|
padding-left:58px;
|
|
}
|
|
.lr-form-layout-body
|
|
{
|
|
padding-top:30px;
|
|
border:1px solid #ccc;
|
|
border-top:0px;
|
|
}
|