view src/main/webapp/resources/css/ismi-db/popupPanel.css @ 177:af1018d06443

PublicByAuthor feature with new "Select by public and MAMS" works now!
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Fri, 08 Jun 2018 17:03:35 +0200
parents 764f47286679
children
line wrap: on
line source


.ismi-pp-cntr {
    
    position: absolute;
  	top: 20%;
  	left: 20%;
  	
    z-index: 100;
    
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C0B9;
    border-radius: 0;
    cursor: default;
	
	width: 300px; height: 100px;
	/*
    margin-top: -50px;
  	margin-left: -150px;
  	*/
}

.ismi-pp-hdr{
	
	/*background: url("../org.richfaces.images/gradientA.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background-color: #C0C0C0 ;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: default;
    padding: 2px;
    position: relative;
	
}

.ismi-pp-hdr-cnt{
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 2px 2px 2px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ismi-pp-cnt-scrlr {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    overflow: auto;
    top: 0;
}

.ismi-pp-main-panel{
	   border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 10px;
    width: 100%;
}

.