From 1b9c354656085ad48f4c9dc5ad9a8a4daab38237 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 26 Nov 2008 14:46:07 -0600 Subject: [PATCH] Cleaning up Self-Checkout interface, adding some basic formatting based on other standard styles. Patch also removes a hard-coded English string from the script and some unused functions from sco.js. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/css/sco.css | 37 +++++++++++++++++++ .../prog/en/modules/sco/sco-main.tmpl | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/sco.css b/koha-tmpl/opac-tmpl/prog/en/css/sco.css index e31db2339e..140e711d28 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/sco.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/sco.css @@ -213,3 +213,40 @@ div.button a:active { div.button a:active { border : 1px inset #666; } +#borrowerdetails { + margin-top : 1em; +} +#barcode, +#userid { + font-size : 125%; + padding-bottom : 3px; +} +input.focus { + background-color : #FFC; + border : 2px inset #336699; +} +#checkouthelp { + background : #FFF url("../../famfamfam/silk/help.png") no-repeat 4px center; + padding : 3px 3px 3px 26px; + position : absolute; + top : 0; + right : 0; +} +div.button { + float : left; + margin-top : 2em; + padding : .4em 0; +} +div.button a:link, +div.button a:visited, +div.button a:hover, +div.button a:active { + background : #FFF url(../../famfamfam/silk/book_previous.png) no-repeat 4px center; + border : 1px outset #666; + color : #000; + padding : .4em .4em .4em 25px; + text-decoration : none; +} +div.button a:active { + border : 1px inset #666; +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl index 4df77754e0..c6d3aa5b44 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl @@ -142,4 +142,4 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a - + \ No newline at end of file -- 2.39.5