From e3d4d8ee48c5628b907d9ee78dc7a43bc19f1972 Mon Sep 17 00:00:00 2001 From: oleonard Date: Mon, 8 Nov 2004 16:31:27 +0000 Subject: [PATCH] Minor tweaks, adding some navigation options --- .../npl/en/includes/acqui-topmenu.inc | 1 + .../npl/en/includes/circ-topmenu.inc | 4 +- .../npl/en/includes/intranet.css | 70 +++++++++++++++++++ 3 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/npl/en/includes/acqui-topmenu.inc diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/acqui-topmenu.inc b/koha-tmpl/intranet-tmpl/npl/en/includes/acqui-topmenu.inc new file mode 100644 index 0000000000..6dbdd6ae0d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/acqui-topmenu.inc @@ -0,0 +1 @@ +
Cataloging Home | Add MARC | MARC Import
\ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/circ-topmenu.inc b/koha-tmpl/intranet-tmpl/npl/en/includes/circ-topmenu.inc index 437ca9f111..1dbe0e1e7a 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/circ-topmenu.inc +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/circ-topmenu.inc @@ -2,8 +2,8 @@ Circulation Home | Returns | Transfers |
- - + + " /> " /> diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css index bb255fd148..7d6e74d8e8 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css @@ -466,6 +466,13 @@ label { padding : 0px 5px 0px 5px; } +sup { + font-size : .7em; + color : #cc0000; + font-weight : bold; + font-family : "courier new", courier, monospace; +} + table { background-color : #FFFFCC; border-bottom : 0px solid #000000; @@ -700,6 +707,15 @@ input.unfocus { position : relative; } +#main-compact { + background-color : #CCCC99; + border-left : 1px solid #CCCC99; + margin-left : 2%; + margin-right : 2%; + margin-top : 2%; + padding : 10px; +} + #menu { background-color : #FFFFCC; } @@ -962,4 +978,58 @@ td legend { table.editing tr:hover td { background-color: #EFF1D8; +} + +tfoot { + background-color : #E7E7CA; + font-weight : bold; +} + +tfoot td, tfoot td:last-child { + border-right : 1px solid #999900; + border-bottom : 1px solid #999900; +} + + +div.data table { + background-color: #D8DeB8; + border-collapse: collapse; + margin : auto; + margin : 0 0 5px 0; +} + +div.data table caption { + font-size : 1em; +} + +div.data table td { + border-right : 1px solid #CCCC99; + border-bottom : 1px solid #CCCC99; + background-color: #FFFFCC; + font-size: 12px; + padding : 2px; + padding-left : .7em; + margin : 0 0 0 0; +} + +div.data table th { + border-left : 1px solid #999933; + border-right : 1px solid #CCCC99; + border-bottom : 1px solid #CCCC99; + font-size : 12px; + font-weight: bold; + text-align : right; + padding : 2px; + padding-right : 1em; + background-color: #E7E7CA; + width : 17%; +} + +div.data table th[scope=col] { + text-align: center; + border-left : 0; +} + +div.data table col { + background-color : #CCCCCC; } \ No newline at end of file -- 2.20.1