Resolve "Список периодических событий" #129
@ -76,6 +76,11 @@ section h3.section-subheading {
|
|||||||
padding: 20px 40px;
|
padding: 20px 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-success {
|
||||||
|
background-color: #28a745;
|
||||||
|
border-color: #28a745;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: #fed136;
|
background-color: #fed136;
|
||||||
border-color: #fed136;
|
border-color: #fed136;
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<form id="contactForm" name="sentMessage" novalidate="">
|
<form id="contactForm" name="sentMessage" novalidate="">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6 col-sm-12">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="name">Название:</label>
|
<label for="name">Название:</label>
|
||||||
<input class="form-control" id="name" type="text" placeholder="Название статьи"
|
<input class="form-control" id="name" type="text" placeholder="Название статьи"
|
||||||
@ -57,24 +57,27 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-3 offset-md-3">
|
<div class="col-md-3 offset-md-3 col-sm-12 offset-sm-0">
|
||||||
<button id="pingButton" class="btn btn-primary btn-xl text-uppercase" type="button">
|
<div class="form-group">
|
||||||
|
<button id="pingButton" class="btn btn-primary text-uppercase" type="button">
|
||||||
Ping авторам
|
Ping авторам
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12">
|
||||||
<div id="success"></div>
|
<div class="form-group">
|
||||||
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase"
|
<button id="sendMessageButton" class="btn btn-success text-uppercase"
|
||||||
type="submit">
|
type="submit">
|
||||||
Сохранить
|
Сохранить
|
||||||
</button>
|
</button>
|
||||||
<button id="cancelButton" class="btn btn-default btn-xl text-uppercase" type="button">
|
<button id="cancelButton" class="btn btn-default text-uppercase" type="button">
|
||||||
Отмена
|
Отмена
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user