summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-09-26 16:19:06 +0200
committerAndras Timar <andras.timar@collabora.com>2019-09-26 16:19:06 +0200
commit1e3c9fcd892d91595687b21a6143c3901a4691bc (patch)
treeeeeb17efc148ebd9777b3500c007403862e931ea /help3xsl/default.css
parent62b6c2023a69acd44ca744c362e1680f1c7ccf32 (diff)
[cp] Fix style and position of search bar
Change-Id: Idf442ddadfb30e0708bc5f37cf030dc469118c0e
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index cfc6596029..fccdc81901 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -799,11 +799,10 @@ li.disabled a {
grid-area: rightside;
}
.xapian-omega-search {
- grid-area: google;
- position: sticky;
- top: 0px;
- background-color: #FCFCFC;
- box-shadow: none;
+ margin: 0;
+ position: absolute;
+ top: 19px;
+ left: 360px;
}
.donation {
max-width: 400px;