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

ef5584

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

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

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

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

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

ef5584

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

ef5584

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

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