2016-06-01 13:36:24 +00:00
|
|
|
.glyphicon.spinning {
|
|
|
|
animation: spin 1s infinite linear;
|
|
|
|
-webkit-animation: spin2 1s infinite linear;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
from { transform: scale(1) rotate(0deg); }
|
|
|
|
to { transform: scale(1) rotate(360deg); }
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes spin2 {
|
|
|
|
from { -webkit-transform: rotate(0deg); }
|
|
|
|
to { -webkit-transform: rotate(360deg); }
|
|
|
|
}
|
2016-11-25 17:37:19 +00:00
|
|
|
|
|
|
|
/* Supporting wider description lists */
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
.dl-horizontal dt {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dl-horizontal dd {
|
|
|
|
margin-left: 220px;
|
|
|
|
}
|
|
|
|
}
|
2017-03-12 00:04:43 +00:00
|
|
|
|
|
|
|
h2 .glyphicon {
|
|
|
|
font-size: .75em;
|
|
|
|
}
|
|
|
|
h3 .glyphicon {
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
2017-04-16 22:09:08 +00:00
|
|
|
|
|
|
|
tbody>tr.selected {
|
|
|
|
background-color: rgb(218, 231, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-hover>tbody>tr.selected:hover {
|
|
|
|
background-color: rgb(205, 212, 226);
|
2017-04-20 23:42:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row-actions .row-action {
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-actions .row-action:last-child {
|
|
|
|
padding-right: 0px;
|
2018-02-25 19:54:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
margin-bottom: 8px;
|
2017-04-16 22:09:08 +00:00
|
|
|
}
|