X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fhelp%2Fhelp.css;h=65eb4ea7fc4ffd12776a2f6f208dab729d1e72de;hp=7e5f802feadf86a28a557d511c5446780807610b;hb=0c8f119a82ab0a10f0a8884b04e3bbdc5140f3be;hpb=c09bd2ddc32d2bd0de40b939b6641684c4f0b97b diff --git a/LCARStrek/help/help.css b/LCARStrek/help/help.css index 7e5f802f..65eb4ea7 100644 --- a/LCARStrek/help/help.css +++ b/LCARStrek/help/help.css @@ -62,7 +62,11 @@ } /* Set the minimum sidebar width so the help contents aren't squeezed together.*/ -#help-sidebar { min-width: 15em; width: 20em; max-width: 25em; } +#help-sidebar { + min-width: 30px; + width: 20em; + max-width: 25em; +} /* ----- BACK BUTTON ----- */ @@ -133,3 +137,14 @@ #context-copy[disabled="true"] { display: none; } + +/* make findbar appear above content */ +#appcontent { + -moz-box-direction: reverse; +} + +/* style findbar for being on top */ +#FindToolbar { + border-bottom: 1px solid #666699; + border-top: 1px solid transparent; +}