]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - media/elegantish/elegantish.css
enable Polish language
[jirafeau_mojo42.git] / media / elegantish / elegantish.css
index cb18864dcd3cc06a5f28f6efece05d83d0ffc589..ddfd896e6e5c02b571b0efd45ef875645926c995 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
@@ -272,9 +275,13 @@ input[type="submit"]:focus {
   font-weight: bold;
 }
 
   font-weight: bold;
 }
 
+#upload_link_email {
+  margin-left: 10px;
+}
+
 #upload_image_email {
 #upload_image_email {
+  padding-bottom: 15px;
   padding-left: 20px;
   padding-left: 20px;
-  margin-left: 10px;
   background: url(email.png) no-repeat;
 }
 
   background: url(email.png) no-repeat;
 }
 

patrick-canterino.de