Blame Identity/Webenv/App/Puntal/themes/punbb/bugtracker/bugtracker.css

f2e824

f2e824
/* Titres
f2e824
----------------------------------------------------------*/
f2e824
#puntal_content #bugTrackerTitle span {
f2e824
	font-weight: bold;
f2e824
}
f2e824

f2e824
#puntal_content #bugsFilter {
f2e824
	border: none;
f2e824
	font-weight: normal;
f2e824
	width: auto;
f2e824
}
f2e824

f2e824
/* Menu
f2e824
----------------------------------------------------------*/
f2e824
#bugtrackerMenu {
f2e824
	list-style-type: none;
f2e824
	padding-left: 0;
f2e824
}
f2e824
#bugtrackerMenu li {
f2e824
	display: inline;
f2e824
	margin-right: 1em;
f2e824
}
f2e824

f2e824
/* Sévérités
f2e824
----------------------------------------------------------*/
f2e824
table.bugs td.sev_1 { background-color: #fff5dd; }
f2e824
table.bugs td.sev_2 { background-color: #ecdbb7; }
f2e824
table.bugs td.sev_3 { background-color: #f5d5c6; }
f2e824
table.bugs td.sev_4 { background-color: #F7B390; }
f2e824
table.bugs td.sev_5 { background-color: #f3a29b; }
f2e824

f2e824
#puntal_content .bugTitle {
f2e824
	width: auto;
f2e824
	border: none;
f2e824
	margin: 0;
f2e824
	font-weight: normal;
f2e824
}
f2e824

f2e824

f2e824
/* Barre d'avancement
f2e824
----------------------------------------------------------*/
f2e824
div.av_bar_ext {
f2e824
	border: 1px solid #004925;
f2e824
	background-color: #fff;
f2e824
	width: 100px;
f2e824
	height: 10px;
f2e824
	text-align: left;
f2e824
}
f2e824
div.av_bar_int {
f2e824
	background-color: #060;
f2e824
	height: 10px;
f2e824
}
f2e824
p.percent_txt {
f2e824
	margin: 0;
f2e824
	padding: 0;
f2e824
	display: inline;
f2e824
}
f2e824

f2e824

f2e824
/* Commentaires
f2e824
----------------------------------------------------------*/
f2e824
.addLinkTop {
f2e824
	text-align: right;
f2e824
	margin-bottom: 0;
f2e824
}
f2e824
.addLinkBottom {
f2e824
	text-align: right;
f2e824
	margin-top: 0;
f2e824
}
f2e824

f2e824
.comment  {
f2e824
	margin: 0 0 1em 0;
f2e824
}