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

inspector.css.inspector.css Maven / Gradle / Ivy

The newest version!
#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;

}

#content {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 100%;
    overflow: auto;
    width: 100%
}

.mainH {
    height: 400px;
}

#device {
    width: 500px;
    float: left;
}

.full-size {
    height: 100%;
    width: 100%;
}

.ui-resizable-handle {
    background-color: red;
}

#internals {
    margin-left: 500px;
    height: 400px;
}

.clear {
    clear: both;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;

}

.ui-tabs-panel {

}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-layout-south .ui-tabs-nav {
    /* don't need border or rounded corners - tabs 'fill' the pane */
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy