make 'time before tooltip' style more consistent

MinRK 15 years ago
parent 057c304162
commit 26416b6d2d

@ -122,6 +122,14 @@ span.section_row_buttons a {
#timebeforetooltip_span {
float: right;
padding: 0px 5px;
font-size: 85%;
}
#timebeforetooltip_label {
float: right;
text-align:right;
font-size: 85%;
}
#tooltipontab_span {

@ -269,11 +269,11 @@
<span class="checkbox_label" id="smartcompleter_label">Smart completer:</span>
</div>
<div class="section_row">
<span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
<span id="timebeforetooltip_span">
<input type="text" id="timebeforetooltip" value="1200" size='6'></input>
<span class="numeric_input_label" id="timebeforetooltip_unit">milliseconds</span>
</span>
<span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
</div>
</div>
</div>

Loading…
Cancel
Save