Move the last refresh timer, give the "field" class to the search input.

This commit is contained in:
Mayhem 2013-11-11 21:05:35 +01:00
parent 564e799d31
commit 86a46f35fb
2 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,9 @@
background-color: #F2F2F2; background-color: #F2F2F2;
color: #888; color: #888;
} }
.field::-webkit-search-decoration {
display: none;
}
.move { .move {
cursor: move; cursor: move;
} }

View File

@ -1,3 +1,3 @@
[<time id="index-last-refresh" title="Last index refresh" data-init="1">...</time>]&nbsp;
[<a href="./catalog">Catalog</a>]&nbsp; [<a href="./catalog">Catalog</a>]&nbsp;
<input type="search" id="index-search" placeholder="Search"> [<time id="index-last-refresh" title="Last index refresh" data-init="1">...</time>]&nbsp;
<input type="search" id="index-search" class="field" placeholder="Search">