CAT-212 Improve clarity of subfield entry input
authorKyle Huckins <khuckins@catalyte.io>
Tue, 9 Apr 2019 18:15:53 +0000 (18:15 +0000)
committerBill Erickson <berickxx@gmail.com>
Thu, 11 Apr 2019 15:37:32 +0000 (15:37 +0000)
- 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

Open-ILS/src/templates/staff/cat/share/t_marcedit_editable.tt2
Open-ILS/src/templates/staff/css/cat.css.tt2

index 1e5888f..aa794cf 100644 (file)
@@ -14,7 +14,7 @@
   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>
index eae78b4..f11656a 100644 (file)
@@ -48,7 +48,7 @@ input.marcedit:focus {
 }
 
 .marcsfvalue {
-    border-left: 0px !important;
+    border-left: dotted thin !important;
 }
 
 .marcsfcode {