##// END OF EJS Templates
make 'time before tooltip' style more consistent
MinRK -
Show More
@@ -122,6 +122,14 b' span.section_row_buttons a {'
122 122
123 123 #timebeforetooltip_span {
124 124 float: right;
125 padding: 0px 5px;
126 font-size: 85%;
127 }
128
129 #timebeforetooltip_label {
130 float: right;
131 text-align:right;
132 font-size: 85%;
125 133 }
126 134
127 135 #tooltipontab_span {
@@ -269,11 +269,11 b''
269 269 <span class="checkbox_label" id="smartcompleter_label">Smart completer:</span>
270 270 </div>
271 271 <div class="section_row">
272 <span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
273 272 <span id="timebeforetooltip_span">
274 273 <input type="text" id="timebeforetooltip" value="1200" size='6'></input>
275 274 <span class="numeric_input_label" id="timebeforetooltip_unit">milliseconds</span>
276 275 </span>
276 <span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
277 277 </div>
278 278 </div>
279 279 </div>
General Comments 0
You need to be logged in to leave comments. Login now