front_js/pointers/pointers/css/pointers.css
changeset 48 983d7be910c1
parent 41 d2f735d7763f
--- a/front_js/pointers/pointers/css/pointers.css	Mon Jul 09 14:24:42 2012 +0200
+++ b/front_js/pointers/pointers/css/pointers.css	Fri Jul 13 14:57:43 2012 +0200
@@ -24,6 +24,7 @@
 
 #mainPointer
 {
+	position: absolute;
     height: 74px;
     width: 74px;
     background-image: url("../../img/pointer.png");
@@ -33,9 +34,20 @@
 
 #secondPointer
 {
+	position: absolute;
     height: 74px;
     width: 74px;
     background-image: url("../../img/pointer2.png");
     background-repeat: no-repeat;
     background-position: 0px 0px;
+}
+
+#textPanel
+{
+    position: relative;
+    height: 50px;
+    width: 100%;
+    color: #fff;
+    font-size: 40px;
+    text-align: center;
 }
\ No newline at end of file