##// END OF EJS Templates
fix timebeforetooltip span and css
Matthias BUSSONNIER -
Show More
@@ -115,6 +115,10 span.section_row_buttons a {
115 float: right;
115 float: right;
116 }
116 }
117
117
118 #timebeforetooltip_span {
119 float: right;
120 }
121
118 #tooltipontab_span {
122 #tooltipontab_span {
119 float: right;
123 float: right;
120 }
124 }
@@ -269,7 +269,7
269 <span class="checkbox_label" id="smartcompleter_label">Smart completer:</span>
269 <span class="checkbox_label" id="smartcompleter_label">Smart completer:</span>
270 </div>
270 </div>
271 <div class="section_row">
271 <div class="section_row">
272 <span id="tooltipontab_span">
272 <span id="timebeforetooltip_span">
273 <input type="text" id="timebeforetooltip" value="1200"></input>
273 <input type="text" id="timebeforetooltip" value="1200"></input>
274 </span>
274 </span>
275 <span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
275 <span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
General Comments 0
You need to be logged in to leave comments. Login now