aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-03 19:41:04 -0700
committerFriendika <info@friendika.com>2011-07-03 19:41:04 -0700
commit5ceeb6752d645036b832077d88b71a8825952322 (patch)
tree1cf61d116761b52bf53592241a3b7a178d1675e0 /view
parentbef68a8c7fe021bd6effc3e4bad62dbd1d229e87 (diff)
downloadvolse-hubzilla-5ceeb6752d645036b832077d88b71a8825952322.tar.gz
volse-hubzilla-5ceeb6752d645036b832077d88b71a8825952322.tar.bz2
volse-hubzilla-5ceeb6752d645036b832077d88b71a8825952322.zip
starred items
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css15
-rw-r--r--view/theme/loozah/style.css17
-rw-r--r--view/wall_item.tpl1
-rw-r--r--view/wallwall_item.tpl1
4 files changed, 32 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index e18cc3236..3a6c94a30 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -897,6 +897,14 @@ input#dfrn-url {
margin-bottom: 15px;
}
+#network-star-link{
+ margin-top: 10px;
+}
+.network-star {
+ float: left;
+ margin-right: 5px;
+}
+
.wall-item-content-wrapper {
margin-top: 10px;
border: 1px solid #CCC;
@@ -1037,7 +1045,12 @@ input#dfrn-url {
}
.editpost {
- margin-left: 15px;
+ margin-left: 10px;
+ float: left;
+}
+.star-item {
+ margin-left: 10px;
+ float: left;
}
.wall-item-links-wrapper {
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 8f64e4cf8..04a680017 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -1096,8 +1096,23 @@ input#dfrn-url {
}
.editpost {
- margin-left: 15px;
+ margin-left: 10px;
+ float: left;
}
+.star-item {
+ margin-left: 10px;
+ float: left;
+}
+
+
+#network-star-link{
+ margin-top: 10px;
+}
+.network-star {
+ float: left;
+ margin-right: 5px;
+}
+
.wall-item-info.wallwall {
width: 285px;
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index a95097be1..1c5e82b17 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -34,6 +34,7 @@
$vote
$plink
$edpost
+ $star
$drop
</div>
</div>
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl
index 39c14cf4f..fd686f0f4 100644
--- a/view/wallwall_item.tpl
+++ b/view/wallwall_item.tpl
@@ -38,6 +38,7 @@
$vote
$plink
$edpost
+ $star
$drop
</div>
</div>