Skip to content
Snippets Groups Projects
Commit 10b1444e authored by Brett Bieber's avatar Brett Bieber
Browse files

Add some CSS overrides since we're displaying results inside one column.

parent b2fc0d47
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ $page->doctitle = '<title>UNL | Search</title>';
$local_results = '';
$page->head .= '
<script src="http://www.google.com/jsapi?key=ABQIAAAAfxH7RKwDLHYhDD9dSUZe-RTELkNjcWhKXky6vQZrvQAPA5Uw6xR-eQp2X1fKnLG-UqeKQ_7mwv5CcQ" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="searchCSS.css" />
<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/peoplefinder_default.css" />
<link rel="stylesheet" type="text/css" href="searchCSS.css" />
';
$page->addScript('searchFunc.js');
......
/* Google/Peoplefinder Styles */
/** Overridden directory styles **/
.recordDetails {
margin-left:8px;
max-width:155px;
}
/*
The Search results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment