view map/coordinates/map.css @ 14:ac77748bb813

- Load regex files based on current topic. Only show the regex in this topic. To do that, it needs to lookup a table called 'topic_regex_relation' which has the relation of topic and regex filename in filesystem. - Extractapp UI with some layout modification: button, popup window, responsive (by bootstrap now). It was just for quick prototyping.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 19 Feb 2015 11:07:27 +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{
}