--- a/jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/dialog.css Mon Apr 19 12:22:15 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/dialog.css Mon Apr 19 13:22:52 2010 +0200
@@ -3,15 +3,15 @@
.jpoker_jquery_ui .ui-dialog,
.jpoker_jquery_ui.ui-dialog {
- background-color: #e6f7d4;
- border:1px solid #AAAAAA;
+ background-color: #99cc8f;
+ border:1px solid #3e7c32;
font-family: "trebuchet MS",arial,helvetica,sans-serif;
}
.jpoker_jquery_ui .ui-dialog .ui-dialog-titlebar,
.jpoker_jquery_ui.ui-dialog .ui-dialog-titlebar {
- border-bottom: 1px solid #d8d2aa;
- background: #ff9900 url(i/dialog-title.gif) repeat-x;
+ border-bottom: 1px solid #99cc8f;
+ background-color: #3e7c32;
padding: 0px;
height: 28px;
_height: 29px;
@@ -74,25 +74,25 @@
/* Dialog handle styles */
.jpoker_jquery_ui .ui-dialog .ui-resizable-n,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background-color: #3E7C32; }
.jpoker_jquery_ui .ui-dialog .ui-resizable-s,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background-color: #3E7C32; }
.jpoker_jquery_ui .ui-dialog .ui-resizable-e,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background-color: #3E7C32; }
.jpoker_jquery_ui .ui-dialog .ui-resizable-w,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background-color: #3E7C32; }
.jpoker_jquery_ui .ui-dialog .ui-resizable-se,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background-color: #3E7C32; }
.jpoker_jquery_ui .ui-dialog .ui-resizable-sw,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background-color: #3E7C32; }
.jpoker_jquery_ui .ui-dialog .ui-resizable-nw,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background-color: #3E7C32; }
.jpoker_jquery_ui .ui-dialog .ui-resizable-ne,
-.jpoker_jquery_ui.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); }
+.jpoker_jquery_ui.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background-color: #3E7C32; }
Binary file jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/i/dialog-titlebar-close-hover.png has changed
--- a/jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/resizable.css Mon Apr 19 12:22:15 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/resizable.css Mon Apr 19 13:22:52 2010 +0200
@@ -9,13 +9,13 @@
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
-.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/resizable-n.gif) repeat scroll center top; }
-.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/resizable-s.gif) repeat scroll center top; }
+.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background-color: #3E7C32; }
+.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background-color: #3E7C32; }
-.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-e.gif) repeat scroll right center; }
-.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-w.gif) repeat scroll right center; }
+.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background-color: #3E7C32; }
+.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background-color: #3E7C32; }
-.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/resizable-se.gif); }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/resizable-sw.gif); }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(i/resizable-nw.gif); }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); }
\ No newline at end of file
+.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background-color: #3E7C32; }
+.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background-color: #3E7C32; }
+.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background-color: #3E7C32; }
+.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background-color: #3E7C32; }
\ No newline at end of file
--- a/jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/slider.css Mon Apr 19 12:22:15 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/slider.css Mon Apr 19 13:22:52 2010 +0200
@@ -2,7 +2,7 @@
/* This file skins sliders */
.ui-slider { width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
-.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(i/slider-handle.gif); }
+.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(i/slider-handle.png); }
.ui-slider-handle-active { border: 1px dotted black; }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }
--- a/jpoker/themes/pokersource.eu/css/jpoker_table.css Mon Apr 19 12:22:15 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_table.css Mon Apr 19 13:22:52 2010 +0200
@@ -345,6 +345,7 @@
left:65px;
top:55px;
font-size:18px;
+ color: #3e7c32;
}
#jpokerRebuy .jpoker_rebuy_max {
@@ -352,6 +353,7 @@
left:253px;
top:55px;
font-size:18px;
+ color: #3e7c32;
}
#jpokerRebuy .jpoker_rebuy_current {
@@ -362,7 +364,7 @@
font-weight:bold;
width:100%;
text-align:center;
- color:#006902;
+ color:#3e7c32;
}
.jpoker_jquery_ui.ui-dialog #jpokerRebuy.ui-dialog-content {
@@ -377,8 +379,14 @@
text-align: center;
}
+.jpoker_jquery_ui.ui-dialog #jpokerRebuy .jpoker_auto_sitin {
+ position: absolute;
+ bottom: 8px;
+ right: 8px;
+}
+
.jpoker_jquery_ui.ui-dialog #jpokerRebuy .ui-dialog-buttonpane button {
- background:#006902;
+ background:#3e7c32;
color:#fff;
cursor:pointer;
font-size:17px;
@@ -388,7 +396,7 @@
}
.jpoker_jquery_ui.ui-dialog #jpokerRebuy .ui-dialog-buttonpane button:hover {
- background:#009E03;
+ background:#254a1e;
}
.jpoker_sit_seat {
Binary file jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/i/slider-handle.png has changed
Binary file jpoker/themes/pokersource.eu/css/jpoker_jquery_ui/i/slider-handle.gif has changed