Opportunity html
Jump to navigation
Jump to search
| Line 488: | Line 488: | ||
<div> | <div> | ||
| − | <span> | + | <span class="checkbox-container"> |
<label class="checkbox-label"> | <label class="checkbox-label"> | ||
<input type="checkbox"> | <input type="checkbox"> | ||
| Line 495: | Line 495: | ||
</span> | </span> | ||
| − | <span class=" | + | <span class="checkbox-title">As soon as possible</span> |
</div> | </div> | ||
<style> | <style> | ||
| + | .checkbox-container { | ||
| + | display: table; | ||
| + | } | ||
| + | .checkbox-title { | ||
| + | display: table-cell; | ||
| + | } | ||
/* Styling Checkbox Starts */ | /* Styling Checkbox Starts */ | ||
| Line 513: | Line 519: | ||
width: 24px; | width: 24px; | ||
clear: both; | clear: both; | ||
| + | margin-left: 4px; | ||
| + | margin-right: 4px; | ||
} | } | ||
Revision as of 15:58, 4 March 2020