-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdf.css
235 lines (192 loc) · 4.62 KB
/
df.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
/* site-wide UT-ish branding */
body,.dfHelp,.dfHelp code {
font-family: "Open Sans",Trebuchet,sans-serif;
}
/*.panel-primary,.panel-collapse>.panel-body{
border-color: #008c99 !important; }
a,*/
.fa-question-circle { color: #008c99; font-weight: 600;}
/*a:hover { color: #004067;}*/
.container-fluid>.row {
color: #C0511B;
/*background-color: white;*/
margin: 1vmin; margin-bottom: 2vmin;
}
/* header in accordance with UT header styling */
h3 {font-family: "Cardo", "Times New Roman", serif; margin: auto;}
/* The next few are to line up the page header */
#apptitle {
margin-top: 0;
padding-top: 5px;
}
/* Layout */
#leftcol {min-width: 11em;}
#filters .panel-body {padding: 0.5em;}
#filters .item {padding-right: 1em;}
#bupdate {width: 9em;}
#maintext {text-align: justify;}
#infile_ui>.shiny-input-container {
margin-top: 2px;
padding-bottom: 0;
}
#infile_ui input.form-control{
margin-top: 6px;
}
/* Form elements */
/* progress bar styling
#infile_progress { margin: 1px 0; height: 15px;}
#infile_progress>.progress-bar{ */
/*background-color: rgb(134, 56, 19);*/
/* background-color: #008c99;
line-height: 15px;
}*/
.shiny-input-container {
padding: 0;
margin: 0;
}
#debug_button {margin-top: 38px;}
/* upload file field */
#infile_ui .form-control {
padding-bottom: 6px;
max-height: 22px;
}
/* end page header */
/* help text */
.dfHelp{
padding: 0 15px 5px 15px;
}
.dfHelp>h2{
margin: 0;
font-size: 2rem;
}
.dfHelp code{
color:black;
font-weight: 600;
display: inline-block;
border: 1px solid lightgray;
border-radius: 5px;
line-height: 9px;
padding: 2px;
margin: 1px;
}
.dfHelp p{padding-top: 10px;}
.bigimg {
display: block;
margin-left: auto;
margin-top: 15px;
margin-right: auto;
width: 70vw;
}
#customWhichCols,#customWhichFields,#customTrDescGrp,.form-group {
display: inline-block;
}
#customTrDescGrp{
display: inline-block;
width: 80vw;
}
/* end help text */
/* disclaimer button */
.dfDisclaimer>.sa-button-container,.dfDisclaimer>.sa-button-container>button.confirm{
width:20vw;
margin: auto;
}
/* Make the labels less obnoxious */
label {color: black; font-weight: 400; text-align: justify;}
.tab-pane label { min-width: 80vw ;}
/* make panel headings more compact and UT-ish */
.panel-heading {
/*padding-top: 2px; padding-bottom: 2px;*/
padding: auto;
margin: auto;
background-color: 'white' !important;
}
.panel-heading:hover {background-color: 'whitesmoke' !important;}
/* Prevents active elements from being mistaken for web links */
.panel-heading a:any-link {text-decoration: none;}
/* Put some room above and below a column */
.col-sm-2 {
margin-bottom: 4vh; margin-top: 3vh;
}
/* To make the available columns scroll inside the page */
#tb_transform{
overflow-y: scroll;
min-height: 0;
height: 70vh;
}
/* The static columns don't need headers */
#tb_transform .panel-default .panel-heading{
visibility: hidden;
padding: 0;
height: 0;
}
/* To distinguish the non-dynamic columns and make them more compact*/
#tb_transform .panel-default .panel-body {
padding-bottom: 0; padding-top: 0;
margin-bottom: -1px; margin-top: -1px;
background-color: whitesmoke;
}
/* compact separators for tb_transform */
.panel-collapse hr {margin: 8px 0 5px 0}
/* Tabs themselves more compact*/
.nav { margin-bottom: 8px;}
ul.nav>li>a {
padding: 4px 12px 4px 12px;
line-height: 100%;
text-align: center;
}
/* make buttons more compact */
/*.btn,.dfHelp>div>button {
padding: 0 6px 0 6px;
margin-left: 6px;
margin-top: 5px;
}*/
/* To line up the selection widgets for available transforms*/
.transform-argsel {
display: inline-block;
padding-left: 10px;
vertical-align: middle;
}
/* To make the Input Data and Output Preview contents more compact */
/*
Useful classes for later:
.dataTables_processing
.recalculating
*/
.dataTable>tbody>tr>td
,.dataTable>thead>tr>th
{
line-height: 0.1rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 10rem !important;
}
.dataTable>thead>tr>th{font-size: 1.1rem;}
.dfDyn{background-color: rgba(0, 140, 153, 0.3) !important;}
td.dfDyn {
font-size: 0.9rem;
font-stretch: ultra-condensed;
}
/* dataTable widgets */
.dataTables_length>label>select{
padding: 0;
height: 1.8em;
}
li.paginate_button>a {
color: #008c99;
padding: 0 0.1em
}
li.paginate_button.active>a {
background-color: #008c99;
color: white;
border-color: #008c99;
}
/* more generic layout */
.tab-pane>hr {margin: 10px}
p,p>a,.dfHelp p,.regulartext,.dfDisclaimer,.regulartext li {
text-align: justify;
font-size: 1.2rem;
font-weight: 100;
color: black;
font-stretch: semi-condensed;
}