Browse Source

Moving css to correct location

See comments in commit b1197477d4

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
3.2.x
Chris Nighswonger 15 years ago
committed by Galen Charlton
parent
commit
b04f3c9bb8
  1. 14
      koha-tmpl/intranet-tmpl/prog/en/lib/greybox/gb_styles.css
  2. 1
      koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tmpl

14
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;
}
*/

1
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">

Loading…
Cancel
Save