mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Updated popover example with latest inputs standard
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
46174b2280
commit
f045a8f184
@ -60,13 +60,22 @@ Basic layout
|
||||
</li>
|
||||
<li>
|
||||
<span class="menuitem">
|
||||
<span class="icon icon-folder"></span>
|
||||
<span class="icon icon-user"></span>
|
||||
<form>
|
||||
<input id="input-folder" type="text" value="New folder">
|
||||
<input id="input-folder" type="text" value="new email">
|
||||
<input type="submit" value=" " class="primary icon-checkmark-white">
|
||||
</form>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="menuitem">
|
||||
<span class="icon icon-folder"></span>
|
||||
<form>
|
||||
<input id="input-folder" type="text" value="New folder">
|
||||
<input type="submit" value=" " class="icon-confirm">
|
||||
</form>
|
||||
</span>
|
||||
</li>
|
||||
<ul>
|
||||
</div>
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 9.4 KiB |
Loading…
Reference in New Issue
Block a user