aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-29 09:29:56 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-29 09:29:56 +0100
commit938b2bf438656ce9068f0f7cb92ff6dbd696c5c8 (patch)
tree09ed6e097a8a19b077c9724fb53020ec13770494 /view/theme/quattro
parent3afa248238379709cbe2708ee01ae3696760d5c9 (diff)
downloadvolse-hubzilla-938b2bf438656ce9068f0f7cb92ff6dbd696c5c8.tar.gz
volse-hubzilla-938b2bf438656ce9068f0f7cb92ff6dbd696c5c8.tar.bz2
volse-hubzilla-938b2bf438656ce9068f0f7cb92ff6dbd696c5c8.zip
quattro: default user image in item
Diffstat (limited to 'view/theme/quattro')
-rw-r--r--view/theme/quattro/quattro.less15
-rw-r--r--view/theme/quattro/style.css8
2 files changed, 21 insertions, 2 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 235d38db5..5a7780a4c 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -348,7 +348,13 @@ section {
width: 60px;
.wall-item-photo-wrapper { position: relative; }
- .wall-item-photo { width: 48px; height: 48px; }
+ .wall-item-photo {
+ width: 48px; height: 48px;
+ overflow: hidden;
+ text-indent: -9999px;
+ display: block;
+ background: url(../../../images/icons/48/user.png) no-repeat center center;
+ }
.wall-item-photo-menu-button {
display: none;
@@ -400,7 +406,9 @@ section {
.wall-item-container.comment {
/*margin-top: 50px;*/
- .wall-item-photo { width: 32px; height: 32px; margin-left: 16px;}
+ .wall-item-photo { width: 32px; height: 32px; margin-left: 16px;
+ background: url(../../../images/icons/22/user.png) no-repeat center center;
+ }
.wall-item-photo-menu-button {
top: 13px !important;
left: 10px !important;
@@ -425,6 +433,9 @@ section {
}
}
+
+
+.wall-item-tags { padding-top: 5px; }
.tag {
background: url("../../../images/tag_b.png") no-repeat center left;
color: @TagColor;
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index c13d21398..7a7a5fb63 100644
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -643,6 +643,10 @@ section {
.wall-item-container .wall-item-info .wall-item-photo {
width: 48px;
height: 48px;
+ overflow: hidden;
+ text-indent: -9999px;
+ display: block;
+ background: url(../../../images/icons/48/user.png) no-repeat center center;
}
.wall-item-container .wall-item-info .wall-item-photo-menu-button {
display: none;
@@ -722,6 +726,7 @@ section {
width: 32px;
height: 32px;
margin-left: 16px;
+ background: url(../../../images/icons/22/user.png) no-repeat center center;
}
.wall-item-container.comment .wall-item-photo-menu-button {
top: 13px !important;
@@ -750,6 +755,9 @@ section {
color: #2d2d2d;
border: 1px solid #2d2d2d;
}
+.wall-item-tags {
+ padding-top: 5px;
+}
.tag {
background: url("../../../images/tag_b.png") no-repeat center left;
color: #ffffff;