From 6920340d64664089fdbfdd036ce5c8c0b3b7b78e Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 12 Dec 2006 15:42:24 +0000 Subject: [PATCH] Modified styling to accompany changes to acquisitions --- .../intranet-tmpl/npl/en/includes/colors.css | 32 ++++++++++++++- .../npl/en/includes/intranet.css | 41 +++++++++++++++++-- 2 files changed, 68 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css b/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css index ea7a8e1c46..b687264ff9 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css @@ -90,6 +90,29 @@ div#help a { color : #6666CC; } +div.basket { + background-color : #F0F0F0; +} + +div.basket table { + background-color : White; + border-top : 1px solid #666666; + border-right : 1px solid #666666; +} + +div.basket table td, div.basket table th { + border-left : 1px solid #666666; + border-bottom : 1px solid #666666; +} + +div.box { + border: 1px solid #D9D9D9; +} + +div.box table td { + background-color : #F0F0F0; +} + div.compact th { border-bottom : 1px solid #666666; border-left : 1px solid #D9D9D9; @@ -135,7 +158,8 @@ div.data-main table th, td.onissue, table.editing tr:hover td { } div.details { - border-bottom : 1px solid #666666; + border-bottom : 1px solid #B2B2B2; + border-top : 1px solid #F0F0F0; } div.details dt { @@ -316,6 +340,10 @@ tr.highlight, td.highlight, table.marc td.data { background-color : #FFFFFF; } +ul.notes { + font-size : 76%; +} + .cancel { background-color : #CC3300; color : #FFFFCC; @@ -537,4 +565,4 @@ input.indicator { input.indicatorFocus { background-color: #FFFF00; -} \ No newline at end of file +} diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css index 54544f9ea7..1bff0fa798 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css @@ -127,6 +127,40 @@ div#help a { text-decoration: none; } +div.basket { + background-color : #F0F0F0; + padding : 5px; + margin-bottom : 10px; +} + +div.basket table { + background-color : White; + border-collapse : collapse; + border-top : 1px solid #666666; + border-right : 1px solid #666666; +} + +div.basket table td, div.basket table th { + border-left : 1px solid #666666; + border-bottom : 1px solid #666666; +} + +div.basket table td.total { + text-align : right; +} + +div.box { + width: 45%; + padding: 5px; + float: left; + margin : 3px; + font-size : 76%; +} + +div.box table td { + padding : 2px; +} + div.compact td { border-right: 0px; border-top: 0px; @@ -190,7 +224,8 @@ div.data-main table caption { } div.details { - margin-bottom: 5px; + margin-bottom: 10px; + padding: 5px; } div.details dd { @@ -267,8 +302,7 @@ div.flags ul { padding: 0px; } -div.form, div.details { - border: 0px; +div.form { margin: 0px auto; padding: 5px; } @@ -410,6 +444,7 @@ fieldset.list { } form { + display : inline; margin: 0px; padding: 0px; } -- 2.39.5