integration/css/style.css
changeset 3 b5b13ce6935f
parent 2 6e47ed0c413c
child 4 b00fdbef41d4
--- a/integration/css/style.css	Mon Oct 08 17:31:29 2012 +0200
+++ b/integration/css/style.css	Tue Oct 09 10:45:44 2012 +0200
@@ -541,4 +541,54 @@
 	position: absolute;
 	bottom: 0;
 	right: 0;
+}
+
+
+/* FRISE */
+div.frise{
+	background: url(../img/frise-bg.jpg);
+}
+div.frise .ui-slider-horizontal {
+    height: 114px;
+    background: none repeat scroll 0 0 transparent;
+   	
+    -webkit-border-radius: 0;
+  	-moz-border-radius: 0;
+  	border-radius: 0;
+}
+div.frise  .ui-slider-horizontal .ui-slider-handle{
+	top: inherit;
+	bottom: 0;
+}
+div.frise .ui-slider-horizontal .ui-slider-range{
+	background: none repeat scroll 0 0 transparent;
+}
+#slider-range{
+	position: relative;
+}
+.voile-left{
+	border-right: 1px solid #C51810;
+	background-color:rgba(0,0,0,.5);
+	width: 200px;
+	height: 100%; 
+
+}
+.voile-right{
+	position: absolute;
+	right: 0;
+	top: 0;
+	width: 200px;
+	height: 100%; 
+	background-color:rgba(0,0,0,.5);
+	border-left: 1px solid #C51810;
+}
+.ui-slider-handle.ui-state-default.ui-corner-all{
+	cursor: pointer;
+	width: 14px;
+	height: 28px;
+	background: url(../img/frise-cursor.png) 0 0 no-repeat;
+	border: none;
+	-webkit-border-radius: 0;
+  	-moz-border-radius: 0;
+  	border-radius: 0;
 }
\ No newline at end of file