forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.html
More file actions
21 lines (21 loc) · 1.01 KB
/
Copy pathstyle.html
File metadata and controls
21 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div id="menu-content-bookmarks-style" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Style</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<input id="control-link-style-block" class="control-link-style-block" type="radio" name="control-link-style" value="block" tabindex="-1">
<label for="control-link-style-block"><span class="label-icon"></span> Block</label>
</div>
<div class="form-helper">
<p class="control-link-style-block-helper form-helper-item">Bookmark tiles more square shaped.</p>
</div>
<div class="form-wrap">
<input id="control-link-style-list" class="control-link-style-list" type="radio" name="control-link-style" value="list" tabindex="-1">
<label for="control-link-style-list"><span class="label-icon"></span> List</label>
</div>
<div class="form-helper">
<p class="control-link-style-list-helper form-helper-item">Bookmark tiles more short and wide.</p>
</div>
</div>
</div>