aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-08 17:30:00 -0800
committerFriendika <info@friendika.com>2010-11-08 17:30:00 -0800
commit45149271285ea3515c3c1a7ea189609969c76748 (patch)
tree8c51894b100815a17662a881e0785eb5c708118f /view
parent01f171bce71126f60cf0ef9b447006b34c5a3891 (diff)
downloadvolse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.gz
volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.tar.bz2
volse-hubzilla-45149271285ea3515c3c1a7ea189609969c76748.zip
added search
Diffstat (limited to 'view')
-rw-r--r--view/search_item.tpl24
-rw-r--r--view/theme/default/style.css25
2 files changed, 43 insertions, 6 deletions
diff --git a/view/search_item.tpl b/view/search_item.tpl
new file mode 100644
index 000000000..6004ed5a1
--- /dev/null
+++ b/view/search_item.tpl
@@ -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>
+
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 249fb2a95..2dbd3d062 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -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;
+} \ No newline at end of file