view css/taggingtext.css @ 86:0141df465205 extractapp_dev

New: add chinese characters to pinyin
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 30 Apr 2015 10:52:05 +0200
parents e71a437ae49f
children fb5049fc5dd7
line wrap: on
line source

.bg-danger{
	background-color: #FFD1D1;
}

.bg-warning{
	background-color: #FFFF99;
}

.bg-info{
	background-color: #E7F3FF;

}
.bg-default{
	background-color: #F4F4F4;
}
.btn-xs{
	height: 25px;
	width: 60px;
}
.btn-sm{
	height: 35px; 
	width: 70px;
}
.btn-md{
	height: 35px;
	width: 110px;
}
.btn-lg{
	height: 35px; 
	width: 220px;
}


.info-board{
	margin:10 30 10 30;
	width: 100%;
	max-width:1270px;
	min-width: 680px;
	border: 2px solid #A1A1A1;
    border-radius: 4px;
	height:70px;
	overflow:scroll;
	overflow-x:hidden;
}
#follow-scroll {
	position:absolute; 
	height:680px; 
	overflow:scroll; 
	margin:0 5 15 5; 
	max-width:280px; 
	border: 1px solid #A1A1A1;
	border-radius: 4px;
}

.popup-frame {
	position: absolute;
	display: none; 
	background-color: white;
	border: 2px solid #A1A1A1;
	border-radius: 4px;
	padding: 5px;	
}

.popup-regex {
	left: -400px;
	width: 400px;
	height: 300px;
	top: 100px;
	z-index: 2;
}

.popup-loadregex{
	left: -300px;
	width: 300px;
	height: 70px;
	top: 100px;
	z-index: 2;

}

.popup-topic {
	left: -200px;
	width: 200px;
	height: 50px;
	top: 20px;
	z-index: 2;
}