fix author layout
This commit is contained in:
parent
9aa4dd132d
commit
d0632c1bc3
6
card.css
6
card.css
@ -51,8 +51,8 @@ body {
|
|||||||
}
|
}
|
||||||
.author {
|
.author {
|
||||||
color: DIMGREY;
|
color: DIMGREY;
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 0.5rem;
|
top: 0.2rem;
|
||||||
left: calc(50% - 2rem);
|
left: calc(50% - 2rem);
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@ -60,7 +60,7 @@ body {
|
|||||||
}
|
}
|
||||||
.author > span:nth-of-type(2) {
|
.author > span:nth-of-type(2) {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0.0rem;
|
top: 0.1rem;
|
||||||
left: 0.65rem;
|
left: 0.65rem;
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
}
|
}
|
||||||
|
|||||||
10
card.html
10
card.html
@ -5,6 +5,11 @@
|
|||||||
<div class="issue-description"></div>
|
<div class="issue-description"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-header">
|
<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 badge"></div>
|
||||||
<div class="issue-id-fadeout"></div>
|
<div class="issue-id-fadeout"></div>
|
||||||
<div class="issue-icon badge" type="story"></div>
|
<div class="issue-icon badge" type="story"></div>
|
||||||
@ -24,9 +29,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="author">
|
|
||||||
<span>qoomon.com</span>
|
|
||||||
<br>
|
|
||||||
<span>©BengtBrodersen</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
<div id="card-print-dialog-footer">
|
<div id="card-print-dialog-footer">
|
||||||
<div class="buttons">
|
<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: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:0px;"><input id="columnCount" type="text" class="text" maxlength="1" style="width: 10px;" value="1"/>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: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="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-description-checkbox" type="checkbox"/>Hide Description</label>
|
||||||
<label style="margin-right:10px"><input id="hide-assignee-checkbox" type="checkbox"/>Hide Assignee</label>
|
<label style="margin-right:10px"><input id="hide-assignee-checkbox" type="checkbox"/>Hide Assignee</label>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user