-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.css
107 lines (89 loc) · 1.6 KB
/
catalog.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
padding: 70px 0 0 0;
}
.container {
margin: 0 auto;
min-height: 100%;
padding-left:5px;
padding-right:5px;
}
.container #content{
padding: 20px 0 0 0;
}
.uploadFile {
position: absolute;
z-index: 2;
top: 0;
left: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
background-color: transparent;
color: transparent;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.uploadItemTable tr :last-child{
width:75%;
}
.uploadItemTable tr :first-child{
min-width:125px;
}
@-moz-document url-prefix() {
fieldset { display: table-cell; }
}
#upload .table-responsive {
max-height:20em;
}
/*
#markedCheck{
width:10%;
height:auto;
overflow:hidden;
}*/
@media (max-width: 460px) {
h1{
font-size: 16pt;
}
}
/*@media (max-width: 768px) {
!* #resultBodyDiv{
max-height: 28em;
overflow:auto;
}*!
}*/
/*@media (min-width: 992px) {
!* #resultBodyDiv{
max-height: 50em;
overflow:auto;
}*!
}*/
#markedButton, #undoButton{
margin:2em 2em 1em 0;
}
#processNumBadge{
margin-left:3em;
}
#uploadResultPanel{
margin-top:3em;
}
#processTable td:first-child, #processTable th:first-child{
text-align: center;
}