AuraQ / ClockPickerForMendix

Clockpicker widget for Mendix
Apache License 2.0
1 stars 3 forks source link

Styling question #1

Closed RCatersels closed 8 years ago

RCatersels commented 8 years ago

Thank you for such a quick sollution :) I noticed in the CSS that the styling is set as: float: left; padding-left: 15px; padding-right: 15px;

Any reason for that? Because now the widget never lines with other objects in a grid. I used float right and zero padding myself.

Regards,

Ronald

lindski commented 8 years ago

No worries :)

The styles for the widget have come from the underlying plugin but I can't see anywhere in the css where the styles you mention have been specified.

Whereabouts are you seeing these styles set?

Could it be that these are being inherited from Mendix/Bootstrap?

Cheers

Iain

RCatersels commented 8 years ago

Thanks, my mistake. It's the bootstrap that is indeed causing this.