X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fhelp%2Fhelp.css;h=211e8fa728bcf5ff1c5a73d85ada471b8bd191a3;hp=9bb84962bb2c58a36c0c9b0805524d4999074035;hb=904e50409e523d61b35bd75ec79c0f34ff107b77;hpb=d61a45b24b8aab4323df5cdef2fd0c59ecad38ff diff --git a/EarlyBlue/help/help.css b/EarlyBlue/help/help.css index 9bb84962..211e8fa7 100644 --- a/EarlyBlue/help/help.css +++ b/EarlyBlue/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 ----- */ @@ -113,3 +117,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; +}