style.css
584 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.Intercbtn {
/*float:left;*/
background-color:#e38102;
color:#FFF;
padding:6px 10px 6px 10px;
border:0;
}
.progress {
position:relative;
margin-left:100px;
margin-top:-24px;
width:200px;
padding: 1px;
border-radius:3px;
display:none
}
.bar {
background-color: green;
display:block;
width:0%;
height:20px;
border-radius: 3px;
}
.percent {
position:absolute;
height:20px;
display:inline-block;
top:3px;
left:2%;
color:#fff
}
.files {
/*height:22px;
line-height:22px;
margin:10px 0*/
}
.Personal td{ border:none !important;}