cheap solution to placing new window icon
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
A:focus { text-decoration: underline; }
|
||||
#filter { width: 90%; }
|
||||
.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 {
|
||||
content:" ";
|
||||
padding-right: 1.0em;
|
||||
@@ -217,7 +217,7 @@ var config = {
|
||||
<script language="javascript" src="config.js"></script>
|
||||
</head>
|
||||
<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>
|
||||
</div>
|
||||
<div id="main"></div>
|
||||
|
||||
Reference in New Issue
Block a user