diff options
author | friendica <info@friendica.com> | 2011-11-29 01:19:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-29 01:19:43 -0800 |
commit | 3bf192ba08e4d9d9927074364037a5ed289693c5 (patch) | |
tree | d1b968b8ad99e349b1e05b337c64f7c739e2def5 /view/theme | |
parent | aa73d388451915e5fed1868a64f23f25249edbc0 (diff) | |
parent | f6ff4e582faa935fa7cfb0cbaa94890dad0497c8 (diff) | |
download | volse-hubzilla-3bf192ba08e4d9d9927074364037a5ed289693c5.tar.gz volse-hubzilla-3bf192ba08e4d9d9927074364037a5ed289693c5.tar.bz2 volse-hubzilla-3bf192ba08e4d9d9927074364037a5ed289693c5.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/quattro/quattro.less | 15 | ||||
-rw-r--r-- | view/theme/quattro/style.css | 8 |
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; |