<div class="col-md-2"><label>Record Type:</label> {{calculated_record_type}}</div>
<div ng-if="bre" class="col-md-2"><eg-marc-edit-bibsource/></div>
</div>
- <div class="marcffeditor pad-vert">
+ <div class="row pad-vert">
+ <div class="marcffeditor">
<div class="row col-md-12">
<eg-marc-edit-fixed-field fixed-field="Type" record="record"></eg-marc-edit-fixed-field>
<eg-marc-edit-fixed-field fixed-field="ELvl" record="record"></eg-marc-edit-fixed-field>
<eg-marc-edit-fixed-field fixed-field="Source" record="record"></eg-marc-edit-fixed-field>
</div>
</div>
+ </div>
<div class="marcrecord pad-vert">
<div>
<eg-marc-edit-leader record="record" on-keydown="onKeydown"/>
.marcrecord {
- //background-color: lightgrey;
+ //background-color: #f5f5f5;
}
.marcfastitemadd, .marctypesource {
}
.marcedit {
- background-color: lightgrey;
+ background-color: #f5f5f5;
border-collapse: collapse;
border: solid thin gray;
padding: 0px 5px 0px 5px;
background-color: lightcyan;
}
+.marcffeditor {
+ max-width: 800px;
+}
+
.marcsfvalue {
border-left: 0px !important;
}
}
grid column {
- background-color: lightgray;
+ background-color: #f5f5f5;
padding: 2px;
}