1
0
Fork 0

added search

This commit is contained in:
Friendika 2010-11-08 17:30:00 -08:00
commit 4514927128
7 changed files with 189 additions and 16 deletions

24
view/search_item.tpl Normal file
View file

@ -0,0 +1,24 @@
<div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
<div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" >
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" >
<a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id">
<img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a>
</div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
<a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
<div class="wall-item-location" id="wall-item-location-$id">$location</div>
</div>
<div class="wall-item-content" id="wall-item-content-$id" >
<div class="wall-item-title" id="wall-item-title-$id">$title</div>
<div class="wall-item-body" id="wall-item-body-$id" >$body</div>
</div>
$drop
</div>
<div class="wall-item-wrapper-end"></div>
</div>
<div class="wall-item-outside-wrapper-end$indent" ></div>
<div class="wall-item-conv" id="wall-item-conv-$id" >$conv</div>

View file

@ -167,7 +167,7 @@ aside {
/*left: 0px;*/
/*top: 60px;*/
/*right: 250px;*/
width: 250px;
width: 230px;
/*margin-left: 20px;*/
/*margin-right: 0px;*/
font-size: 0.9em;
@ -178,7 +178,7 @@ aside {
}
section {
position: absolute;
left: 270px;
left: 250px;
top: 60px;
margin-top: 25px;
margin-left: 20px;
@ -240,10 +240,10 @@ footer {
float: right;
margin-left: 0px;
margin-right: 3px;
padding: 5px;
padding: 6px;
/*border: 2px solid #000000;*/
background: #D5D5D5;
font-size: 90%;
font-size: 80%;
font-weight: bold;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
@ -294,10 +294,10 @@ footer {
float: left;
margin-left: 3px;
margin-right: 0px;
padding: 5px;
padding: 6px;
/*border: 2px solid #000000;*/
background: #D5D5D5;
font-size: 90%;
font-size: 80%;
font-weight: bold;
text-decoration: none;
-moz-border-radius-topleft: 3px;
@ -1813,3 +1813,16 @@ a.mail-list-link {
#tagrm-cancel {
margin-left: 15px;
}
.wall-item-conv {
margin-top: 5px;
margin-bottom: 25px;
}
#search-submit {
margin-left: 15px;
}
#search-box {
margin-bottom: 25px;
}