changelog shortlog tags manifest raw

changeset: s/ccffbf|73BF60/81AC00/

changeset 1929: a412261cd45c
parent 1928:0ccc69fbc6d1
child 1930:8dac8f4ac886
author: loic@dachary.org
date: Tue Jun 01 09:34:57 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 jpoker/themes/pokersource.eu/css/jpoker_tourney_details.css
description: s/ccffbf|73BF60/81AC00/
--- a/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css	Tue Jun 01 09:18:47 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css	Tue Jun 01 09:34:57 2010 +0200
@@ -16,14 +16,14 @@
 	cursor: default;
 }
 .jpoker_regular_tourney_list .odd {
-	background: #CCFFBF;
+	background: #81AC00;
 }
 .jpoker_regular_tourney_list .headerSortUp,
 .jpoker_regular_tourney_list .headerSortDown {
-    background: #73BF60;
+    background: #81AC00;
 }
 .jpoker_regular_tourney_list tr.hover {
-	background: #73BF60;
+	background: #81AC00;
 	color: #fff;
 }
 
--- a/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css	Tue Jun 01 09:18:47 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css	Tue Jun 01 09:34:57 2010 +0200
@@ -12,16 +12,16 @@
 	cursor:pointer;
 }
 .jpoker_sitngo_tourney_list .odd {
-	background:#CCFFBF;
+	background:#81AC00;
 }
 .jpoker_sitngo_tourney_list .headerSortUp {
-        background:#73BF60;
+        background:#81AC00;
 }
 .jpoker_sitngo_tourney_list .headerSortDown {
-        background:#73BF60;
+        background:#81AC00;
 }
 .jpoker_sitngo_tourney_list tr.hover {
-	background:#73BF60;
+	background:#81AC00;
 	color:#fff;
 }
 
--- a/jpoker/themes/pokersource.eu/css/jpoker_table_list.css	Tue Jun 01 09:18:47 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_table_list.css	Tue Jun 01 09:34:57 2010 +0200
@@ -1,13 +1,9 @@
-.jpoker_table_list table {
-	border:1px solid #24B300;
-}
-
 .jpoker_table_list td {
 	padding: 0.5em 1em;
 }
 
 .jpoker_table_list tr.odd {
-	background:#CCFFBF;
+	background:#81AC00;
 }
 
 .jpoker_table_list th {
@@ -19,7 +15,7 @@
 }
 
 .jpoker_table_list tr.hover {
-	background:#73BF60;
+	background:#81AC00;
 	color:#fff;
 }
 
@@ -28,7 +24,6 @@
 	border-collapse:collapse;
 	font-size:14px;
 	font-family:"trebuchet MS",arial,helvetica,sans-serif;
-	color:#444;
 }
 
 .jpoker_widget.jpoker_table_list table th, .jpoker_widget.jpoker_table_list table thead td, .jpoker_widget.jpoker_table_list table th, .jpoker_widget.jpoker_table_list table thead td {
--- a/jpoker/themes/pokersource.eu/css/jpoker_tourney_details.css	Tue Jun 01 09:18:47 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_tourney_details.css	Tue Jun 01 09:34:57 2010 +0200
@@ -22,7 +22,7 @@
 	width: 290px;
 	float: right;
 	border: 5px solid #009E03;
-	background:#CCFFBF;
+	background:#81AC00;
     height: 12em;
     overflow: auto;
 }
@@ -31,7 +31,7 @@
 .jpoker_tourney_details .jpoker_tourney_details_prizes,
 .jpoker_tourney_details .jpoker_tourney_details_tables {
 	width: 370px;
-	background: #CCFFBF;
+	background: #81AC00;
 }
 
 .jpoker_tourney_details .jpoker_tourney_details_info.jpoker_tourney_details_announced,
@@ -68,7 +68,7 @@
 }
 
 .jpoker_tourney_details_tables table tr.hover {
-	background: #73BF60;
+	background: #81AC00;
 	color: #fff;
 }
 
@@ -121,7 +121,7 @@
 }
 
 .jpoker_tourney_details .pager {
-	background: #CCFFBF;
+	background: #81AC00;
 	margin-left: -1px;
 	border: 1px solid #92CF81;
 	border-top:none;