/* CSS Document */ /*V. 0.0*/ /*10-01-2015*/ /*UTILIZZATO PER I METODI AJAX DI CARICAMENTO DELLE IMMAGINI SULLA PARTE AMMINISTRATIVA */ input[id^=btn-upload] { display:none; } .loadImage{ float:left; text-align:center; margin:10px; border:thin; } div[id^=img-area-div]{ width:100px; } div[id^=btn-area-div]{ display:none; } .btn-img{ } /*******************************/ /*******************************/ /* CSS PER CARICAMENTO FILE */ /*******************************/ /*******************************/ .loadFile{ float:left; text-align:center; border:thin; } div[id^=uploadFileRes]{ padding:3px 10px 4px 10px; background:hsla(0,0%,89%,1.00); border-color:hsla(0,0%,0%,1.00); border-style:dashed; border-width:thin; }