X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fhelp%2Fhelp.css;h=211e8fa728bcf5ff1c5a73d85ada471b8bd191a3;hp=01cfeff6cb38a99c8ee020df06ec19f1d3cae18c;hb=a066b053127a90d6fe01362412694c7732d72845;hpb=86609099c5905442cd908d7e7309c9551e1102f1 diff --git a/EarlyBlue/help/help.css b/EarlyBlue/help/help.css index 01cfeff6..211e8fa7 100644 --- a/EarlyBlue/help/help.css +++ b/EarlyBlue/help/help.css @@ -61,15 +61,11 @@ -moz-image-region: inherit; } -toolbarbutton > dropmarker { - -moz-image-region: auto; -} - /* Set the minimum sidebar width so the help contents aren't squeezed together.*/ -#help-sidebar { min-width: 15em; width: 20em; max-width: 25em; } - -#search-sidebar-closebutton { - list-style-image: url("chrome://global/skin/icons/close-button.gif"); +#help-sidebar { + min-width: 30px; + width: 20em; + max-width: 25em; } /* ----- BACK BUTTON ----- */ @@ -121,3 +117,14 @@ toolbarbutton > dropmarker { #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; +}