add checkbox to limit number of inputs

This commit is contained in:
Alexandre Girard 2011-11-24 16:34:28 +01:00
parent ccaa21a04a
commit 7a7b3391fb
3 changed files with 27 additions and 20 deletions

View file

@ -786,11 +786,15 @@ padding: 10px;
border-radius: 6px;
}
#embedreadonly {
float:right;
}
#embedcode, #readonlyUrl, #linkcode {
margin-left:10px;
}
#embedinput, #readonlyInput, #linkinput, #rolinkinput, #roembedinput {
#embedinput, #readonlyInput, #linkinput {
width:375px;
height:24px;
display:inline;