From e6de60478d8cdfd9a2c2b1f9bab819de9d474479 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 5 Feb 2009 16:04:36 +0000 Subject: [PATCH] start of single label + action bar to sit above the grid git-svn-id: svn://svn.open-ils.org/ILS/trunk@12079 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/css/skin/default.css | 26 ++++++++++++- .../conify/global/acq/exchange_rate.tt2 | 39 +++++++++++++++++-- 2 files changed, 60 insertions(+), 5 deletions(-) diff --git a/Open-ILS/web/css/skin/default.css b/Open-ILS/web/css/skin/default.css index 33b4b98a05..3e626baa04 100644 --- a/Open-ILS/web/css/skin/default.css +++ b/Open-ILS/web/css/skin/default.css @@ -63,4 +63,28 @@ table { border-collapse: collapse; } .oils-fm-edit-dialog { margin: 5px; } -.oils-fm-edit-dialog td { padding: 5px; } +.oils-fm-edit-dialog td { padding: 5px; border:1px solid #999;} +.oils-header-panel { + width:99%; + margin-top:20px; +} +.oils-header-panel div:first-child { + width:48%; + text-align:left; + float:left; + font-size:130%; + font-weight: bold; + vertical-align:bottom; + position:relative; + bottom:0px; + left:5px; +} +.oils-header-panel div:last-child { + width:48%; + text-align:right; + float:right; + vertical-align:bottom; + position:relative; + bottom:0px; + right:5px; +} diff --git a/Open-ILS/web/templates/default/conify/global/acq/exchange_rate.tt2 b/Open-ILS/web/templates/default/conify/global/acq/exchange_rate.tt2 index 0e5042a610..8761c5ed37 100644 --- a/Open-ILS/web/templates/default/conify/global/acq/exchange_rate.tt2 +++ b/Open-ILS/web/templates/default/conify/global/acq/exchange_rate.tt2 @@ -2,7 +2,6 @@ -

Exchange Rates


- -
+ + + +
+
Exchange Rates
+
+
+ +
-- 2.43.2