* VRFS-3161 - don't use floats for one-liner; use white-space:no-wrap

This commit is contained in:
Seth Call 2015-05-03 21:40:04 -05:00
parent 7063d6e1ea
commit d5b12eacfa
2 changed files with 13 additions and 3 deletions

View File

@ -234,8 +234,18 @@
margin-left:10px;
}
.instrument-rsvp-row {
.rsvp-instrument-info-holder {
display:inline-block;
margin-bottom:5px;
}
.rsvp-info-holder {
min-width:140px;
display:inline-block;
margin-bottom:5px;
}
.instrument-rsvp-row {
white-space:nowrap;
}
.plus-checkbox {

View File

@ -492,13 +492,13 @@
<!-- Instrument select template for RSVP -->
<script type="text/template" id="template-instrument-rsvp-option">
<div class="instrument-rsvp-row">
<div class="left ib mb5 plus-checkbox clearall">
<div class="plus-checkbox clearall rsvp-instrument-info-holder">
<input type="checkbox" id="{id}" session-instrument-id="{value}">
<label for="{id}" class="radio-text">
{label}
</label>
</div>
<div class="right ib w65 mb5">
<div class="rsvp-info-holder">
<div class="rsvp-count">
<select class="f12 rsvp-count" session-instrument-id="{value}">
<option value="1">1</option>