mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Updated popover example with latest inputs standard
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user