Metro UI - add margins between buttons aligned to the right

392 Views Asked by At

I am totally new to the Metro UI Framework and I am currently 'struggling' to add a simple margin between 2 buttons.

http://prntscr.com/e8acp3

This is the current code in pace:

http://prntscr.com/e8ajcd

How do I add a simple margin between the 2 buttons on the right?

1

There are 1 best solutions below

0
jonnow On

Use the helper classes. You can add a margin and then turn off the margins you don't want:

<button class="button secondary place-right margin10 no-margin-right no-margin-top no-margin-bottom">
    Book off
</button>

Unfortunately Metro UI doesn't provide specific margin left/right/top/bottom.