Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/ticket.css

f2e824
@import url(code.css);
f2e824
f2e824
/* Ticket */
f2e824
f2e824
#content { 
f2e824
	max-width: 100%; 
f2e824
	}
f2e824
f2e824
#newticket #description { 
33f87e
    width: 80%;
f2e824
	}
550383
f2e824
#newticket #properties { 
f2e824
	}
f2e824
f2e824
#ticket {
f2e824
	}
f2e824
f2e824
h1 .status { 
f2e824
	color: #fff; 
f2e824
	text-transform: lowercase; 
f2e824
	}
f2e824
	
f2e824
#ticket h2.summary { 
7307b8
    margin-top: 0;
f2e824
	}
f2e824
f2e824
#ticket .date { 
7307b8
	color: #333; 
f2e824
	float: right; 
7307b8
	font-size: x-small; 
7307b8
    padding: 2px;
7307b8
    padding-right: 10px;
7307b8
    text-align: right;
f2e824
	}
f2e824
f2e824
#ticket .date p { 
f2e824
	margin: 0; 
f2e824
	}
f2e824
f2e824
#ticket table.properties {
f2e824
	width: 100%;
7307b8
    border: none;
f2e824
	}
f2e824
f2e824
#ticket table.properties tr { 
f2e824
	border-bottom: 1px dotted #eed; 
f2e824
	}
f2e824
f2e824
#ticket table.properties td, 
f2e824
#ticket table.properties th {
f2e824
	vertical-align: top;
f2e824
	}
f2e824
f2e824
#ticket table.properties th {
7307b8
	text-align: right;
f2e824
	width: 20%;
7307b8
    border: none;
f2e824
	}
f2e824
f2e824
#ticket table.properties td { 
f2e824
	width: 30%; 
7307b8
    border: none;
f2e824
	}
f2e824
f2e824
#ticket table.properties .description { 
f2e824
	border-top: 1px solid #dd9; 
f2e824
	}
f2e824
f2e824
#ticket .description h3 {
f2e824
	}
f2e824
7307b8
#ticket .description p {
7307b8
    margin-left: 20px;
7307b8
    }
7307b8
f2e824
#ticket .description h3 .lastmod {
f2e824
	font-size: 90%;
f2e824
	}
f2e824
f2e824
#ticket .inlinebuttons { 
f2e824
	float: right;
f2e824
	position: relative;
f2e824
	bottom: 0.3em;
f2e824
	}
f2e824
f2e824
#changelog { 
f2e824
	}
f2e824
f2e824
#changelog h3 {
f2e824
	}
f2e824
f2e824
#changelog .threading, 
f2e824
#changelog .inlinebuttons {
f2e824
	float: right;
f2e824
	position: relative;
f2e824
	bottom: 0.3em;
ae6c11
    font-size: x-small;
f2e824
	}
f2e824
f2e824
#changelog .changes { 
f2e824
	}
f2e824
f2e824
#changelog .comment { 
ae6c11
	margin-left: 20px;
f2e824
	}
f2e824
f2e824
form .field { 
9c766d
    margin: 0;
9c766d
    margin-top: 0.75em;
9c766d
    margin-left: 20px;
f2e824
	width: 100% 
f2e824
	}
f2e824
f2e824
form #comment { 
f2e824
	width: 100% 
f2e824
	}
f2e824
f2e824
#properties { 
7307b8
    margin-left: 20px;
f2e824
	}
f2e824
f2e824
#properties table { 
f2e824
	border-spacing: 0; 
f2e824
	width: 100%; 
f2e824
	}
f2e824
f2e824
#properties table th {
f2e824
	padding: .4em;
f2e824
	text-align: right;
f2e824
	width: 20%;
f2e824
	vertical-align: top;
7307b8
    border:none;
f2e824
	}
f2e824
f2e824
#properties table th.col2 {
f2e824
	border-left: 1px dotted #d7d7d7; 
f2e824
	}
f2e824
f2e824
#properties table td { 
f2e824
	vertical-align: middle; 
f2e824
	width: 30%; 
7307b8
    border:none;
f2e824
	}
f2e824
f2e824
#properties table td.fullrow {
f2e824
	vertical-align: middle; 
f2e824
	width: 80%; 
f2e824
	}
f2e824
f2e824
#action {
7307b8
    margin-left: 20px;
f2e824
	}
f2e824
f2e824
fieldset.radio { 
f2e824
	border: none; 
f2e824
	margin: 0; padding: 0; 
f2e824
	}
f2e824
f2e824
fieldset.radio legend {
f2e824
	color: #000;
f2e824
	float: left;
f2e824
	font-size: 100%;
f2e824
	font-weight: normal;
f2e824
	padding: 0 1em 0 0;
f2e824
	}
f2e824
f2e824
fieldset.radio label { 
f2e824
	padding-right: 1em; 
f2e824
	}