view src/main/webapp/resources/css/entity_details_style.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

#entityDetails{
    width: 700px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

#entityDetails form{
	padding-bottom: 10px;
}


#entityDetailsTitle{
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-size: medium;
}

#entityDetails table{
	/*
    text-align:center; 
    margin-left:auto; 
    margin-right:auto;
    width: 680px;*/ 
    /*border: 2px solid red;*/
}

.mainPanel{
	width: 700px;
}

.regionPanel{
	text-align:center; 
    margin-left:auto; 
    margin-right:auto;
    width: 100%;
}

.controlPanel{
	text-align:center; 
    margin-left:auto; 
    margin-right:auto;
    width: 300px;
}

#entityDetails td{
    text-align:left;
}

.headerPanel{
	text-align: center
}