Commit 6a895b30 authored by Nikolay Gromov's avatar Nikolay Gromov

form microfix

parent 5e825fdd
......@@ -193,7 +193,6 @@
<input type="week" placeholder="input[type=week]">
<input type="datetime" placeholder="input[type=datetime]">
<input type="number" placeholder="input[type=number]">
<input type="file">
<label><input type="checkbox"> text</label>
<label><input type="radio"> text</label>
</div>
......@@ -217,6 +216,7 @@
<input type="text" placeholder="input[type=text] readonly" readonly>
</div>
</div>
<input type="file">
</fieldset>
</form>
<hr>
......
......@@ -403,6 +403,10 @@ textarea {
height: auto;
}
input[type="color"] {
width: auto;
}
input[type="range"] {
width: 100%;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment