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

gwt.material.design.addins.client.subheader.resources.css.subheader.css Maven / Gradle / Ivy

There is a newer version: 2.8.3
Show newest version
.subheader {
    background: #fff;
    position: relative;
    z-index: 995;
    padding: 12px;
}
.subheader.fixed {
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 0;
}
.subheader.fixed.absolute {
    position: absolute;
}
.subheader-container {
    overflow: auto;
    position: relative;
    padding: 0px !important;
}
.subheader-container .collection{
    margin: 0 !important;
}
.top_holder {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 5px;
    width: 100%;
    z-index: 996;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy