Changed the opacity of dashboard icons to keep numbers readable on small

screens
This commit is contained in:
Raphael Michel
2015-07-14 20:40:33 +02:00
parent 54c8d91c51
commit 2474104d63
2 changed files with 88 additions and 85 deletions

View File

@@ -72,6 +72,9 @@ nav.navbar {
-ms-transform: rotateX(180deg); /* IE 9 */ -ms-transform: rotateX(180deg); /* IE 9 */
-webkit-transform: rotateX(180deg); /* Safari and Chrome */ -webkit-transform: rotateX(180deg); /* Safari and Chrome */
} }
.dashboard-panels .panel-heading .fa {
opacity: 0.5;
}
@media (max-width: @screen-sm-max) { @media (max-width: @screen-sm-max) {
.navbar-nav { .navbar-nav {
margin-left: 0; margin-left: 0;

View File

@@ -3,7 +3,7 @@
{% block title %}{{ request.event.name }}{% endblock %} {% block title %}{{ request.event.name }}{% endblock %}
{% block content %} {% block content %}
<h1>{{ request.event.name }}</h1> <h1>{{ request.event.name }}</h1>
<div class="row"> <div class="row dashboard-panels">
<div class="col-lg-3 col-md-6"> <div class="col-lg-3 col-md-6">
<div class="panel panel-green"> <div class="panel panel-green">
<div class="panel-heading"> <div class="panel-heading">