Resolve "Список периодических событий" #129
@ -81,6 +81,29 @@ section h3.section-subheading {
|
|||||||
border-color: #fed136;
|
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 {
|
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
|
||||||
background-color: #fec810 !important;
|
background-color: #fec810 !important;
|
||||||
border-color: #fec810 !important;
|
border-color: #fec810 !important;
|
||||||
|
@ -37,9 +37,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="status">Статус:</label>
|
<label for="status">Статус:</label>
|
||||||
<select class="form-control" id="status">
|
<select class="form-control" id="status">
|
||||||
<option value="COMPLETED">Завершена</option>
|
|
||||||
<option value="DRAFT">Черновик</option>
|
|
||||||
<option value="ATTENTION">Внимание</option>
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -58,6 +56,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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="clearfix"></div>
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<div id="success"></div>
|
<div id="success"></div>
|
||||||
@ -65,7 +70,7 @@
|
|||||||
type="submit">
|
type="submit">
|
||||||
Сохранить
|
Сохранить
|
||||||
</button>
|
</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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user