Hello,

This line in web2py.css prevent the use of "Prepended and appended inputs" 
of the bootstrap :

Line 33 of web2py.css (web2py 2.1.1)
input[type=text],input[type=password],select{width:300px; margin-right:5px}

The problem come from the "margin-right:5px"

There should be not margin-right in order to allow the .add-on button to be 
paste just below the input field...

In order to test it someone could just use Chrome and inspect a input field 
append "input-append" to the field div class (formstyle=divs) :
Ex.: class="w2p_fw input-append" 
Append a span like this one to the field div :
<span class="add-on">.00</span>
And set a id to the input :
id="appendedInput"
But this not seems to be required even if it explained like this on 
bootstrap site.


Why do we use the margin-right for? Could it be removed or replaced by a 
container and magin-left ?

Richard
 

-- 



Reply via email to