]> git.p6c8.net - jirafeau.git/blobdiff - media/elegantish/elegantish.css
[BUGFIX] Prevent bouncing fileupload field
[jirafeau.git] / media / elegantish / elegantish.css
index cb18864dcd3cc06a5f28f6efece05d83d0ffc589..14ebfc1039c2a30847b2f3df556a4319a25fc335 100644 (file)
@@ -150,16 +150,19 @@ input[type="submit"]:focus {
 }
 
 #file_select {
 }
 
 #file_select {
-  position: absolute;
-  top: 0;
-  left: 0;
+  position: relative;
   width: 100%;
   width: 100%;
-  height: 100%;
+  height: 16em;
   cursor: pointer;
   opacity: 0;
 }
   cursor: pointer;
   opacity: 0;
 }
-
-
+#upload.file-selected #file_select {
+  opacity: 1;
+  height: 2em;
+}
+#upload.file-selected fieldset {
+  background-image: none;
+}
 
 /* ==========================================================================
    2 = Copyright
 
 /* ==========================================================================
    2 = Copyright

patrick-canterino.de