-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_style.css
More file actions
72 lines (57 loc) · 1 KB
/
input_style.css
File metadata and controls
72 lines (57 loc) · 1 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.body .content .input {
min-height:350px;
margin-bottom:20px;
}
.body .content .input .row {
padding:50px;
border-bottom:2px black solid;
}
.body .content .input .row .col-sm-5 input{
display:none;
}
.body .content .input .row .col-sm-5 .images textarea{
width:100%;
height:40px;
}
.body .content .input .row .col-sm-5 .images img{
width:100%;
}
.body .content .input input {
border: 0px;
display:block;
margin:3px;
height:30px;
border-left:1px red solid;
padding-left:2px;
}
.body .content .input span {
font-weight:bold;
display:block;
}
.body .content .input select {
border: 0px;
display:block;
margin:3px;
height:30px;
}
.body .content .input .slide #date_added {
display:none;
}
.body .content .input .slide #v_code {
display:none;
}
.body .content .input .slide #v_code_show {
display:block;
}
.body .content .input .slide #v_load {
display:none;
}
.body .content .input .slide #v_load_show {
display:block;
}
.body .content .input .nav {
height:45px;
}
.body .content .input .nav .next {
float:right;
}