[Koha-patches] [PATCH] Moving css to correct location

Chris Nighswonger cnighswonger at foundations.edu
Mon Sep 7 16:27:11 CEST 2009


See comments in commit b1197477d476ddaedec43392bdd92396b94b0852
---
 .../prog/en/lib/greybox/gb_styles.css              |   14 --------------
 .../prog/en/modules/labels/label-print.tmpl        |    1 +
 2 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css b/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css
index f1556b0..3fad900 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css
@@ -156,17 +156,3 @@
 
 .GB_Window .on { border-bottom: 1px solid #333; }
 .GB_Window .click { border-bottom: 1px solid red; }
-
-/*
-table {
-    border-collapse: separate;
-    border-spacing: 0;
-    border: hidden none;
-}
-
-.header {
-    cursor: auto;
-    background-position: center center;
-    background-repeat: repeat;
-}
-*/
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tmpl
index 840b7e6..85eea0b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tmpl
@@ -9,6 +9,7 @@
         //]]>
     </script>
     <style type="text/css">#custom-doc {width:47.23em; *width:46.04em; min-width:610px; margin:auto; margin-top:0.4em;}</style>
+    <style type="text/css">table {border-collapse: separate; border-spacing: 0; border: hidden none;} .header {cursor: auto; background-position: center center; background-repeat: repeat;}</style>
 </head>
 <body>
     <div id="custom-doc" class="yui-t2">
-- 
1.6.0.4




More information about the Koha-patches mailing list