diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 50a67b752a..f71cb68850 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -577,7 +577,7 @@ li.disabled a { #search-bar::placeholder { font-style: italic; } -.google-donation { +.xapian-donation { border-top: 2px solid #148603; background-color: #FCFCFC; box-shadow: 0 2px 8px 0 rgba(0,0,0,.05); @@ -607,9 +607,15 @@ li.disabled a { font-size:1.2rem; text-align: center; } -.google-search { +/*.xapian-omega-search { max-width: 300px; margin: 40px auto 0 auto; +}*/ +.xapian-omega-search { + margin: 0; + /*position: absolute;*/ + top: 19px; + left: 360px; } .modules { border-bottom: 2px solid #f3f3f3; @@ -803,7 +809,7 @@ li.disabled a { .rightside { grid-area: rightside; } - .google-donation { + .xapian-donation { grid-area: google; position: sticky; top: 0px; @@ -857,14 +863,14 @@ li.disabled a { /* Use @supports to sneak these rules past IE */ @supports (grid-area: auto) { @media screen and (min-width: 960px) { - .google-donation { + .xapian-donation { display: flex; justify-content: space-between; align-items: center; background-color: #18A303; border-top: none; } - .google-search { + .xapian-omega-search { margin: 0; } .donation { |