[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 43dbf993a9a0a01c2a5a7948750accb2a2727541
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 25 17:42:45 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_1 has been updated
via 43dbf993a9a0a01c2a5a7948750accb2a2727541 (commit)
from 1c31d5cab88fc70851e626b577b73c6e995a2c64 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43dbf993a9a0a01c2a5a7948750accb2a2727541
Author: Jason Etheridge <jason at esilibrary.com>
Date: Mon Jun 18 14:09:51 2012 -0400
patron name border color for Notes
not Notes specifically, but this catches any non-alert non-blocking penalties
and prevents a colorless border from happening
Colors chosen from mrpeters' patch at
https://bugs.launchpad.net/evergreen/+bug/921817
Thanks!
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Conflicts:
Open-ILS/xul/staff_client/server/skin/patron_display.css
diff --git a/Open-ILS/xul/staff_client/server/skin/patron_display.css b/Open-ILS/xul/staff_client/server/skin/patron_display.css
index 8298d4b..11f8ccc 100644
--- a/Open-ILS/xul/staff_client/server/skin/patron_display.css
+++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css
@@ -13,11 +13,20 @@ deck#patron_deck { border-left: solid thin black; }
row#row_billing_first { padding-top: 10px; }
row#row_billing_zip { padding-bottom: 10px; }
-.NO_PENALTIES .patronNameLarge { border: solid thick lime; padding: 10px; }
-/*
-.ONE_PENALTY .patronNameLarge { background-color: fuchsia; }
-.MULTIPLE_PENALTIES .patronNameLarge { background-color: #CC3300; }
-*/
+
+/* To keep the size consistent. Other CSS rules for this need only change border-color.
+ This helps keep things like patron search from being "jumpy" */
+.patronNameLarge { border: solid thick transparent; padding: 10px; }
+
+/* This also helps keep things from being "jumpy" by ensuring that the expired/alert/whatever
+ notice area always takes up space, even when empty. Otherwise things popping into and out of
+ existence when you select/update patrons can cause it to come and go, bouncing other parts
+ of the screen up and down. */
+#pdm2hb1a { min-height: 1.5em; }
+
+.NO_PENALTIES .patronNameLarge { border-color: lime; }
+.ONE_PENALTY .patronNameLarge { border-color: #66FFFF; }
+.MULTIPLE_PENALTIES .patronNameLarge { border-color: #FF6633; }
.PATRON_HAS_BILLS .patronNameLarge { border: solid thick #FFC266; padding: 10px; }
.PATRON_HAS_BILLS label.bill { color: #AA4400; }
-----------------------------------------------------------------------
Summary of changes:
.../staff_client/server/skin/patron_display.css | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list