Blame Extras/Puntal/themes/punbb/bugtracker/bugtracker.css

4c79b5

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

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

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

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

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

4c79b5

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

4c79b5

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

4c79b5
.comment  {
4c79b5
	margin: 0 0 1em 0;
4c79b5
}