|
@@ -177,12 +177,11 @@ a {
|
|
position: relative;
|
|
position: relative;
|
|
text-align: right;
|
|
text-align: right;
|
|
-moz-opacity:0 ;
|
|
-moz-opacity:0 ;
|
|
- filter:alpha(opacity: 0);
|
|
|
|
opacity: 0;
|
|
opacity: 0;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
width:100%;
|
|
width:100%;
|
|
height:100%;
|
|
height:100%;
|
|
-
|
|
|
|
|
|
+ filter:alpha(opacity=0);
|
|
}
|
|
}
|
|
|
|
|
|
#logo {
|
|
#logo {
|
|
@@ -192,10 +191,7 @@ a {
|
|
background-position: center;
|
|
background-position: center;
|
|
}
|
|
}
|
|
|
|
|
|
-#btnFullscreen {
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-#btnFullscreen {
|
|
|
|
|
|
+#btnFullscreen , #btnCamera {
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
margin-right: 25px;
|
|
margin-right: 25px;
|
|
}
|
|
}
|