summaryrefslogtreecommitdiff
path: root/searx/static/less/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/less/style.less')
-rw-r--r--searx/static/less/style.less25
1 files changed, 14 insertions, 11 deletions
diff --git a/searx/static/less/style.less b/searx/static/less/style.less
index 469c6fc12..886e39dbc 100644
--- a/searx/static/less/style.less
+++ b/searx/static/less/style.less
@@ -383,13 +383,25 @@ tr {
#suggestions {
span {
- display: block;
+ display: inline;
margin: 0 2px 2px 2px;
padding: 0;
}
+ input {
+ padding: 0;
+ margin: 3px;
+ font-size: 0.8em;
+ display: inline-block;
+ background: transparent;
+ color: @color-result-search-url-font;
+ cursor: pointer;
+ }
+ input[type="submit"] {
+ text-decoration: underline;
+ }
form {
- display: block;
+ display: inline;
}
}
@@ -463,15 +475,6 @@ tr {
}
@media screen and (max-width: 70em) {
- #suggestions {
- span {
- display: inline;
- }
-
- form {
- display: inline;
- }
- }
.right {
display: none;
postion: fixed !important;