From: Bill Erickson Date: Tue, 19 Feb 2019 19:10:48 +0000 (-0500) Subject: LP1806087 Catalog holds display WIP (well table) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0130b78f9654d445a1b15a43b2c8a2deafaea080;p=working%2FEvergreen.git LP1806087 Catalog holds display WIP (well table) Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 1d4a60ec9d..4ca3abab7d 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -51,20 +51,28 @@ h5 {font-size: .95rem} /** BS deprecated the well, but it's replacement is not quite the same. * Define our own version and expand it to a full "table". * */ +.well-row { + display: flex; +} .well-table .well-label { flex: 1; display: flex; align-items: center; - margin: 10px; + margin: 4px; + padding: 4px; + min-height: 40px; } .well-table .well-value { flex: 1; + display: flex; + align-items: center; background-color: #f5f5f5; border-radius: 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,.05); - padding: 10px; - margin: 10px; + padding: 4px; + margin: 4px; + min-height: 40px; }