changelog shortlog tags manifest raw

changeset: skin table, regular and sitngo lists

changeset 1932: b6dec3d4afc6
parent 1931:974104d16778
child 1933:b08a700beb8b
author: loic@dachary.org
date: Tue Jun 01 10:31:08 2010 +0200 (3 months ago)
files: jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css jpoker/themes/pokersource.eu/css/jpoker_table_list.css
description: skin table, regular and sitngo lists
--- a/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css	Tue Jun 01 10:10:30 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css	Tue Jun 01 10:31:08 2010 +0200
@@ -18,10 +18,15 @@
 .jpoker_regular_tourney_list .odd {
 	background: #81AC00;
 }
-.jpoker_regular_tourney_list .headerSortUp,
-.jpoker_regular_tourney_list .headerSortDown {
+.jpoker_widget.jpoker_regular_tourney_list table th.headerSortUp {
+    background: #C0CC9E;
+    color: #000;
+}
+
+.jpoker_widget.jpoker_regular_tourney_list table th.headerSortDown {
     background: #81AC00;
 }
+
 .jpoker_regular_tourney_list tr.hover {
 	background: #81AC00;
 	color: #fff;
--- a/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css	Tue Jun 01 10:10:30 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css	Tue Jun 01 10:31:08 2010 +0200
@@ -14,11 +14,12 @@
 .jpoker_sitngo_tourney_list .odd {
 	background:#81AC00;
 }
-.jpoker_sitngo_tourney_list .headerSortUp {
-        background:#81AC00;
+.jpoker_widget.jpoker_sitngo_tourney_list table th.headerSortUp {
+    background: #C0CC9E;
+    color: #000;
 }
-.jpoker_sitngo_tourney_list .headerSortDown {
-        background:#81AC00;
+.jpoker_widget.jpoker_sitngo_tourney_list table th.headerSortDown {
+    background: #81AC00;
 }
 .jpoker_sitngo_tourney_list tr.hover {
 	background:#81AC00;
--- a/jpoker/themes/pokersource.eu/css/jpoker_table_list.css	Tue Jun 01 10:10:30 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_table_list.css	Tue Jun 01 10:31:08 2010 +0200
@@ -4,6 +4,15 @@
 
 .jpoker_table_list tr.odd {
 	background:#81AC00;
+}
+
+.jpoker_widget.jpoker_table_list table th.headerSortUp {
+    background: #C0CC9E;
+    color: #000;
+}
+
+.jpoker_widget.jpoker_table_list table th.headerSortDown {
+    background: #81AC00;
 }
 
 .jpoker_table_list th {