Blame Identity/Webenv/Trac/htdocs/css/roadmap.css

ef5584
/* General styles for the progress bars */
ef5584
ef5584
table.progress {
ef5584
	border: 1px solid #d7d7d7;
ef5584
	border-collapse: collapse;
ef5584
	border-spacing: 0;
ef5584
	float: left;
ef5584
	margin: 0;
ef5584
	padding: 0;
ef5584
	empty-cells: show;
ef5584
	}
ef5584
ef5584
table.progress a,
ef5584
table.progress :link,
ef5584
table.progress :visited,
ef5584
table.progress :link:hover,
ef5584
table.progress :visited:hover {
ef5584
	border: none;
ef5584
	display: block;
ef5584
	width: 100%;
ef5584
	height: 1.2em;
ef5584
	padding: 0;
ef5584
	margin: 0;
ef5584
	text-decoration: none;
ef5584
	}
ef5584
ef5584
table.progress td { 
ef5584
	background: #fff; 
ef5584
	padding: 0 
ef5584
	}
ef5584
ef5584
table.progress td.closed { 
ef5584
	background: #bae0ba; 
ef5584
	}
ef5584
ef5584
table.progress td :hover { 
ef5584
	background: none; 
ef5584
	}
ef5584
ef5584
p.percent { 
ef5584
	font-size: 10px;
ef5584
	line-height: 2.4em;
ef5584
	margin: 0.9em 0 0; 
ef5584
	}
ef5584
ef5584
/* Styles for the roadmap view */
ef5584
ef5584
ul.milestones {
ef5584
	margin: 2em 0 0;
ef5584
	padding: 0;
ef5584
	}
ef5584
ef5584
li.milestone {
ef5584
	list-style: none;
ef5584
	margin-bottom: 4em;
ef5584
	}
ef5584
ef5584
.milestone .info {
ef5584
	white-space: nowrap;
ef5584
	}
ef5584
ef5584
.milestone .info h2 {
ef5584
	background: #f7f7f7;
ef5584
	border-bottom: 1px solid #d7d7d7;
ef5584
	margin: 0;
ef5584
	}
ef5584
ef5584
.milestone .info h2 :link, 
ef5584
.milestone .info h2 :visited {
ef5584
	color: #000;
ef5584
	display: block;
ef5584
	border-bottom: none;
ef5584
	}
ef5584
ef5584
.milestone .info h2 :link:hover, 
ef5584
.milestone .info h2 :visited:hover {
ef5584
	color: #000;
ef5584
	}
ef5584
ef5584
.milestone .info h2 em { 
ef5584
	color: #b00; 
ef5584
	font-style: normal; 
ef5584
	}
ef5584
ef5584
.milestone .info .date {
ef5584
	color: #888;
ef5584
	font-size: 11px;
ef5584
	font-style: italic;
ef5584
	margin: 0;
ef5584
	}
ef5584
ef5584
.milestone .info .progress { 
ef5584
	margin: 1em 1em 0; 
ef5584
	width: 40em;
ef5584
	max-width: 70%; 
ef5584
	}
ef5584
ef5584
.milestone .info dl {
ef5584
	font-size: 10px;
ef5584
	font-style: italic;
ef5584
	margin: 0 1em 2em;
ef5584
	white-space: nowrap;
ef5584
	}
ef5584
ef5584
.milestone .info dt { 
ef5584
	display: inline; margin-left: .5em; 
ef5584
	}
ef5584
ef5584
.milestone .info dd { 
ef5584
	display: inline; margin: 0 1em 0 .5em; 
ef5584
	}
ef5584
ef5584
.milestone .description { 
ef5584
	margin-left: 1em; 
ef5584
	}
ef5584
ef5584
/* Styles for the milestone view */
ef5584
ef5584
.milestone .date { 
ef5584
	color: #888; 
ef5584
	font-style: italic; 
ef5584
	margin: 0; 
ef5584
	}
ef5584
ef5584
.milestone .description { 
ef5584
	margin: 1em 0 2em; 
ef5584
	}
ef5584
ef5584
/* Styles for the milestone statistics table */
ef5584
ef5584
#stats { 
ef5584
	float: right; 
ef5584
	margin: 0 0 2em 2em; 
ef5584
	width: 400px; 
ef5584
	max-width: 40%; 
ef5584
	}
ef5584
ef5584
#stats legend { 
ef5584
	white-space: nowrap; 
ef5584
	}
ef5584
ef5584
#stats table { 
ef5584
	border-collapse: collapse; 
ef5584
	width: 100%; 
ef5584
	}
ef5584
ef5584
#stats th, 
ef5584
#stats td { 
ef5584
	font-size: 10px; 
ef5584
	padding: 0; 
ef5584
	white-space: nowrap; 
ef5584
	}
ef5584
ef5584
#stats th {
ef5584
	text-align: right; 
ef5584
	text-transform: capitalize; 
ef5584
	}
ef5584
ef5584
#stats th :link,
ef5584
#stats th :visited { 
ef5584
	border: none; 
ef5584
	}
ef5584
ef5584
#stats td {
ef5584
	padding-left: 0.5em; 
ef5584
	width: 100%; 
ef5584
	}
ef5584
ef5584
#stats td table.progress { 
ef5584
	margin: 3px 4px 3px 0; 
ef5584
	}
ef5584
ef5584
#stats td table.progress td { 
ef5584
	padding: 0; 
ef5584
	}
ef5584
ef5584
#stats td p.percent {
ef5584
	line-height: 1.2em; 
ef5584
	margin-top: 3px;
ef5584
	}
ef5584
ef5584
/* Styles for the milestone edit form */
ef5584
ef5584
#edit fieldset { 
ef5584
	margin: 1em 0; 
ef5584
	}
ef5584
ef5584
#edit em { 
ef5584
	color: #888; 
ef5584
	font-size: smaller; 
ef5584
	}
ef5584
ef5584
#edit .disabled em { 
ef5584
	color: #d7d7d7; 
ef5584
	}
ef5584
ef5584
#edit .field { 
ef5584
	margin-top: 1.3em; 
ef5584
	}
ef5584
ef5584
#edit label {
ef5584
	padding-left: .2em;
ef5584
	}
ef5584
ef5584
#edit textarea#description { 
ef5584
	width: 97%; 
ef5584
	}