remove % from cycles in finder
This commit is contained in:
Родитель
fa468b1099
Коммит
d2e37f77c2
|
@ -121,7 +121,7 @@
|
|||
+suffix(1,6)
|
||||
display: block
|
||||
|
||||
.start, .end, .bycompletion, .bystart, .byend, .end, .byend
|
||||
.start, .end, .bystart, .byend, .end, .byend
|
||||
display: none
|
||||
|
||||
.goto
|
||||
|
@ -135,34 +135,23 @@
|
|||
#{$focus}
|
||||
+opacity(1)
|
||||
|
||||
.completion
|
||||
+opacity(0)
|
||||
position: absolute
|
||||
z-index: -1
|
||||
|
||||
.focus
|
||||
.completion
|
||||
+opacity(1)
|
||||
position: static
|
||||
z-index: auto
|
||||
.start, .end, .bycompletion, .bystart, .byend, .end, .byend
|
||||
.start, .end, .bystart, .byend, .end, .byend
|
||||
display: block
|
||||
.completion, .bycompletion, .open
|
||||
.open
|
||||
+columns(1,12)
|
||||
.title, .bytitle
|
||||
+columns(6,12)
|
||||
+columns(7,12)
|
||||
padding: 0
|
||||
&:first-child
|
||||
+columns(7,12)
|
||||
&:last-child
|
||||
+un-column
|
||||
&:first-child:last-child
|
||||
+un-column
|
||||
.start, .end, .bystart, .byend
|
||||
+columns(2,12)
|
||||
.byend, .end
|
||||
+suffix(1,12)
|
||||
+omega(12)
|
||||
|
||||
.bystart, .byend, .bycompletion
|
||||
.bystart, .byend
|
||||
+opacity(.75)
|
||||
|
||||
.start, .end
|
||||
|
|
|
@ -2391,7 +2391,7 @@ footer[role="contentinfo"] small {
|
|||
padding-right: 17.391%;
|
||||
display: block;
|
||||
}
|
||||
.finder .start, .finder .end, .finder .bycompletion, .finder .bystart, .finder .byend, .finder .end, .finder .byend {
|
||||
.finder .start, .finder .end, .finder .bystart, .finder .byend, .finder .end, .finder .byend {
|
||||
display: none;
|
||||
}
|
||||
.finder .goto:link, .finder .goto:visited {
|
||||
|
@ -2412,39 +2412,21 @@ footer[role="contentinfo"] small {
|
|||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
.finder .completion {
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
.finder .focus .completion {
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
position: static;
|
||||
z-index: auto;
|
||||
}
|
||||
.finder .focus .start, .finder .focus .end, .finder .focus .bycompletion, .finder .focus .bystart, .finder .focus .byend, .finder .focus .end, .finder .focus .byend {
|
||||
.finder .focus .start, .finder .focus .end, .finder .focus .bystart, .finder .focus .byend, .finder .focus .end, .finder .focus .byend {
|
||||
display: block;
|
||||
}
|
||||
.finder .focus .completion, .finder .focus .bycompletion, .finder .focus .open {
|
||||
.finder .focus .open {
|
||||
display: inline;
|
||||
float: left;
|
||||
width: 6.383%;
|
||||
margin-right: 2.128%;
|
||||
}
|
||||
.finder .focus .title, .finder .focus .bytitle {
|
||||
display: inline;
|
||||
float: left;
|
||||
width: 48.936%;
|
||||
margin-right: 2.128%;
|
||||
padding: 0;
|
||||
}
|
||||
.finder .focus .title:first-child, .finder .focus .bytitle:first-child {
|
||||
display: inline;
|
||||
float: left;
|
||||
width: 57.447%;
|
||||
margin-right: 2.128%;
|
||||
padding: 0;
|
||||
}
|
||||
.finder .focus .title:first-child:last-child, .finder .focus .bytitle:first-child:last-child {
|
||||
float: none;
|
||||
|
@ -2464,7 +2446,7 @@ footer[role="contentinfo"] small {
|
|||
float: right;
|
||||
margin-right: 0;
|
||||
}
|
||||
.finder .bystart, .finder .byend, .finder .bycompletion {
|
||||
.finder .bystart, .finder .byend {
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "manage/finder/_item.html" %}
|
||||
|
||||
{% block columns %}
|
||||
<span class="completion" data-perc="75"><span class="number">75</span>%</span>
|
||||
<span class="title" title="{{ object.name }}">{{ object.name }}</span>
|
||||
<time class="start">{{ object.startDate|date }}</time>
|
||||
<time class="end">{{ object.endDate|date }}</time>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{% block finder-section-classes %}cycles{% endblock %}
|
||||
|
||||
{% block finder-section-column-headers %}
|
||||
{% include "finder/_header.html" with tag="p" class="bycompletion" sort_type="number" header="%" %}
|
||||
{% include "finder/_header.html" with tag="h3" class="bytitle" sort_type="string" sort="asc" header="Cycles" %}
|
||||
{% include "finder/_header.html" with tag="p" class="bystart" sort_type="date" header="start" %}
|
||||
{% include "finder/_header.html" with tag="p" class="byend" sort_type="date" header="end" %}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "results/finder/_item.html" %}
|
||||
|
||||
{% block columns %}
|
||||
<span class="completion" data-perc="{{ object.percentcomplete }}"><span class="number">{{ object.percentcomplete }}</span>%</span>
|
||||
<span class="title" title="{{ object.name }}">{{ object.name }}</span>
|
||||
<time class="start">{{ object.startDate|date }}</time>
|
||||
<time class="end">{{ object.endDate|date }}</time>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{% block finder-section-classes %}cycles{% endblock %}
|
||||
|
||||
{% block finder-section-column-headers %}
|
||||
{% include "finder/_header.html" with tag="p" class="bycompletion" sort_type="number" header="%" %}
|
||||
{% include "finder/_header.html" with tag="h3" class="bytitle" sort_type="string" sort="asc" header="Cycles" %}
|
||||
{% include "finder/_header.html" with tag="p" class="bystart" sort_type="date" header="start" %}
|
||||
{% include "finder/_header.html" with tag="p" class="byend" sort_type="date" header="end" %}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "runtests/finder/_item.html" %}
|
||||
|
||||
{% block columns %}
|
||||
<span class="completion" data-perc="{{ object.percentcomplete }}"><span class="number">{{ object.percentcomplete }}</span>%</span>
|
||||
<span class="title" title="{{ object.name }}">{{ object.name }}</span>
|
||||
<time class="start">{{ object.startDate|date }}</time>
|
||||
<time class="end">{{ object.endDate|date }}</time>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{% block finder-section-classes %}cycles{% if cycle and not testrun %} focus{% endif %}{% endblock %}
|
||||
|
||||
{% block finder-section-column-headers %}
|
||||
{% include "finder/_header.html" with tag="p" class="bycompletion" sort_type="number" header="%" %}
|
||||
{% include "finder/_header.html" with tag="h3" class="bytitle" sort_type="string" sort="asc" header="Cycles" %}
|
||||
{% include "finder/_header.html" with tag="p" class="bystart" sort_type="date" header="start" %}
|
||||
{% include "finder/_header.html" with tag="p" class="byend" sort_type="date" header="end" %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче