From 714225a312f1ab258b7dcab5aeb216992ad49044 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Wed, 9 Nov 2022 15:01:43 -0600 Subject: [PATCH] lp1959010 CSS and layout tweaks * More layout and CSS tweaking * list style fix * left margin fix * UL margin fix Signed-off-by: Stephanie Leary Signed-off-by: Jason Etheridge Signed-off-by: Mary Llewellyn Signed-off-by: Galen Charlton --- .../bib-staff-view/bib-staff-view.component.css | 21 ++- .../bib-staff-view/bib-staff-view.component.html | 148 ++++++++++----------- 2 files changed, 92 insertions(+), 77 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.css b/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.css index 668b919889..95777f647c 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.css +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.css @@ -1,7 +1,22 @@ .eg-bib-staff-view { - padding-top: 1rem; + padding-top: 0.5rem; } -.eg-bib-staff-view .list-group-item { - padding: .25rem .25rem 0; +.eg-bib-staff-view .row { + margin-bottom: 0.5rem; +} + +.eg-bib-staff-view > .row:first-child { + margin-left: 0; +} + +.eg-bib-staff-view .bib-details ul { + margin-bottom: 0; + padding-left: 0; +} + +.eg-bib-staff-view .bib-details li { + border: 0; + list-style: none; + padding: .25rem .25rem 0 0; } diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.html b/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.html index c42a68d8ed..65cbc4df59 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.html @@ -6,8 +6,8 @@
-
Title:
-
+
Title:
+
{{summary.display.title}} @@ -16,10 +16,10 @@
-
Series Title:
-
+
Series Title:
+
    -
  • +
  • {{_series}} @@ -30,8 +30,8 @@
    -
    Author:
    -
    +
    Author:
    +
    {{summary.display.author}} @@ -40,10 +40,10 @@
    -
    Creator:
    -
    +
    Creator:
    +
      -
    • +
    • {{_creator}} @@ -54,10 +54,10 @@
      -
      Performer:
      -
      +
      Performer:
      +
        -
      • +
      • {{_performer}} @@ -68,26 +68,26 @@
        -
        Edition:
        -
        +
        Edition:
        +
        {{summary.display.edition}}
        -
        Publisher:
        -
        +
        Publisher:
        +
        {{summary.display.publisher}}
        -
        Production Credit:
        -
        +
        Production Credit:
        +
          -
        • +
        • {{_credit}} @@ -98,18 +98,18 @@
          -
          Type of Resource:
          -
          +
          Type of Resource:
          +
          {{summary.display.type_of_resource}}
          -
          Physical Description:
          -
          +
          Physical Description:
          +
            -
          • +
          • {{_desc}}
          @@ -118,10 +118,10 @@
          -
          General Note:
          -
          +
          General Note:
          +
            -
          • +
          • {{_note}}
          @@ -130,10 +130,10 @@
          -
          Bibliography:
          -
          +
          Bibliography:
          +
            -
          • +
          • {{_bibliography}}
          @@ -142,18 +142,18 @@
          -
          Table of Contents:
          -
          +
          Table of Contents:
          +
          {{summary.display.toc}}
          -
          Thesis:
          -
          +
          Thesis:
          +
            -
          • +
          • {{_thesis}}
          @@ -166,10 +166,10 @@
          -
          ISBN:
          -
          +
          ISBN:
          +
            -
          • +
          • {{_isbn}} @@ -180,10 +180,10 @@
            -
            ISSN:
            -
            +
            ISSN:
            +
              -
            • +
            • {{_issn}} @@ -194,10 +194,10 @@
              -
              UPC:
              -
              +
              UPC:
              +
                -
              • +
              • {{_upc}} @@ -208,15 +208,15 @@
                -
                Hold and Copy Counts:
                -
                +
                Hold and Copy Counts:
                +
                  -
                • {{summary.holdCount}} hold requests
                • -
                • +
                • {{summary.holdCount}} hold requests
                • +
                • Record is holdable. Record is not holdable.
                • -
                • +
                • {{_count.available}} of {{_count.count}} copies available at {{orgName(_count.org_unit)}}.
                @@ -225,11 +225,11 @@
                -
                Formats and Editions:
                -
                +
                Formats and Editions:
                +
                  -
                • +
                • {{_x.value.label}} @@ -237,7 +237,7 @@
                • -
                • +
                • {{_x.value.label}} @@ -254,18 +254,18 @@
                  -
                  Abstract:
                  -
                  +
                  Abstract:
                  +
                  {{summary.display.abstract}}
                  -
                  Subject:
                  -
                  +
                  Subject:
                  +
                    -
                  • +
                  • {{_subj}} @@ -276,10 +276,10 @@
                    -
                    Subject Name:
                    -
                    +
                    Subject Name:
                    +
                      -
                    • +
                    • {{_subj}} @@ -290,10 +290,10 @@
                      -
                      Subject Topic:
                      -
                      +
                      Subject Topic:
                      +
                        -
                      • +
                      • {{_subj}} @@ -304,10 +304,10 @@
                        -
                        Subject Geographic:
                        -
                        +
                        Subject Geographic:
                        +
                          -
                        • +
                        • {{_subj}} @@ -318,10 +318,10 @@
                          -
                          Subject Temporal:
                          -
                          +
                          Subject Temporal:
                          +
                            -
                          • +
                          • {{_subj}} @@ -332,10 +332,10 @@
                            -
                            Genre:
                            -
                            +
                            Genre:
                            +
                              -
                            • +
                            • {{_genre}}
                            -- 2.11.0