diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-11-29 00:32:12 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-11-29 00:32:12 -0800 |
commit | f6ff4e582faa935fa7cfb0cbaa94890dad0497c8 (patch) | |
tree | 1d35a16327709ade140235a907f08c6a1bef3083 /view/theme/quattro/quattro.less | |
parent | 3afa248238379709cbe2708ee01ae3696760d5c9 (diff) | |
parent | 68dee0fa71b167948b4473ab7895f2611e5005f1 (diff) | |
download | volse-hubzilla-f6ff4e582faa935fa7cfb0cbaa94890dad0497c8.tar.gz volse-hubzilla-f6ff4e582faa935fa7cfb0cbaa94890dad0497c8.tar.bz2 volse-hubzilla-f6ff4e582faa935fa7cfb0cbaa94890dad0497c8.zip |
Merge pull request #10 from fabrixxm/master
small quattro things
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 15 |
1 files changed, 13 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; |