adjust author position

This commit is contained in:
Bengt Brodersen 2015-04-19 12:11:58 +02:00
parent 47ebe0098a
commit 62441c343f

View File

@ -662,7 +662,8 @@
.html(multilineString(function() {
/*!
<div class="card">
<div class="author">qoomon.com<br>Bengt Brodersen</div>
<div class="author author-page">qoomon.com</div>
<div class="author author-name">Bengt Brodersen</div>
<div class="card-border"></div>
<div class="card-header">
<div class="type-icon badge circular"></div>
@ -746,19 +747,30 @@
min-width: 21.0rem;
}
.author {
.author{
z-index: 999;
line-height: 0.8rem;
}
.author-page {
position: absolute;
top:1.5rem;
right:-0.25rem;
top:2.5rem;
right:0.55rem;
font-size: 0.45rem;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
font-size: 0.4rem;
line-height: 0.8rem;
text-align: center;
color: #2F4F4F;
}
.author-name {
position: absolute;
top:3.26rem;
right:-2.6rem;
font-size: 0.35rem;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.card-border {
position: absolute;
@ -846,7 +858,7 @@
width: 1.1rem;
text-align: center;
font-weight: bold;
font-size: 1rem;
font-size: 0.9rem;
line-height: 1.15rem;
margin-top:1.5rem;
z-index: 999;