From c1e7bea75545418adb2d528fd22ab165fd5fdc8a Mon Sep 17 00:00:00 2001 From: "vit.jonas@gmail.com" Date: Fri, 17 Jun 2011 12:00:47 +0000 Subject: [PATCH] * file list styling git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@168 5e329b0b-a2ee-ea63-e329-299493fc886d --- .../jquery.dataTables/images/highlight.png | Bin 141 -> 141 bytes .../jquery.dataTables/jquery-ui.dataTables.css | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/stylesheets/jquery.dataTables/images/highlight.png b/assets/stylesheets/jquery.dataTables/images/highlight.png index 87eb83dc16d42f8a78683b38065576492e2a6861..a09fb7b1c17a7af99d908473106c95dd8ed4567c 100644 GIT binary patch delta 50 zcmeBW>}8ygq-|woW07scz`(%k>Eal|aXmQ!2-q1Ico;ZLf6rVAlwk05^>bP0l+XkK DMf43h delta 50 zcmeBW>}8ygq^+v;=4$CN1_lORPZ!4!j_b(@2?-Av85jf^c=;7VUI8T-JYD@<);T3K F0RV=H4s-wj diff --git a/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css b/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css index 36c8eba1..7f4c9160 100644 --- a/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css +++ b/assets/stylesheets/jquery.dataTables/jquery-ui.dataTables.css @@ -332,25 +332,25 @@ table.display tr.odd.row_selected td { */ /* For the standard odd/even */ tr.odd td.sorting_1 { - background: url('images/highlight.png?2') repeat; + background: url('images/highlight.png') repeat; } tr.odd td.sorting_2 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.odd td.sorting_3 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.even td.sorting_1 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.even td.sorting_2 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; } tr.even td.sorting_3 { - background: url('images/highlight.png?5') repeat; + background: url('images/highlight.png') repeat; }