basic form - needs some more changes but basics are there.
This commit is contained in:
parent
ec7acc5c3b
commit
de82467f77
3 changed files with 151 additions and 15 deletions
17
editor/sahliedit.css
Normal file
17
editor/sahliedit.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
label, input, textarea{
|
||||
display: block;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: 8em;
|
||||
}
|
||||
|
||||
.colorbox {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
height: 2em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue