Bug 9456: (follow-up) Remove useless CSS
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 18 Jun 2013 15:08:32 +0000 (11:08 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 05:51:49 +0000 (05:51 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt

index 81ace53..38270f1 100644 (file)
@@ -9,30 +9,6 @@
     @import url([% themelang %]/css/print.css);
 </style>
     [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
-    <style type="text/css">
-        td table {
-            font-size: 85%;
-            border: 0;
-        }
-        td table th:first-child,
-        td table th.sorting:first-child,
-        td table th.sorting_asc:first-child,
-        td table th.sorting_desc:first-child {
-            border-right : 1px solid #99BEC9;
-        }
-        td table th,
-        td table th.sorting,
-        td table th.sorting_asc,
-        td table th.sorting_desc {
-            background-color: #E6F0F2;
-            border-color: #99BEC9;
-            border-width: 0px 0px 1px 0px;
-        }
-        td table td {
-            border-width: 0px 0px 1px 0px;
-            border-color: #B8D7E0;
-        }
-    </style>
        <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>