Browse Source

more css cleanup

Saurabh Bhatia 8 years ago
parent
commit
7966ce0a2d
1 changed files with 2 additions and 6 deletions
  1. 2 6
      sandbox/index.css

+ 2 - 6
sandbox/index.css

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