view src/main/webapp/resources/css/connectionStatus.css @ 163:1611da70e43e

move delete button in entity details to better place.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 17 May 2018 14:42:57 +0200
parents 764f47286679
children
line wrap: on
line source

/*
    Classes for the connection status indicator
*/

.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
    height: 33px;
    width: 33px;
    position: absolute;
    margin-left: -10px;
}

.iceOutConStat {
    margin: 10px;
    width: 25px;
    height: 25px;
    border: none;
    font-size: .5em;
}

.iceOutConStatInactv {
    background: url( '/om4-ismi/resources/images/connectionStatus/connect_idle.gif' ) no-repeat center top;
}

.iceOutConStatActv {
	width: 160px;
    height: 160px;
    background-color: red;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	
	
    /*background: url( '/om4-ismi/resources/images/connectionStatus/connect_active.gif' ) no-repeat center top;*/
    background: url( '/om4-ismi/resources/images/connectionStatus/connect_active_02.gif' ) no-repeat center top;
}

.iceOutConStatCaution {
    background: url( '/om4-ismi/resources/images/connectionStatus/connect_caution.gif' ) no-repeat center top;
}

.iceOutConStatDisconnect {
    background: url( '/om4-ismi/resources/images/connectionStatus/connect_disconnected.gif' ) no-repeat center top;
}