aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-09 17:59:26 -0800
committerFriendika <info@friendika.com>2011-03-09 17:59:26 -0800
commitd6e4cd9d6b57afc33242dc7121a529462c6b4b7b (patch)
tree425540028d950b1873be732d2a063464774b77a6
parent7b9dff1db7a1a03e237103ff28a4ec32d40af959 (diff)
downloadvolse-hubzilla-d6e4cd9d6b57afc33242dc7121a529462c6b4b7b.tar.gz
volse-hubzilla-d6e4cd9d6b57afc33242dc7121a529462c6b4b7b.tar.bz2
volse-hubzilla-d6e4cd9d6b57afc33242dc7121a529462c6b4b7b.zip
bring loozah theme up to date, move name slightly lower
-rw-r--r--view/theme/duepuntozero/style.css6
-rw-r--r--view/theme/loozah/style.css49
2 files changed, 40 insertions, 15 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index bc6e63edb..f4aa5dac6 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -203,7 +203,7 @@ div.wall-item-content-wrapper.shiny {
background-repeat:no-repeat;
}
-/* from defautlt */
+/* from default */
#jot-perms-icon,
#profile-location,
#profile-nolocation,
@@ -977,6 +977,10 @@ input#dfrn-url {
background-repeat: repeat-x;
padding: 5px 10px 0px;
}
+.wall-item-author {
+ margin-top: 10px;
+}
+
.comment .wall-item-tools {
background:none;
}
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 662df2528..a24f89a83 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -965,36 +965,41 @@ input#dfrn-url {
float: left;
}
.wall-item-wrapper {
- float: left;
+ margin-left: 10px;;
}
+
.wall-item-lock {
- height: 20px;
- margin-top: 10px;
+ position: absolute;
+ left: 105px;
+ top: 1px;
}
.wall-item-ago {
color: #888888;
font-size: 0.8em;
}
-
-.wall-item-like-buttons img {
- cursor: pointer;
+.wall-item-like-buttons {
+ float: left;
+ margin-right: 10px;
+ padding-right: 10px;
+ border-right: 2px solid #fff;
}
.wall-item-links-wrapper {
- float: left;
- margin-top: 100px;
- margin-left: 10px;
+ float: left;
}
.wall-item-delete-wrapper {
- float: right;
- margin-top: 20px;
- margin-right: 50px;
+ float: right;
}
.wall-item-delete-end {
- clear: both;
+ clear: both;
+}
+
+
+.wall-item-like-buttons img {
+ cursor: pointer;
}
.wall-item-delete-icon {
@@ -1023,6 +1028,22 @@ input#dfrn-url {
overflow: auto;
}
+.wall-item-tools {
+ clear: both;
+padding: 5px 10px 0px;
+}
+.wall-item-photo-end {
+ clear: both;
+}
+.wall-item-author {
+ margin-top: 10px;
+}
+.wall-item-info {
+ display: block;
+ float: left;
+ width:110px;
+ margin-right:10px;
+}
.wall-item-title {
float: left;
@@ -1033,7 +1054,7 @@ input#dfrn-url {
.wall-item-body {
float: left;
width: 450px;
- margin-top: 30px;
+ margin-top: 10px;
}
.comment-edit-wrapper {