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
21 lines (21 loc) · 1.06 KB
/
Copy patharea.html
File metadata and controls
21 lines (21 loc) · 1.06 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-header-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-header-area-width-range">Width</label>
<div class="form-group form-group-block">
<input id="control-header-area-width-range" class="control-header-area-width-range mr-3" type="range" value="0" tabindex="-1">
<input class="control-header-area-width-number form-group-item-medium form-group-radius-left" type="number" value="0" tabindex="-1">
<button class="control-header-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-header-area-width-match button" tabindex="-1">Match Bookmarks Area</button>
</div>
<div class="form-helper">
<p class="control-header-area-width-helper form-helper-item">Max width is defined by Layout Area Width.</p>
</div>
</div>
</div>