Merge pull request #11109 from owncloud/nstamm-patch-1

DragnDrop Upload text style
This commit is contained in:
Jan-Christoph Borchardt 2014-09-23 14:03:08 +02:00
commit 1e915cc145
1 changed files with 8 additions and 1 deletions

View File

@ -316,7 +316,14 @@ table td.filename .nametext .innernametext {
table td.filename .uploadtext {
font-weight: normal;
margin-left: 8px;
margin-left: 55px;
margin-top: 5px;
height: 20px;
padding: 10px 0;
font-size: 11px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
}
.ie8 input[type="checkbox"]{