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 6dfad42..f8c84cc 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 @@ -2,10 +2,6 @@ /* Ticket */ -#content { - max-width: 100%; - } - #newticket #description { width: 80%; } @@ -13,6 +9,10 @@ #newticket #properties { } +#newticket #summary { + width: 80%; +} + #ticket { } @@ -39,8 +39,8 @@ h1 .status { } #ticket table.properties { - width: 100%; border: none; + margin-left: 20px; } #ticket table.properties tr { @@ -54,13 +54,17 @@ h1 .status { #ticket table.properties th { text-align: right; - width: 20%; + width: 10%; border: none; + vertical-align: top; + padding: 0.5em; } #ticket table.properties td { width: 30%; border: none; + vertical-align: top; + padding: 0.5em; } #ticket table.properties .description {