1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
.fileBox{
float:left;
width:608px;
overflow:hidden;
}
.uploadBrowse{
position:relative;
z-index:0;
float:left;
width:100%
}
.btnBrowse{
float:left;
font-size:12px;
font-weight:bold;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfefe), to(#dee9f0));
background: -moz-linear-gradient(#fdfefe, #dee9f0);background: linear-gradient(#fdfefe, #dee9f0);
-pie-background: linear-gradient(#fdfefe, #dee9f0); border: 1px solid #6c7c89;
-webkit-border-radius: 5px; -moz-border-radius: 5px;padding:4px 10px; margin-left:3px; color:#000}
.fileinputs{position:relative;}
.file {
position: absolute;
top:0px; right:0;
font-size:30px;
width: 700px;
opacity: 0;
-moz-opacity: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
z-index:999;
cursor: pointer;
}
.fakefile input {
float: left;
font-size: 11px;
color: black;
padding: 3px 10px;
width: 500px;
border: 1px solid #D1D1D1;
} |
Partager