Browse Source

Minor CSS fix for the web upload

- change the background to be a unified color (same as the App)
- fix the upload button not working on IE9 (IE9 and inferior still broken).

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Jean-Romain Prévost 12 years ago
parent
commit
05c2a19660
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Resources/web/style.css

+ 1 - 2
Resources/web/style.css

@@ -20,7 +20,7 @@ body {
   color: white;
   -webkit-font-smoothing: antialiased;
   position: relative;
-  background-image: url(padLibBg@2x.png);
+  background-color: rgb(31,31,31);
   background-position: 0 88px;
 }
 
@@ -111,7 +111,6 @@ nav {
   opacity: 0;
   position: absolute;
   top: 0;
-  left:0;
   right: 0;
   bottom: 0;
   font-size: 1000px !important;