diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/ticket.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/ticket.css index d094ae9..69444e8 100755 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/ticket.css +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/ticket.css @@ -13,11 +13,6 @@ } #ticket { - background: #ffd; - border: 1px solid #ccc; - margin-top: 1em; - padding: .5em 1em; - position: relative; } h1 .status { @@ -26,15 +21,16 @@ h1 .status { } #ticket h2.summary { - margin: 0 0 .8em 0; - background: transparent; + margin-top: 0; } #ticket .date { - color: #996; + color: #333; float: right; - font-size: 85%; - position: relative; + font-size: x-small; + padding: 2px; + padding-right: 10px; + text-align: right; } #ticket .date p { @@ -42,10 +38,8 @@ h1 .status { } #ticket table.properties { - border-top: 1px solid #dd9; - border-collapse: collapse; - table-layout: fixed; width: 100%; + border: none; } #ticket table.properties tr { @@ -54,20 +48,18 @@ h1 .status { #ticket table.properties td, #ticket table.properties th { - font-size: 80%; - padding: .5em 1em; vertical-align: top; } #ticket table.properties th { - color: #663; - font-weight: normal; - text-align: left; + text-align: right; width: 20%; + border: none; } #ticket table.properties td { width: 30%; + border: none; } #ticket table.properties .description { @@ -75,12 +67,12 @@ h1 .status { } #ticket .description h3 { - border-bottom: 1px solid #dd9; - color: #663; - font-size: 100%; - font-weight: normal; } +#ticket .description p { + margin-left: 20px; + } + #ticket .description h3 .lastmod { font-size: 90%; } @@ -92,18 +84,9 @@ h1 .status { } #changelog { - border: 1px solid #ddd; - padding-left: 1em; - padding-right: 1em; - padding-bottom: 1em; } #changelog h3 { - border-bottom: 1px solid #ddd; - color: #999; - font-size: x-small; - font-weight: normal; - font-family: "DejaVu Sans Mono","Liberation Mono",monospace; } #changelog .threading, @@ -114,10 +97,6 @@ h1 .status { } #changelog .changes { - list-style: square; - margin-left: 2em; - padding: 0 - font-size: small; } #changelog .comment { @@ -136,9 +115,7 @@ form #comment { } #properties { - white-space: nowrap; - line-height: 160%; - padding: .5em + margin-left: 20px; } #properties table { @@ -151,6 +128,7 @@ form #comment { text-align: right; width: 20%; vertical-align: top; + border:none; } #properties table th.col2 { @@ -160,6 +138,7 @@ form #comment { #properties table td { vertical-align: middle; width: 30%; + border:none; } #properties table td.fullrow { @@ -168,7 +147,7 @@ form #comment { } #action { - line-height: 2em; + margin-left: 20px; } fieldset.radio {