diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-27 08:43:05 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 21:18:57 +0200 |
commit | 4aeac3fa2e9c50c8e32e17e4afb6241264e98ef2 (patch) | |
tree | 57b7bd4d184d6b236a22c38087ba846a2330dcc5 /help3xsl/default.css | |
parent | 1d522f23278d6c056bb183da114170e55ec8ecd2 (diff) |
[cp] replace Google Search to Xapian Omega search
Change-Id: I0defae3675b0686e15e943ff08014ac98bcbbcbf
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index ee67073001..e2bb6b30ac 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -593,10 +593,23 @@ li.disabled a { font-size:1.2rem; text-align: center; } -.google-search { - max-width: 300px; +.xapian-omega-search { + max-width: 800px; margin: 40px auto 0 auto; } +.xapian-omega-search-button { + background-color: #5c3de2; + border: 3px solid #5c3de2; + border-radius: 8px; + color: #5c3de2; + padding: 5px 30px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 24px; + margin: 4px 10px; + cursor: pointer; +} .modules { border-bottom: 2px solid #f3f3f3; background-color: #233336; @@ -785,7 +798,7 @@ li.disabled a { .rightside { grid-area: rightside; } - .google-donation { + .xapian-omega-search { grid-area: google; position: sticky; top: 0px; |