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

form microfix

parent 5e825fdd
...@@ -193,7 +193,6 @@ ...@@ -193,7 +193,6 @@
<input type="week" placeholder="input[type=week]"> <input type="week" placeholder="input[type=week]">
<input type="datetime" placeholder="input[type=datetime]"> <input type="datetime" placeholder="input[type=datetime]">
<input type="number" placeholder="input[type=number]"> <input type="number" placeholder="input[type=number]">
<input type="file">
<label><input type="checkbox"> text</label> <label><input type="checkbox"> text</label>
<label><input type="radio"> text</label> <label><input type="radio"> text</label>
</div> </div>
...@@ -217,6 +216,7 @@ ...@@ -217,6 +216,7 @@
<input type="text" placeholder="input[type=text] readonly" readonly> <input type="text" placeholder="input[type=text] readonly" readonly>
</div> </div>
</div> </div>
<input type="file">
</fieldset> </fieldset>
</form> </form>
<hr> <hr>
......
...@@ -403,6 +403,10 @@ textarea { ...@@ -403,6 +403,10 @@ textarea {
height: auto; height: auto;
} }
input[type="color"] {
width: auto;
}
input[type="range"] { input[type="range"] {
width: 100%; 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