diff --git a/plugins/Search/dump b/plugins/Search/dump index fc16180d7..ce25aae0c 100644 --- a/plugins/Search/dump +++ b/plugins/Search/dump @@ -26,3 +26,7 @@ INSERT INTO soap_methods (class, method, seclev, formkeys) VALUES ('Slash::Searc # i am hoping to make it so we can just do something like # "search/SOAP_speed_limit" instead ... we'll see #INSERT INTO vars (name, value) VALUES ('test/get_uid_speed_limit', 10); + + +SELECT @page_ctid := ctid FROM css_type where name="page"; +INSERT INTO css (rel, type, media, file, title, skid, page, admin, theme, ctid, ordernum) VALUES ('stylesheet','text/css','screen, projection','search.css','Slashcode',0,'search','no','',@page_ctid,0); diff --git a/plugins/Search/search.css b/plugins/Search/search.css new file mode 100644 index 000000000..99a9c8e1d --- /dev/null +++ b/plugins/Search/search.css @@ -0,0 +1,28 @@ +#search legend +{ + display: none; +} +#search fieldset +{ + margin: 0; + padding: 0; + border: none; +} + +#search form { margin: 0 0 1em 0; } +.search-results .data { font-size: 75.5%; } + +.search-results .details +{ + font-size: 75.5%; + margin: 0 0 1em 0; +} + +.sectiontitle li { + font-size: 75.5%; +} + +.search-results .author { + font-size: 75.5%; + margin: 0 0 1em 0; +}