fix filepicker in webkit

This commit is contained in:
Bartek Przybylski 2012-05-03 12:09:59 +02:00
parent 375ba98645
commit 8feb7dd9d9
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padd
/* ---- DIALOGS ---- */
#dirtree {width: 100%;}
#filelist {height: 270px; overflow:scroll; background-color: white;}
#filelist {height: 270px; overflow:scroll; background-color: white; width: 100%;}
.filepicker_element_selected { background-color: lightblue;}
.filepicker_loader {height: 120px; width: 100%; background-color: #333; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:alpha(opacity=30); opacity:.3; visibility: visible; position:absolute; top:0; left:0; text-align:center; padding-top: 150px;}