fix styles

merge-requests/10/head
Anton Romanov 6 years ago
parent e163529d66
commit 47e906fddc

@ -81,6 +81,29 @@ section h3.section-subheading {
border-color: #fed136;
}
.btn-default {
background-color: #ffffff;
border-color: #ced4da;;
}
.btn-info {
background-color: #5bc0de;
border-color: #5bc0de;
}
.progress-bar {
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #fed136;
transition: width .6s ease;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #fec810 !important;
border-color: #fec810 !important;

@ -37,9 +37,7 @@
<div class="form-group">
<label for="status">Статус:</label>
<select class="form-control" id="status">
<option value="COMPLETED">Завершена</option>
<option value="DRAFT">Черновик</option>
<option value="ATTENTION">Внимание</option>
</select>
</div>
@ -58,6 +56,13 @@
</div>
</div>
</div>
<div class="col-md-3 offset-md-3">
<button id="pingButton" class="btn btn-primary btn-xl text-uppercase" type="button">
Ping авторам
</button>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
@ -65,7 +70,7 @@
type="submit">
Сохранить
</button>
<button id="cancelButton" class="btn btn-primary btn-xl text-uppercase" type="submit">
<button id="cancelButton" class="btn btn-default btn-xl text-uppercase" type="button">
Отмена
</button>
</div>

Loading…
Cancel
Save