X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fquattro.less;h=2e61b91829fd8a0f0038f3f3c696e182f5c73e2d;hb=bbf491d52b73ff8152ecdf6700842eaa7a8d3bb8;hp=235d38db5a0272fc812b2c55cec599716528c2f1;hpb=cb05e677a96e1312263c0a1c63ee10cea62268b1;p=friendica.git diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 235d38db5a..2e61b91829 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -41,7 +41,17 @@ a:hover {color: @LinkHover; text-decoration: underline; } .right { float: right; } .hidden { display: none; } - +code { + font-family: Courier, monospace; + white-space: pre; + display: block; + overflow: auto; + border: 1px solid #444; + background: #EEE; + color: #444; + padding: 10px; + margin-top: 20px; +} /* tool */ .tool { @@ -348,7 +358,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 +416,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 +443,9 @@ section { } } + + +.wall-item-tags { padding-top: 5px; } .tag { background: url("../../../images/tag_b.png") no-repeat center left; color: @TagColor;