Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 59035 invoked from network); 8 Feb 2011 09:06:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Feb 2011 09:06:03 -0000 Received: (qmail 48750 invoked by uid 500); 8 Feb 2011 09:06:03 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 48658 invoked by uid 500); 8 Feb 2011 09:06:00 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 48645 invoked by uid 99); 8 Feb 2011 09:05:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 09:05:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 09:05:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 42F8B23888FD; Tue, 8 Feb 2011 09:05:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1068296 - /felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css Date: Tue, 08 Feb 2011 09:05:36 -0000 To: commits@felix.apache.org From: vvalchev@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110208090536.42F8B23888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vvalchev Date: Tue Feb 8 09:05:35 2011 New Revision: 1068296 URL: http://svn.apache.org/viewvc?rev=1068296&view=rev Log: Fixed FELIX-2830: Tablesorter loses it's styling if placed in JQuery TAB component https://issues.apache.org/jira/browse/FELIX-2830 Modified: felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css Modified: felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css?rev=1068296&r1=1068295&r2=1068296&view=diff ============================================================================== --- felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css (original) +++ felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css Tue Feb 8 09:05:35 2011 @@ -119,16 +119,16 @@ table.nicetable th, table.nicetable td { /* tablesorter styling */ tr .header { - background-image: url(../lib/bg.gif); - background-repeat: no-repeat; - background-position: center right; - cursor: pointer; + background-image: url(../lib/bg.gif) !important; + background-repeat: no-repeat !important; + background-position: center right !important; + cursor: pointer !important; } tr .headerSortUp { - background-image: url(../lib/asc.gif); + background-image: url(../lib/asc.gif) !important; } tr .headerSortDown { - background-image: url(../lib/desc.gif); + background-image: url(../lib/desc.gif) !important; } /* status line */