--- a/server/src/public/css/app.css Mon Oct 03 16:32:41 2016 +0200
+++ b/server/src/public/css/app.css Tue Oct 04 11:58:39 2016 +0200
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
- * Bootstrap v3.3.6 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@@ -1072,7 +1072,6 @@
color: #23527c;
text-decoration: underline; }
a:focus {
- outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
@@ -2284,7 +2283,6 @@
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
- outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
@@ -2789,7 +2787,6 @@
-ms-user-select: none;
user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
- outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
@@ -4374,12 +4371,6 @@
.alert-danger .alert-link {
color: #843534; }
-@-webkit-keyframes progress-bar-stripes {
- from {
- background-position: 40px 0; }
- to {
- background-position: 0 0; } }
-
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
@@ -4413,7 +4404,6 @@
.progress.active .progress-bar,
.progress-bar.active {
- -webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
@@ -5027,12 +5017,9 @@
-webkit-overflow-scrolling: touch;
outline: 0; }
.modal.fade .modal-dialog {
- -webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
- transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
- -webkit-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
@@ -5375,22 +5362,16 @@
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
- transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
- -webkit-backface-visibility: hidden;
backface-visibility: hidden;
- -webkit-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
- -webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
- -webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
- -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0; } }
.carousel-inner > .active,