X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fhelp%2Fhelp.css;h=211e8fa728bcf5ff1c5a73d85ada471b8bd191a3;hp=ff4d727e4c7791728d1c5f0e5c0ca3e4cb53a4dd;hb=d9f15c2857b49ab333d62169cae553627650b441;hpb=11883879e21097665e512b637411d29caf33d194 diff --git a/EarlyBlue/help/help.css b/EarlyBlue/help/help.css index ff4d727e..211e8fa7 100644 --- a/EarlyBlue/help/help.css +++ b/EarlyBlue/help/help.css @@ -62,10 +62,10 @@ } /* 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 ----- */ @@ -117,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; +}