Merge pull request #11109 from owncloud/nstamm-patch-1
DragnDrop Upload text style
This commit is contained in:
commit
1e915cc145
|
@ -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"]{
|
||||
|
|
Loading…
Reference in New Issue