-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
50 lines (50 loc) · 833 Bytes
/
style.css
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
38
39
40
41
42
43
44
45
46
47
48
49
50
body {
font-family: Arial;
font-size: 14px;
}
.bgColor {
max-width: 440px;
height:150px;
background-color: #fff4be;
border-radius: 4px;
}
.bgColor label{
font-weight: bold;
color: #A0A0A0;
}
#targetLayer{
float:left;
width:150px;
height:150px;
text-align:center;
line-height:150px;
font-weight: bold;
color: #C0C0C0;
background-color: #F0E8E0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
#uploadFormLayer{
float:left;
padding: 20px;
}
.btnSubmit {
background-color: #696969;
padding: 5px 30px;
border: #696969 1px solid;
border-radius: 4px;
color: #FFFFFF;
margin-top: 10px;
}
.inputFile {
padding: 5px;
background-color: #FFFFFF;
border:#F0E8E0 1px solid;
border-radius: 4px;
}
.image-preview {
width:150px;
height:150px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}