aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-09-25 18:33:19 -0500
committerDevlon Duthie <duthied@gmail.com>2011-09-25 18:33:19 -0500
commit1a3cc02b414909959f073649ad7f222ca8de91bb (patch)
tree2b0e0f681e1d067493972601c9b67c6c0739ad1c /view/theme
parent25dbedd9718c87f61cf79a049dc725fb93e66ad7 (diff)
downloadvolse-hubzilla-1a3cc02b414909959f073649ad7f222ca8de91bb.tar.gz
volse-hubzilla-1a3cc02b414909959f073649ad7f222ca8de91bb.tar.bz2
volse-hubzilla-1a3cc02b414909959f073649ad7f222ca8de91bb.zip
moved 'view in contextabove the 'end' line of a wall item so it's clear that the link belongs to that item
some various other css tweaks
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/testbubble/search_item.tpl5
-rw-r--r--view/theme/testbubble/style.css2
2 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/testbubble/search_item.tpl b/view/theme/testbubble/search_item.tpl
index 39c74ef81..76fbee6ba 100644
--- a/view/theme/testbubble/search_item.tpl
+++ b/view/theme/testbubble/search_item.tpl
@@ -32,9 +32,8 @@
</div>
</div>
+ <div class="wall-item-conv" id="wall-item-conv-$id" >$conv</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>
-
+<div class="wall-item-outside-wrapper-end$indent" ></div> \ No newline at end of file
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css
index af59f87b1..1c6931b2b 100644
--- a/view/theme/testbubble/style.css
+++ b/view/theme/testbubble/style.css
@@ -2704,6 +2704,7 @@ margin-left: 90px;
width: 130px;
padding: 7px;
margin-bottom: 10px;
+ margin-left: 170px; ;
-moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
-webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
box-shadow:inset 0px 1px 0px 0px #cfcfcf;
@@ -2733,6 +2734,7 @@ margin-left: 90px;
#new-event-link a {
color: #efefef;
+ text-align: center;
}
.edit-event-link, .plink-event-link {