moar css
This commit is contained in:
parent
34559db9aa
commit
d4305eb2f0
@ -11,6 +11,7 @@ function inject_search(elem) {
|
||||
var newsgroup = document.createElement("input");
|
||||
var status = document.createElement("span");
|
||||
var output = document.createElement("div");
|
||||
output.setAttribute("class", "searchresult");
|
||||
|
||||
button.innerHTML = "search";
|
||||
|
||||
|
@ -282,6 +282,12 @@ a, a:visited, .navbar-link > label {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.searchresult {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.navbar-sep {
|
||||
color: darkgray;
|
||||
}
|
||||
|
Reference in New Issue
Block a user