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

Remove the old peoplefinder css. Reference the new directory CSS. Rearrange...

Remove the old peoplefinder css. Reference the new directory CSS. Rearrange columns so they make sense.
parent be1918b7
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ $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" />
';
$page->addScript('searchFunc.js');
......@@ -81,16 +82,16 @@ $page->maincontentarea .= '
</form>
</noscript>
</div>
<div class="col right">
<h3 class="sec_header">UNL Directory</h3>
<div id="ppl_results"></div>
<a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About the UNL Directory</a>
</div>
<div class="three_col left">
'.$local_results.'
<h3 class="sec_header">UNL Web</h3>
<div id="unl_results"></div>
</div>
<div class="col right">
<h3 class="sec_header">UNL Directory</h3>
<div id="ppl_results"></div>
<a href="http://www1.unl.edu/wdn/wiki/About_Peoplefinder">About the UNL Directory</a>
</div>
';
echo $page;
......
/* Google/Peoplefinder Styles */
#ppl_results ul{
list-style:none;
padding:0;
margin-bottom:5px;
}
#ppl_results ul li.ppl_Sresult{
border-bottom:1px solid #ddd;
padding:0.7em 0 0.7em 0.7em;
}
#ppl_results ul li.ppl_Sresult:hover, #ppl_results ul li.ppl_Sresult.alt:hover{
background:#FFFEF0;
border-bottom:1px solid #d3d3d3;
}
#ppl_results ul li.ppl_Sresult.alt{
background:#FAFAFA;
}
#ppl_results ul li.ppl_Sresult div.tel{
background:url(http://peoplefinder.unl.edu/images/mobile.gif) no-repeat 0 0.75em;
padding:0.5em 0 0 1em;
position:relative;
color:#333;
}
#ppl_results .fn{
float:left;
margin-right:0.2em;
}
#ppl_results .cMatch{
background:#ffffcc;
margin:1em 0 1em 0;
padding:0.5em;
border:1px solid #d0c8a5;
}
#ppl_results .cMatch p {
margin:0;
}
#ppl_results .cNav{
position:absolute;
right:0;
top:0;
font-weight:normal;
letter-spacing:-0.1em;
}
#ppl_results a.cInfo{
background:url(http://peoplefinder.unl.edu/images/person.gif) no-repeat 0 3px;
padding:0 0 0 1em;
margin-left:0.8em;color:#555;text-decoration:underline;
}
#ppl_results .eppa{
font-size:0.75em;
margin-top:0.2em;
}
/*
The Search results
......@@ -94,40 +42,3 @@ padding: 0.7em;
.gs-watermark {
display: none;
}
/* HCard Popup Styles */
body
{
position: relative;
}
div.vcard {
padding: 5px;
color: #fff;
}
div.vcard a {
color: #fff;
}
div.vcard .fn {
float: left;
font-weight: bold;
margin-right: 4px;
}
div.vcard .vcardinfo {
padding: 6px;
line-height: 1.1;
position: relative;
}
div.vcard .adr, div.vard .tel {
margin-top:10px;
margin-bottom:10px;
font-size:0.9em;
}
div.vcard .type {
font-weight: bold;
}
div.vcard .eppa{
font-size:0.75em;
margin-top:0.2em;
}
\ No newline at end of file
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