3 // Other things which effect the behaviour of components
7 // Used when you want to push an element to the left of its containing element
10 // <div class="mw-ui-vform-field">
11 // <label>Username <a href="#" class="mw-ui-flush-left">?</a></label>
22 // Used when you want to push an element to the right of its containing element
25 // <div class="mw-ui-vform-field">
26 // <label>Username <a href="#" class="mw-ui-flush-right">?</a></label>
37 // Centers the element in its containing element
41 // <button class="mw-ui-center-block">click me</button>