Minor tweaks, adding some navigation options
authoroleonard <oleonard>
Mon, 8 Nov 2004 16:31:27 +0000 (16:31 +0000)
committeroleonard <oleonard>
Mon, 8 Nov 2004 16:31:27 +0000 (16:31 +0000)
koha-tmpl/intranet-tmpl/npl/en/includes/acqui-topmenu.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/npl/en/includes/circ-topmenu.inc
koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css

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 (file)
index 0000000..6dbdd6a
--- /dev/null
@@ -0,0 +1 @@
+<div id="topmenu"><a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Cataloging Home</a> | <a href="/cgi-bin/koha/acqui.simple/addbiblio.pl">Add MARC</a> | <a href="/cgi-bin/koha/import/breeding.pl">MARC Import</a></div>
\ No newline at end of file
index 437ca9f..1dbe0e1 100644 (file)
@@ -2,8 +2,8 @@
                                Circulation Home</a> | <a class="button" href="returns.pl">
                                Returns</a> | <a class="button" href="branchtransfers.pl">
                                Transfers</a> | <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
-<label for="findborrower">Issue to Patron: </label>
-                               <input id="findborrower" name="findborrower" type="text" size="15" />
+<label for="findborrower-top">Issue to Patron: </label>
+                               <input id="findborrower-top" name="findborrower" type="text" size="15" />
                                <input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
                                <input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
 <input type="submit" class="submit" value="Enter Patron" />
index bb255fd..7d6e74d 100644 (file)
@@ -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