Skip to content
Snippets Groups Projects
Commit d2a3afe6 authored by uhensler's avatar uhensler
Browse files

OO-4630: Appointment action buttons were not right aligned in Chrome

parent e1546efa
No related branches found
No related tags found
No related merge requests found
......@@ -160,10 +160,10 @@ public class TopicCreateController extends FormBasicController {
// Appointments
locationEl = uifactory.addTextElement("appointment.location", 128, null, formLayout);
locationEl.setHelpText("appointment.init.value");
locationEl.setHelpTextKey("appointment.init.value", null);
maxParticipationsEl = uifactory.addTextElement("appointment.max.participations", 5, null, formLayout);
maxParticipationsEl.setHelpText("appointment.init.value");
maxParticipationsEl.setHelpTextKey("appointment.init.value", null);
recurringEl = uifactory.addCheckboxesHorizontal("appointments.recurring", formLayout,
new String[] { "xx" }, new String[] { null });
......
......@@ -771,10 +771,9 @@ div.o_correction_navigation {
}
.o_buttons {
flex: 1 0 0;
display: flex;
justify-content: right;
align-items: end;
flex-flow: column-reverse;
margin-left: auto;
.o_button_group {
display: flex;
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment