|
@@ -160,7 +160,7 @@ body {
|
|
|
.expression_operand_1, .expression_operand_2, .operator, .div_comment_text, .value_rendered, .parameters_function_called, .parameters_function_called div, .expression_elements,
|
|
|
.expression_element, .var_rendered, .menu_add_item, .component_element, .component_element, .conditional_expression, .variable_attribution, .attribution_expression, .var_value_expression,
|
|
|
.incrementation_field, .incrementation_variable, .first_operand, .operator, .second_operand, .variable_to_switch, .variable_case, .button_remove_case, .editing_name_var, .parameter_div_edit,
|
|
|
-.all_elements_write, .container_var_element_control, .inline_add_command, .restart_expression, .div_parent_handler, .div_drag_writer, .single_element_expression, .ghost_parenthesis {
|
|
|
+.all_elements_write, .container_var_element_control, .inline_add_command, .restart_expression, .div_parent_handler, .div_drag_writer, .single_element_expression, .ghost_parenthesis, .pass_button {
|
|
|
display: inline;
|
|
|
}
|
|
|
|
|
@@ -295,6 +295,7 @@ div.buttons_manage_columns {
|
|
|
}
|
|
|
.ui.repeatNtimes .separator_character {
|
|
|
margin-right: 10px;
|
|
|
+ margin-left: 15px;
|
|
|
}
|
|
|
.ui.repeatNtimes, .ui.whiletrue {
|
|
|
min-height: 50px;
|
|
@@ -565,7 +566,8 @@ div.function_name_div_updated:active,
|
|
|
.incrementation_field .first_operand:not(:empty),
|
|
|
.incrementation_field .operator:not(:empty),
|
|
|
.incrementation_field .second_operand:not(:empty),
|
|
|
-.single_element_expression, .ghost_parenthesis {
|
|
|
+.single_element_expression, .ghost_parenthesis,
|
|
|
+.ui.repeatNtimes .conditional_expression {
|
|
|
background: #e8e8e8;
|
|
|
border-radius: 5px;
|
|
|
min-width: 40px;
|
|
@@ -1054,4 +1056,24 @@ div.ui.checkbox.transition.visible {
|
|
|
|
|
|
.settings_topic .content_segment_settings {
|
|
|
margin-left: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.ui.repeatNtimes .span_command_spec {
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.ui.repeatNtimes .ui.attribution_expression {
|
|
|
+ margin-right: -10px;
|
|
|
+}
|
|
|
+
|
|
|
+.ui.repeatNtimes .ui.var_value_expression.div_expression_st {
|
|
|
+ margin-left: -10px;
|
|
|
+}
|
|
|
+
|
|
|
+.pass_button {
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.pass_button button {
|
|
|
+ padding-bottom: 2px;
|
|
|
}
|