From 74d2bbf576cb1ccc656901486f56a52b15a5cba3 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 1 Apr 2015 12:02:36 -0400 Subject: [PATCH] webstaff: Styling cleanup Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 | 4 +++- Open-ILS/src/templates/staff/css/cat.css.tt2 | 10 +++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 index 153fa0fb10..7dadafda01 100644 --- a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 +++ b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 @@ -8,7 +8,8 @@
{{calculated_record_type}}
-
+
+
@@ -99,6 +100,7 @@
+
diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2 index ba4f41a48c..7f7b579c01 100644 --- a/Open-ILS/src/templates/staff/css/cat.css.tt2 +++ b/Open-ILS/src/templates/staff/css/cat.css.tt2 @@ -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; } -- 2.11.0