1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| .no_padding{
| padding:0px 0px
| }
| .no_margin{
| margin:0px 0px
| }
| .no_display{
| display:none
| }
| .fileinput>.file{
| position: absolute;
| top: 0;
| right: 0;
| margin: 0;
| opacity: 0;
| filter: alpha(opacity=0);
| font-size: 23px;
| height: 100%;
| width: 100%;
| direction: ltr;
| cursor: pointer;
| }
|
|