forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharea.html
More file actions
44 lines (44 loc) · 2.49 KB
/
Copy patharea.html
File metadata and controls
44 lines (44 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<div id="menu-content-bookmarks-area" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Area</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<label for="control-link-area-width-range">Width</label>
<div class="form-group form-group-block">
<input id="control-link-area-width-range" class="control-link-area-width-range mr-3" type="range" value="0" tabindex="-1">
<input class="control-link-area-width-number form-group-item-medium form-group-radius-left" type="number" value="0" tabindex="-1">
<button class="control-link-area-width-default button" tabindex="-1" title="Reset to default"><span class="icon-replay"></span></button>
</div>
</div>
<div class="form-wrap">
<button class="control-link-area-width-match button" tabindex="-1">Match Header Area</button>
</div>
<div class="form-helper">
<p class="control-link-area-width-helper form-helper-item">Max width is defined by Layout Area Width.</p>
</div>
<hr>
<div class="form-wrap">
<label class="control-link-area-justify-label">Horizontal alignment</label>
</div>
<div class="form-wrap">
<div class="form-grid form-grid-3x1 control-link-area-justify-grid">
<div class="form-wrap">
<input id="control-link-area-justify-left" class="control-link-area-justify-left" type="radio" name="control-link-area-justify" value="left" tabindex="-1">
<label for="control-link-area-justify-left"><span class="label-icon"></span> <span class="sr-only">Left</span></label>
</div>
<div class="form-wrap">
<input id="control-link-area-justify-center" class="control-link-area-justify-center" type="radio" name="control-link-area-justify" value="center" tabindex="-1">
<label for="control-link-area-justify-center"><span class="label-icon"></span> <span class="sr-only">Center</span></label>
</div>
<div class="form-wrap">
<input id="control-link-area-justify-right" class="control-link-area-justify-right" type="radio" name="control-link-area-justify" value="right" tabindex="-1">
<label for="control-link-area-justify-right"><span class="label-icon"></span> <span class="sr-only">Right</span></label>
</div>
</div>
</div>
<div class="form-helper">
<p class="control-link-area-justify-helper form-helper-item">Effects may not be visible if the Bookmark Area is full width.</p>
</div>
</div>
</div>