- Apply a dotted border line to beginning on .marcsfvalue css class
- Increase width of subfield entry input
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Changes to be committed:
modified: Open-ILS/src/templates/staff/cat/share/t_marcedit_editable.tt2
modified: Open-ILS/src/templates/staff/css/cat.css.tt2
class=""
ng-class="['marcedit', {'marcsfvalue': itype == 'sfv', 'focusable': itype == 'sfv'}]"
ng-show="itype == 'sfv'"
- style="font-family: 'Lucida Console', Monaco, monospace; display: inline-block; min-width: 1ch; margin: 0 -1px; padding: 0;"
+ style="font-family: 'Lucida Console', Monaco, monospace; display: inline-block; min-width: 2ch; margin: 0 -1px; padding: 0;"
ng-model="content"
>{{content}}</div>
</span>
}
.marcsfvalue {
- border-left: 0px !important;
+ border-left: dotted thin !important;
}
.marcsfcode {