fix author layout

This commit is contained in:
Bengt Brodersen 2015-11-27 10:28:34 +01:00
parent 9aa4dd132d
commit d0632c1bc3
3 changed files with 10 additions and 10 deletions

View File

@ -51,8 +51,8 @@ body {
}
.author {
color: DIMGREY;
position: absolute;
top: 0.5rem;
position: relative;
top: 0.2rem;
left: calc(50% - 2rem);
font-size: 0.8rem;
overflow: visible;
@ -60,7 +60,7 @@ body {
}
.author > span:nth-of-type(2) {
position: relative;
top: 0.0rem;
top: 0.1rem;
left: 0.65rem;
font-size: 0.5em;
}

View File

@ -5,6 +5,11 @@
<div class="issue-description"></div>
</div>
<div class="card-header">
<div class="author">
<span>qoomon.com</span>
<br>
<span>©BengtBrodersen</span>
</div>
<div class="issue-id badge"></div>
<div class="issue-id-fadeout"></div>
<div class="issue-icon badge" type="story"></div>
@ -24,9 +29,4 @@
</div>
</div>
</div>
<div class="author">
<span>qoomon.com</span>
<br>
<span>©BengtBrodersen</span>
</div>
</div>

View File

@ -14,8 +14,8 @@
<div id="card-print-dialog-footer">
<div class="buttons">
<label style="margin-right:10px; padding-right: 3px;"><input id="font-scale-range" type="range" min="0.5" max="1.0" step="0.01" value="1.0" style="width: 100px; position: relative; top: 2px; margin-right:5px;" />Scale</label>
<label style="margin-right:0px;"><input id="rowCount" type="text" class="text" maxlength="1" style="width: 10px;" value="2"/>x</label>
<label style="margin-right:10px;"><input id="columnCount" type="text" class="text" maxlength="1" style="width: 10px; margin-right:5px;" value="1"/>Page Grid</label>
<label style="margin-right:0px;"><input id="columnCount" type="text" class="text" maxlength="1" style="width: 10px;" value="1"/>x</label>
<label style="margin-right:10px;"><input id="rowCount" type="text" class="text" maxlength="1" style="width: 10px; margin-right:5px;" value="2"/>Page Grid</label>
<label style="margin-right:10px"><input id="single-card-page-checkbox" type="checkbox"/>Single Card Per Page</label>
<label style="margin-right:10px"><input id="hide-description-checkbox" type="checkbox"/>Hide Description</label>
<label style="margin-right:10px"><input id="hide-assignee-checkbox" type="checkbox"/>Hide Assignee</label>