css tweak
authorEdwin Razafimahatratra <edwin@robotalismsoft.com>
Tue, 11 Dec 2012 19:49:17 +0100
changeset 44 f905a56cc7e6
parent 43 21a791340354
child 45 f7bfdc49982b
css tweak
web/static/res/css/style_1024.css
--- a/web/static/res/css/style_1024.css	Tue Dec 11 19:48:24 2012 +0100
+++ b/web/static/res/css/style_1024.css	Tue Dec 11 19:49:17 2012 +0100
@@ -335,7 +335,7 @@
 	font-size: 25px;
 }
 #main {
-	display:block;  
+	display: inline-block;  
 	margin: 0 auto;
 }
 /*----------------------------------------------*/
@@ -734,16 +734,16 @@
 .pointer {
 	cursor: pointer;
 }
-.choix {
-	position: relative;
-	z-index: 6;
+#bg_mosaic {
+	z-index: 5;
 }
-.mosaic_choice {
-	position: absolute;
-	z-index: 5;
-	left: 0;
-	bottom: 50%;
-	background: red;
+#choix {
+		position: absolute;
+		top: 0;
+		bottom: 0;
+		left: 0;
+		right: 0;
+		z-index: 6;
 }
 .blue a,
 .blue a:link,