6 = Install
7 = Admin
8 = Download page
-
+
========================================================================== */
/* ==========================================================================
text-align: center;
}
+#upload p {
+ margin: 0;
+}
+
#file_select {
- position: absolute;
- top: 0;
- left: 0;
+ position: relative;
width: 100%;
- height: 100%;
+ height: 16em;
cursor: pointer;
opacity: 0;
}
-
+ #upload.file-selected #file_select {
+ opacity: 1;
+ height: 2em;
+ }
+ #upload.file-selected fieldset {
+ background-image: none;
+ }
/* ==========================================================================
#options {
position: relative;
z-index: 10;
- background: #efebe9;
width: 100%;
height: 90%;
}
#options input[type="submit"] {
position: relative;
- left: 11.2em;
+ margin: 1em auto;
}
/* ==========================================================================
#admin fieldset,
#admin + fieldset {
width: auto;
- max-width: 50em;
+ max-width: 60em;
border: 7px dashed #bcaaa4;
}