add textbox and button for adding new site
This commit is contained in:
parent
ae1f80b8b5
commit
d43be8cfbe
2 changed files with 19 additions and 0 deletions
|
@ -951,6 +951,20 @@ span ~ .panel-header-text {
|
||||||
padding-block-start: 5px;
|
padding-block-start: 5px;
|
||||||
padding-inline-end: 5px;
|
padding-inline-end: 5px;
|
||||||
padding-inline-start: 5px;
|
padding-inline-start: 5px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.edit-container-panel input[type="text"]#edit-container-panel-site-input {
|
||||||
|
inline-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#edit-container-site-link {
|
||||||
|
block-size: 36px;
|
||||||
|
background: #ebebeb;
|
||||||
|
}
|
||||||
|
|
||||||
|
#edit-container-site-link:hover {
|
||||||
|
background: #e3e3e3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-container-panel legend {
|
.edit-container-panel legend {
|
||||||
|
|
|
@ -204,6 +204,11 @@
|
||||||
<fieldset id="edit-container-panel-choose-icon" class="radio-choice">
|
<fieldset id="edit-container-panel-choose-icon" class="radio-choice">
|
||||||
<legend>Choose an icon</legend>
|
<legend>Choose an icon</legend>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
<fieldset id="edit-container-panel-add-site">
|
||||||
|
<legend>Add site</legend>
|
||||||
|
<input type="text" name="site-name" id="edit-container-panel-site-input"/>
|
||||||
|
<a class="button secondary" id="edit-container-site-link">Add</a>
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<div id="edit-sites-assigned" class="scrollable" hidden>
|
<div id="edit-sites-assigned" class="scrollable" hidden>
|
||||||
<h3>Sites assigned to this container</h3>
|
<h3>Sites assigned to this container</h3>
|
||||||
|
|
Loading…
Add table
Reference in a new issue