For the CSS guru there, I can’t understand CSS, which makes the first shortcut / selection pair not middle, but the second aligned in the middle.
See the problem in the image below. My goal is to make the first mark / select a pair in the middle and understand the css rules that do this.

<div class="pure">
<form class="pure-form-inline">
<div class="pure-g">
<div class="pure-u labelArea">
<label>Choose Project:</label>
</div>
<div class="pure-u-1-4">
<select></select>
</div>
</div>
<div class="pure-control-group">
<label>Choose Customer:</label>
<select></select>
</div>
</form>
</div>
Here you can see it in action ... Fiddle
source
share