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

org.togglz.console.style.css Maven / Gradle / Ivy

table.feature-overview td.feature-label, table.feature-overview th.feature-label {
    text-align: left;
    width: 40%;
}

table.feature-overview td.feature-status, table.feature-overview th.feature-status {
    text-align: center;
    width: 20%;
}

table.feature-overview td.feature-strategy, table.feature-overview th.feature-strategy {
    text-align: left;
    width: 30%;
    max-width: 400px;
}

table.feature-overview td.feature-actions, table.feature-overview th.feature-actions {
    text-align: center;
    width: 10%;
}

table.feature-overview td.feature-strategy ul.params,
table.feature-overview td.feature-label ul.attributes {
    list-style: none;
    font-size: small;
    color: gray;
    margin-left: -25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.glyphicon-lg {
    font-size: x-large;
}

.feature-enabled {
    color: #5cb85c;
}

.feature-disabled {
    color: #d9534f
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy