Browse Source

Title for the usage examples dialog.

pull/178/head
Pēteris Caune 7 years ago
parent
commit
87dabf881a
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      static/css/my_checks.css
  2. +1
    -1
      templates/front/my_checks.html

+ 4
- 0
static/css/my_checks.css View File

@ -160,6 +160,10 @@
width: 1100px;
}
#usage-examples-title {
margin-bottom: 25px;
}
#show-usage-modal .modal-body {
padding: 0;
}


+ 1
- 1
templates/front/my_checks.html View File

@ -270,6 +270,7 @@
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 id="usage-examples-title">Usage Examples</h4>
<ul class="nav nav-pills" role="tablist">
<li class="active">
<a href="#crontab" data-toggle="tab">Crontab</a>
@ -299,7 +300,6 @@
<a href="#email" data-toggle="tab">Email</a>
</li>
</ul>
</div>
<div class="modal-body">
<div class="tab-content">


Loading…
Cancel
Save