Blame Extras/Trac/htdocs/css/ticket.css

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