[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 4a6345d0383ba3b7b0f73aca06eafa5a8adab1a4

Evergreen Git git at git.evergreen-ils.org
Wed Nov 6 10:12:19 EST 2013


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, master has been updated
       via  4a6345d0383ba3b7b0f73aca06eafa5a8adab1a4 (commit)
      from  a32f7424685b42d8e305ec0003cca5d208ec91e7 (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 4a6345d0383ba3b7b0f73aca06eafa5a8adab1a4
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Mon Nov 4 15:39:02 2013 -0500

    Improve locale picker positioning
    
    The locale picker was dependant on some header padding which was
    removed.  Let's position it more directly.
    
    Also, add a small left margin to the 'dashboard' area.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index a617803..af24fd5 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -93,6 +93,10 @@ div.select-box-wrapper {
     text-align:left;
 }
 
+#dash_wrapper {
+    margin-left: 0.5em;
+}
+
 #dash_wrapper div {
     background: [% css_colors.primary %];
     border-radius: 5px;
@@ -1547,7 +1551,8 @@ a.preflib_change {
     
 #locale_picker_form {
     float: right;
-    padding: 0.5em 1em 0.5em 0;
+    padding: 0.5em;
+    margin-top: 2em;
     border-right: thin [% css_colors.control %] solid;
 }
 

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2 |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list