From 3a2fe5b742cb78e5ac109336ea7b8ddec224f4eb Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Sat, 17 Jun 2017 15:07:44 +0300 Subject: [PATCH] new tab button with js --- index.html | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index bd6b069..e82e9fe 100644 --- a/index.html +++ b/index.html @@ -24,11 +24,15 @@ A:focus { text-decoration: underline; } #filter { width: 100%; } #search { width: 100%; display: table; } - .search_span { display: table-cell; text-align: center; vertical-align: middle; } + .search_span { display: table-cell; text-align: center; vertical-align: middle; + padding-left: 0.1em; padding-right: 0.1em; } .head { font-size: 16px; text-align:left; padding-top: 0.2em; margin-bottom: -0.5em; } #menu { font-size: 12px; width: 3em; } - .tickbox { width: 3em; } + .tickbox { } #reload_span { float: right; } + #open_blank_span { cursor: pointer; font-size:16px;} + #open_blank_box { position:relative; left: 0.35em } + #open_blank_arrow { position: relative; left: -0.25em; top: -0.2em; } LI.nolink:before { content:" "; padding-right: 1.0em; @@ -101,6 +105,8 @@ function make_menu() { sel.id="menu"; doc.appendChild(sel); var opt=document.createElement("option"); + opt.value=""; + opt.innerHTML="#"; sel.appendChild(opt); for (c=0; c - ^ +