cheap solution to placing new window icon
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
A:focus { text-decoration: underline; }
|
A:focus { text-decoration: underline; }
|
||||||
#filter { width: 90%; }
|
#filter { width: 90%; }
|
||||||
.head { font-size: 16px; text-align:left; padding-top: 0.2em; margin-bottom: -0.5em; }
|
.head { font-size: 16px; text-align:left; padding-top: 0.2em; margin-bottom: -0.5em; }
|
||||||
.tickbox { display: block; float: right; }
|
.tickbox { z-index:99; display: block; position: absolute; top: 5px; right:5px; }
|
||||||
LI.nolink:before {
|
LI.nolink:before {
|
||||||
content:" ";
|
content:" ";
|
||||||
padding-right: 1.0em;
|
padding-right: 1.0em;
|
||||||
@@ -217,7 +217,7 @@ var config = {
|
|||||||
<script language="javascript" src="config.js"></script>
|
<script language="javascript" src="config.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="read_links()">
|
<body onload="read_links()">
|
||||||
<div id="search"><input type="text" oninput="filter(event)" onkeypress="filter(event)" onblur="no_filter()" id="filter" title="Filter links by name">
|
<div id="search"><span><input type="text" oninput="filter(event)" onkeypress="filter(event)" onblur="no_filter()" id="filter" title="Filter links by name"></span>
|
||||||
<span class=tickbox>^<input type=checkbox id=open_blank title="Open links in new window" onclick="toggle_blank()" tabindex=-1></span>
|
<span class=tickbox>^<input type=checkbox id=open_blank title="Open links in new window" onclick="toggle_blank()" tabindex=-1></span>
|
||||||
</div>
|
</div>
|
||||||
<div id="main"></div>
|
<div id="main"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user