Skip to content

Commit

Permalink
CSS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jul 12, 2005
1 parent 274128d commit 3750403
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/Search/dump
Expand Up @@ -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);
28 changes: 28 additions & 0 deletions 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;
}

0 comments on commit 3750403

Please sign in to comment.