From efa9100e94e716601deeec7b5c0bd88c7d196883 Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 9 Jun 2005 21:20:53 +0000 Subject: [PATCH] Adding 'control box' styles for MARC detail screens --- .../intranet-tmpl/npl/en/includes/intranet.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css index 9514d1f9f2..7423d39a98 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css @@ -623,7 +623,7 @@ table.marc { border-collapse : collapse; margin : 3px 0px 5px 0px; padding : 0px; - width : 95%; + width : auto; } table.marc th { @@ -1228,4 +1228,17 @@ div.data table col, div.data-main table col { .accesskey { text-decoration : underline; +} + +div#controls { + float: right; + margin-left : .7em; + width : 15%; +} + +div#controls form { + background-color : #FFFFCC; + font-size : 80%; + margin : .3em 0; + padding : .3em; } \ No newline at end of file -- 2.39.5