Skip to content

Commit

Permalink
Review popup
Browse files Browse the repository at this point in the history
  • Loading branch information
erdavila committed Sep 9, 2015
1 parent 3778a2c commit c98a5b5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions extension/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
body {
min-width:200px;
}
label {
white-space: nowrap;
}
</style>
</head>
<body>
<h1 style="text-align:center;">Bookmark All</h1>
<form>
<label>Folder Name: <input id="folderName"></label><br>
<label style="white-space: nowrap;">Inside: <select id="parentFolder"></select></label><br>
<label style="white-space: nowrap;"><input type="checkbox" id="windowsAsFolders">Create a folder for each window</label><br>
Bookmark all open tabs ...<br>
<label>... to a new folder named <input id="folderName"></label> ...<br>
<label>... created inside <select id="parentFolder"></select>.</label><br>
<label><input type="checkbox" id="windowsAsFolders">Create a sub-folder ("01", "02", ...) for each window.</label><br>
<p style="text-align:center;">
<button type="submit">Bookmark</button>
</p>
Expand Down

0 comments on commit c98a5b5

Please sign in to comment.