Browse Source

More CSS tweaks

pull/114/merge
Pēteris Caune 8 years ago
parent
commit
90546a587f
4 changed files with 5 additions and 4 deletions
  1. +1
    -1
      static/css/bootstrap.css
  2. +1
    -0
      static/css/my_checks.css
  3. +1
    -1
      stuff/bootstrap/variables.less
  4. +2
    -2
      templates/accounts/badges.html

+ 1
- 1
static/css/bootstrap.css View File

@ -3274,7 +3274,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #888888;
color: #555555;
background-color: #eeeeee;
}
.nav-stacked > li {


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

@ -112,6 +112,7 @@
background-color: #eee;
color: #555;
font-style: normal;
font-weight: 500;
}
#show-usage-modal .modal-dialog {


+ 1
- 1
stuff/bootstrap/variables.less View File

@ -441,7 +441,7 @@
//== Pills
@nav-pills-border-radius: @border-radius-base;
@nav-pills-active-link-hover-bg: #EEE;
@nav-pills-active-link-hover-color: #888;
@nav-pills-active-link-hover-color: #555;
//== Pagination


+ 2
- 2
templates/accounts/badges.html View File

@ -11,7 +11,7 @@
</div>
<div class="row">
<div class="col-sm-3">
<div class="col-sm-2">
<ul class="nav nav-pills nav-stacked">
<li><a href="{% url 'hc-profile' %}">Security</a></li>
<li><a href="{% url 'hc-notifications' %}">Notifications</a></li>
@ -19,7 +19,7 @@
</ul>
</div>
<div class="col-sm-9">
<div class="col-sm-10">
<div class="panel panel-default">
<div class="panel-body settings-block">
<h2 class="settings-title">Status Badges</h2>


Loading…
Cancel
Save