Skip to content

Commit

Permalink
上传器bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
caprikk committed Apr 6, 2016
1 parent cc0dfdb commit f2dfc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/default/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ a.aw-load-more-content{display: block;}
.aw-mod.people-sort .mod-body .icon-down{position: absolute;right: 8px;top: 10px;}

/* 附件上传 */
#upload-form{display:none;display:block\0;position: relative;width: 0;height: 0;opacity: 0;filter:alpha(opacity=0);}
#upload-form{position: relative;width: 0;height: 0;opacity: 0;filter:alpha(opacity=0);}
#upload-form .file-input{position:absolute;top:-7px;left:-12px;width: 80px;height: 34px;filter:alpha(opacity=0);cursor: pointer;}
.aw-upload-box #upload-form .file-input{position:absolute;top:-7px;left:-12px;width: 80px;height: 34px;filter:alpha(opacity=0);}
.aw-upload-box .upload-list{width:694px;height: auto;overflow: hidden;}
Expand Down

0 comments on commit f2dfc50

Please sign in to comment.