add editable example
This commit is contained in:
parent
5b5a133533
commit
392a700d19
3 changed files with 61 additions and 0 deletions
11
examples/forms/editable_elements/css/example.css
Normal file
11
examples/forms/editable_elements/css/example.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#box {
|
||||
width: 512px;
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-weight: bold;
|
||||
}
|
||||
div.label {
|
||||
margin-top: 16px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue