webstaff: Styling cleanup
authorMike Rylander <mrylander@gmail.com>
Wed, 1 Apr 2015 16:02:36 +0000 (12:02 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 19 Aug 2015 17:39:14 +0000 (13:39 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2
Open-ILS/src/templates/staff/css/cat.css.tt2

index 153fa0f..7dadafd 100644 (file)
@@ -8,7 +8,8 @@
     <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"/>
index ba4f41a..7f7b579 100644 (file)
@@ -1,5 +1,5 @@
 .marcrecord {
-    //background-color: lightgrey;
+    //background-color: #f5f5f5;
 }
 
 .marcfastitemadd, .marctypesource {
@@ -7,7 +7,7 @@
 }
 
 .marcedit {
-    background-color: lightgrey;
+    background-color: #f5f5f5;
     border-collapse: collapse;
     border: solid thin gray;
     padding: 0px 5px 0px 5px;
@@ -18,6 +18,10 @@ input.marcedit:focus {
     background-color: lightcyan;
 }
 
+.marcffeditor {
+    max-width: 800px;
+}
+
 .marcsfvalue {
     border-left: 0px !important;
 }
@@ -78,7 +82,7 @@ grid row, grid column {
 }
 
 grid column {
-    background-color: lightgray
+    background-color: #f5f5f5
     padding: 2px;
 }