All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rspec-reporting.style.hbs Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
#feature-container {
    padding: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

#table-container_wrapper .row:nth-of-type(1) {
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 10px;
}

#table-container_wrapper .row:nth-of-type(3) {
    margin-left: 5px;
    margin-right: 5px;
}

.panel-heading {
    width: auto;
}
#container-chart {
    width: 98%;
}
table tr {
    height: 25px;
}
#charts {
    padding 15px;
}
#charts div {
    float: left;
    width: 49%;
}
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
}
.back-to-top i {
    font-size: 60px;
}
.forDrop {
    cursor: pointer;
    cursor: hand;
}
#tags-toggle {
    cursor: pointer;
    cursor: hand;
}
pre {
    max-height: 450px;
}
.step-location {
    color: #aaa;
    font-family: verdana;
    font-size: 11px;
    margin-left: 15px;
}
html {
    position: relative;
    min-height: 100%;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
    height: 60px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy