From: senator Date: Thu, 10 Feb 2011 21:11:37 +0000 (-0500) Subject: the user account "dashboard"/mini-myopac works on every page now X-Git-Tag: opac-tt-poc-demo2~27^2~22^2~1 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8cf25f2f91244cfe99c6067d7af8bac8109c0b87;p=evergreen%2Fequinox.git the user account "dashboard"/mini-myopac works on every page now --- diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index b3a8bbce7b..07eac9de57 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -102,10 +102,47 @@ div.select-wrapper:hover { } #dash_user { - font-weight:bold; - text-transform:capitalize; -} - + font-weight: bold; + text-transform: capitalize; + position: relative; + top: 10px; +} + +#dash_corner_mid1a { + vertical-align: top; + background: url('/images/dash-corner-mid1.png') repeat-x; + padding-left: 8px; +} +#dash_corner_mid1b { + background: url('/images/dash-corner-mid1.png') repeat-x; + padding: 0px 8px 0px 10px; +} +#dash_corner_mid1b img { position: relative; top: -1px; } +#dash_corner_mid1c { + background: url('/images/dash-corner-mid1.png') repeat-x; + vertical-align: top; +} +#dash_corner_mid2a { + vertical-align: top; + width: 372px; + background: url('/images/dash-corner-mid2.png') repeat-x; +} +.dash-pos-out { position: relative; left: 3px; } +.dash-pos-holds { position: relative; left: 100px; } +.dash-align-out { text-align: right; width: 86px; } +.dash-align-holds { text-align: right; width: 62px; } +.dash-pos-pickup { position: relative; left: 170px; } +.dash-align-pickup { text-align: right; width: 111px; } +.dash-pos-fines { position: relative; left: 284px; } +.dash-align-fines { text-align: right; width: 76px; } +.pos-rel-top4 { position: relative; top: 4px; } +#dash_number_row { position: relative; top: 6px; } +#logout_link { left: 1px; } + +#dash_checked { color: #ffcc33; } +#dash_holds { color: #ffcc33; } +#dash_pickup { color: #1dd93c; } +#dash_fines { color: #f41d36; } #header { color: #fff; padding: 26px 0px 26px 0px; @@ -169,6 +206,12 @@ div.select-wrapper:hover { padding-left:0px; } +#gold-links-home { + margin:auto; + width:694px; + padding-left:0px; +} + #util-bar { margin:auto; width:974px; @@ -441,7 +484,7 @@ div.select-wrapper:hover { #hp-buttons { margin: auto; margin-top: 6px; - width: 974px; + width: 694px; /* 974px; */ } #hp-welcome { @@ -467,7 +510,7 @@ div.select-wrapper:hover { #hp-banner { margin: auto; - width:974px; + width: 694px; /* formerly 974px */ height: 213px; } diff --git a/Open-ILS/web/templates/default/opac/parts/base.tt2 b/Open-ILS/web/templates/default/opac/parts/base.tt2 index 881b46e8ca..ae1dac0717 100644 --- a/Open-ILS/web/templates/default/opac/parts/base.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/base.tt2 @@ -6,11 +6,9 @@ href="[% ctx.media_prefix %]/css/skin/default/opac/semiauto.css" /> - + [%# %] Catalog - King County Library - [% ctx.page_title %] - [% BLOCK html_head; END; # provide a default that can be overridden %] [% PROCESS html_head %] diff --git a/Open-ILS/web/templates/default/opac/parts/topnav.tt2 b/Open-ILS/web/templates/default/opac/parts/topnav.tt2 index 8918b6b484..0da00a4769 100644 --- a/Open-ILS/web/templates/default/opac/parts/topnav.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/topnav.tt2 @@ -1,3 +1,4 @@ +[% USE money = format('$%.2f'); %]