How can I make input group involves two inputs?
I have searched for this a few minutes and i couldn't find any working code.
But now i finaly did it ! Take a look:
And css
#unified-inputs.input-group { width: 100%; }
#unified-inputs.input-group input { width: 50% !important; }
#unified-inputs.input-group input:last-of-type { border-left: 0; }
http://jsfiddle.net/4Ln8d7zq/)