Blame Identity/Models/Html/Trac/htdocs/css/ticket.css

d6e8d8
@import url(code.css);
d6e8d8
d6e8d8
/* Ticket */
d6e8d8
d6e8d8
#content { 
d6e8d8
	width: 700px; 
d6e8d8
	max-width: 100%; 
d6e8d8
	}
d6e8d8
d6e8d8
#newticket #description { 
d6e8d8
	width: 100%; 
d6e8d8
	}
d6e8d8
#newticket #properties { 
d6e8d8
	width: 100%; 
d6e8d8
	}
d6e8d8
d6e8d8
#ticket {
d6e8d8
	background: #ffd;
d6e8d8
	border: 1px solid #ccc;
d6e8d8
	margin-top: 1em;
d6e8d8
	padding: .5em 1em;
d6e8d8
	position: relative;
d6e8d8
	}
d6e8d8
d6e8d8
h1 .status { 
d6e8d8
	color: #fff; 
d6e8d8
	text-transform: lowercase; 
d6e8d8
	}
d6e8d8
	
d6e8d8
#ticket h2.summary { 
d6e8d8
	margin: 0 0 .8em 0; 
d6e8d8
	background: transparent;
d6e8d8
	}
d6e8d8
d6e8d8
#ticket .date { 
d6e8d8
	color: #996; 
d6e8d8
	float: right; 
d6e8d8
	font-size: 85%; 
d6e8d8
	position: relative; 
d6e8d8
	}
d6e8d8
d6e8d8
#ticket .date p { 
d6e8d8
	margin: 0; 
d6e8d8
	}
d6e8d8
d6e8d8
#ticket table.properties {
d6e8d8
	border-top: 1px solid #dd9;
d6e8d8
	border-collapse: collapse;
d6e8d8
	table-layout: fixed;
d6e8d8
	width: 100%;
d6e8d8
	}
d6e8d8
d6e8d8
#ticket table.properties tr { 
d6e8d8
	border-bottom: 1px dotted #eed; 
d6e8d8
	}
d6e8d8
d6e8d8
#ticket table.properties td, 
d6e8d8
#ticket table.properties th {
d6e8d8
	font-size: 80%;
d6e8d8
	padding: .5em 1em;
d6e8d8
	vertical-align: top;
d6e8d8
	}
d6e8d8
d6e8d8
#ticket table.properties th {
d6e8d8
	color: #663;
d6e8d8
	font-weight: normal;
d6e8d8
	text-align: left;
d6e8d8
	width: 20%;
d6e8d8
	}
d6e8d8
d6e8d8
#ticket table.properties td { 
d6e8d8
	width: 30%; 
d6e8d8
	}
d6e8d8
d6e8d8
#ticket table.properties .description { 
d6e8d8
	border-top: 1px solid #dd9; 
d6e8d8
	}
d6e8d8
d6e8d8
#ticket .description h3 {
d6e8d8
	border-bottom: 1px solid #dd9;
d6e8d8
	color: #663;
d6e8d8
	font-size: 100%;
d6e8d8
	font-weight: normal;
d6e8d8
	}
d6e8d8
d6e8d8
#ticket .description h3 .lastmod {
d6e8d8
	font-size: 90%;
d6e8d8
	}
d6e8d8
d6e8d8
#ticket .inlinebuttons { 
d6e8d8
	float: right;
d6e8d8
	position: relative;
d6e8d8
	bottom: 0.3em;
d6e8d8
	}
d6e8d8
d6e8d8
#changelog { 
d6e8d8
	border: 1px solid #ddd; 
d6e8d8
	padding-left: 1em; 
d6e8d8
	padding-right: 1em; 
d6e8d8
	padding-bottom: 1em; 
d6e8d8
	}
d6e8d8
d6e8d8
#changelog h3 {
d6e8d8
 	border-bottom: 1px solid #ddd;
d6e8d8
	color: #999;
d6e8d8
	font-size: x-small;
d6e8d8
	font-weight: normal;
d6e8d8
	font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
d6e8d8
	}
d6e8d8
d6e8d8
#changelog .threading, 
d6e8d8
#changelog .inlinebuttons {
d6e8d8
	float: right;
d6e8d8
	position: relative;
d6e8d8
	bottom: 0.3em;
d6e8d8
	}
d6e8d8
d6e8d8
#changelog .changes { 
d6e8d8
	list-style: square; 
d6e8d8
	margin-left: 2em; 
d6e8d8
	padding: 0 
d6e8d8
	font-size: small;
d6e8d8
	}
d6e8d8
d6e8d8
#changelog .comment { 
d6e8d8
	margin-left: 2em;
d6e8d8
	font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
d6e8d8
	font-size: small;
d6e8d8
	}
d6e8d8
d6e8d8
form .field { 
d6e8d8
	margin-top: .75em; 
d6e8d8
	width: 100% 
d6e8d8
	}
d6e8d8
d6e8d8
form #comment { 
d6e8d8
	width: 100% 
d6e8d8
	}
d6e8d8
d6e8d8
#properties { 
d6e8d8
	white-space: nowrap; 
d6e8d8
	line-height: 160%; 
d6e8d8
	padding: .5em 
d6e8d8
	}
d6e8d8
d6e8d8
#properties table { 
d6e8d8
	border-spacing: 0; 
d6e8d8
	width: 100%; 
d6e8d8
	}
d6e8d8
d6e8d8
#properties table th {
d6e8d8
	padding: .4em;
d6e8d8
	text-align: right;
d6e8d8
	width: 20%;
d6e8d8
	vertical-align: top;
d6e8d8
	}
d6e8d8
d6e8d8
#properties table th.col2 {
d6e8d8
	border-left: 1px dotted #d7d7d7; 
d6e8d8
	}
d6e8d8
d6e8d8
#properties table td { 
d6e8d8
	vertical-align: middle; 
d6e8d8
	width: 30%; 
d6e8d8
	}
d6e8d8
d6e8d8
#properties table td.fullrow {
d6e8d8
	vertical-align: middle; 
d6e8d8
	width: 80%; 
d6e8d8
	}
d6e8d8
d6e8d8
#action {
d6e8d8
	line-height: 2em; 
d6e8d8
	}
d6e8d8
d6e8d8
fieldset.radio { 
d6e8d8
	border: none; 
d6e8d8
	margin: 0; padding: 0; 
d6e8d8
	}
d6e8d8
d6e8d8
fieldset.radio legend {
d6e8d8
	color: #000;
d6e8d8
	float: left;
d6e8d8
	font-size: 100%;
d6e8d8
	font-weight: normal;
d6e8d8
	padding: 0 1em 0 0;
d6e8d8
	}
d6e8d8
d6e8d8
fieldset.radio label { 
d6e8d8
	padding-right: 1em; 
d6e8d8
	}