Skip to content

Commit 9293f5e

Browse files
committed
Small changes to tcss.
1 parent 01f11bd commit 9293f5e

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

datashuttle/tui/css/tui_menu.tcss

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,26 +314,43 @@ config label and button align center */
314314
#validate_top_container {
315315
align: center top;
316316
content-align: center top;
317-
margin: 2 0 0 0;
317+
margin: 2 0 1 0;
318318
layout: vertical;
319319
overflow: hidden auto;
320320
}
321321

322-
323322
#validate_arguments_horizontal{
324323
height: auto;
325-
margin: 0 1 1 1;
324+
margin: 0 1 1 0;
326325
}
327326

328327
#validate_top_level_folder_select {
329328
width: 30%;
329+
margin: 0 0 0 1;
330+
}
331+
332+
#validate_path_label {
333+
margin: 0 0 0 2;
330334
}
331335

332336
#validate_path_input {
333337
width: 80%;
334338
margin: 1 1 1 1;
335339
}
336340

341+
#validate_allow_alphanumeric_sub_ses_values_checkbox {
342+
margin: 0 0 0 6;
343+
}
344+
345+
#validate_strict_mode_checkbox {
346+
margin: 0 0 0 1;
347+
}
348+
349+
#validate_include_central_checkbox {
350+
margin: 0 6 0 1
351+
}
352+
353+
337354
#validate_select_button {
338355
margin: 1 1 1 1;
339356
}

0 commit comments

Comments
 (0)