Hides pause an cancel buttons for bg process temporally. Little css adjustments.

This commit is contained in:
Mateus Machado Luna 2018-08-02 16:21:05 -03:00
parent c9d17f59cb
commit 8e4a252760
6 changed files with 9 additions and 14 deletions

View File

@ -396,10 +396,6 @@ export default {
}
}
img.table-thumb {
border-radius: 50px !important;
}
.total-items-header {
text-align: right;
}

View File

@ -140,7 +140,7 @@
class="icon has-text-success loading-icon">
<div class="control has-icons-right is-loading is-clearfix" />
</span>
<span
<!-- <span
v-if="bgProcess.done <= 0"
class="icon has-text-gray action-icon"
@click="pauseProcess(index)">
@ -151,7 +151,7 @@
class="icon has-text-gray action-icon"
@click="pauseProcess(index)">
<i class="mdi mdi-18px mdi-close-circle-outline"/>
</span>
</span> -->
<span
v-tooltip="{
content: $i18n.get('label_process_completed'),

View File

@ -45,7 +45,7 @@
</span>
<p>{{ bgProcess.name ? bgProcess.name : $i18n.get('label_unamed_process') }}</p>
</div>
<span
<!-- <span
v-if="bgProcess.done <= 0"
class="icon has-text-gray action-icon"
@click="pauseProcess(index)">
@ -56,7 +56,7 @@
class="icon has-text-gray action-icon"
@click="pauseProcess(index)">
<i class="mdi mdi-18px mdi-close-circle-outline"/>
</span>
</span> -->
<span
v-if="bgProcess.done > 0"
class="icon has-text-success">

View File

@ -1266,11 +1266,6 @@
display: flex;
justify-content: space-between;
flex-wrap: wrap;
@media screen and (min-width: 768px) {
margin-bottom: $page-small-top-padding;
}
}
.search-control-item {

View File

@ -455,7 +455,7 @@
position: absolute;
bottom: 0;
z-index: 999999;
background-color: $turquoise1;
background-color: $gray1;
width: 100%;
height: 65px;

View File

@ -129,6 +129,10 @@ export default {
.search-control {
@media screen and (min-width: 768px) {
margin-bottom: $page-small-top-padding;
}
.gray-icon, .gray-icon .icon {
color: $gray4 !important;
i::before {