view map/coordinates/map.css @ 13:cc36a20a68ab

automatically decide which rows (what data) should be shown in the exporting table based on the topic.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 17 Feb 2015 15:25:11 +0100
parents b12c99b7c3f0
children
line wrap: on
line source

body{
	font-family: "Lucida Sans",Calibri, "Myriad Pro", Helvetica, Arial,Verdana !important;
}
body,input{
	margin:0;
	padding:0;
}
.container{
	display:inline-block;
	margin:0px;
	padding:0px;
}
#overlayLoaderContainer{
	display:none;
}
#listContainer{
	width:15vw;
	height:580px;
	float:left;
	overflow:auto;
	font-size:14px;
	padding:5px;
}
#listContainer .book{
	display:block;
	margin-bottom:5px;
	cursor:pointer;
}
#listContainer .selected{
	background:#eee;
}
#listContainer .attr{
	display:inline-block;
	margin-right:5px;
}
#listContainer .bookId{
	display:none;
}
#listContainer .coordinateList{
	display:none;
	margin-top:3px;
}
#listContainer .x, #listContainer .y{
	display:inline-block;
	width:90px;
}
#mapContainer{
	background:#fff;
	width:83vw;
	height:580px;
	float:right;
}
#tableContainer{
	background:#fff;
	width:98vw;
	height:500px;
}
#tableContainer > .tableTabs{
	display:none;
}
.defloater{
	/*float:none;*/
}
#mapContainer .overlayVisibility{
}