Bug 11616: (follow-up) remove tablesorter CSS
authorGalen Charlton <gmc@esilibrary.com>
Fri, 31 Jan 2014 15:30:29 +0000 (15:30 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 31 Jan 2014 15:36:47 +0000 (15:36 +0000)
This patch removes CSS rules that applied only to use of the
jQuery tablesorter plugin, which is now gone.

To test:

[1] Verify that git grep -l headerSort does not turn up
    any results.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/opac-tmpl/bootstrap/css/opac-old.css
koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css
koha-tmpl/opac-tmpl/ccsr/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/css/opac.css

index 07c0b18..2ea7b4a 100644 (file)
@@ -1767,20 +1767,6 @@ div.lang {
        color : #999;
        font-style : italic;
 }
-/* Tablesorter */
-.header {
-       background-image:url("../../img/ascdesc.gif");
-       background-position:right center;
-       background-repeat:no-repeat;
-       cursor:pointer;
-       padding : .2em 23px;
-}
-.headerSortUp {
-       background-image:url("../../img/asc.gif");
-}
-.headerSortDown {
-       background-image:url("../../img/desc.gif");
-}
 
 tr.reserved td {
        background-color : #eeffd4;
index 8409ef5..3672ed2 100644 (file)
@@ -337,19 +337,6 @@ tr.transfered td {
        border : 0;
 }
 
-.header {
-       background-image:url("../images/ascdesc.gif");
-       background-position:right center;
-       background-repeat:no-repeat;
-       cursor:pointer;
-}
-.headerSortUp {
-       background-image:url("../images/asc.gif");
-}
-.headerSortDown {
-       background-image:url("../images/desc.gif");
-}
-
 ul {
        list-style : disc;
        padding-left : 1em;
@@ -2872,4 +2859,4 @@ padding: 0.1em 0;
     margin-top: 0.5em;
     padding: 3px;
     text-align: center;
-}
\ No newline at end of file
+}
index 482792b..a2364e5 100644 (file)
@@ -198,19 +198,6 @@ tr.even td, tr.even.highlight td {
        background-color: #FFF;
 }
 
-.header {
-    background-image:url("../images/ascdesc.gif");
-    background-position:right center;
-    background-repeat:no-repeat;
-    cursor:pointer;
-}
-.headerSortUp {
-    background-image:url("../images/asc.gif");
-}
-.headerSortDown {
-    background-image:url("../images/desc.gif");
-}
-
 p {
        margin: .7em 0;
 }
index f0b8744..590cb19 100644 (file)
@@ -344,19 +344,6 @@ tr.transfered td {
  border : 0;
 }
 
-.header {
-       background-image:url("../../images/ascdesc.gif");
-      background-position:right center;
-      background-repeat:no-repeat;
-   cursor:pointer;
-}
-.headerSortUp {
-      background-image:url("../../images/asc.gif");
-}
-.headerSortDown {
-      background-image:url("../../images/desc.gif");
-}
-
 ul {
  list-style : disc;
      padding-left : 1em;
index 7cbd7ec..9e15cee 100644 (file)
@@ -391,19 +391,6 @@ tr.transfered td {
        border : 0;
 }
 
-.header {
-       background-image:url("../../images/ascdesc.gif");
-       background-position:right center;
-       background-repeat:no-repeat;
-       cursor:pointer;
-}
-.headerSortUp {
-       background-image:url("../../images/asc.gif");
-}
-.headerSortDown {
-       background-image:url("../../images/desc.gif");
-}
-
 ul {
        list-style : disc;
        padding-left : 1em;