| @@ -1,67 +1,67 @@ | |||||
| div.code { | div.code { | ||||
| background: #f7f7f7; | |||||
| border: 1px solid #d7d7d7; | |||||
| margin: 1em 1.75em; | |||||
| padding: .25em; | |||||
| overflow: auto | |||||
| background: #f7f7f7; | |||||
| border: 1px solid #d7d7d7; | |||||
| margin: 1em 1.75em; | |||||
| padding: .25em; | |||||
| overflow: auto | |||||
| } | } | ||||
| div.code pre { margin: 0; } | div.code pre { margin: 0; } | ||||
| table.code { | table.code { | ||||
| border: 1px solid #ddd; | |||||
| border-spacing: 0; | |||||
| border-top: 0; | |||||
| border-collapse: collapse; | |||||
| empty-cells: show; | |||||
| font-size: 12px; | |||||
| line-height: 130%; | |||||
| padding: 0; | |||||
| margin: 0 auto; | |||||
| table-layout: fixed; | |||||
| width: 100%; | |||||
| border: 1px solid #ddd; | |||||
| border-spacing: 0; | |||||
| border-top: 0; | |||||
| border-collapse: collapse; | |||||
| empty-cells: show; | |||||
| font-size: 12px; | |||||
| line-height: 130%; | |||||
| padding: 0; | |||||
| margin: 0 auto; | |||||
| table-layout: fixed; | |||||
| width: 100%; | |||||
| } | } | ||||
| table.code th { | table.code th { | ||||
| border-right: 1px solid #d7d7d7; | |||||
| border-bottom: 1px solid #998; | |||||
| font-size: 11px; | |||||
| border-right: 1px solid #d7d7d7; | |||||
| border-bottom: 1px solid #998; | |||||
| font-size: 11px; | |||||
| } | } | ||||
| table.code th.lineno { width: 4em } | table.code th.lineno { width: 4em } | ||||
| table.code thead th { | table.code thead th { | ||||
| background: #eee; | |||||
| border-top: 1px solid #d7d7d7; | |||||
| color: #999; | |||||
| padding: 0 .25em; | |||||
| text-align: center; | |||||
| white-space: nowrap; | |||||
| background: #eee; | |||||
| border-top: 1px solid #d7d7d7; | |||||
| color: #999; | |||||
| padding: 0 .25em; | |||||
| text-align: center; | |||||
| white-space: nowrap; | |||||
| } | } | ||||
| table.code tbody th { | table.code tbody th { | ||||
| background: #eed; | |||||
| color: #886; | |||||
| font-weight: normal; | |||||
| padding: 0 .5em; | |||||
| text-align: right; | |||||
| vertical-align: top; | |||||
| background: #eed; | |||||
| color: #886; | |||||
| font-weight: normal; | |||||
| padding: 0 .5em; | |||||
| text-align: right; | |||||
| vertical-align: top; | |||||
| } | } | ||||
| table.code tbody th :link, table.code tbody th :visited { | table.code tbody th :link, table.code tbody th :visited { | ||||
| border: none; | |||||
| color: #886; | |||||
| text-decoration: none; | |||||
| border: none; | |||||
| color: #886; | |||||
| text-decoration: none; | |||||
| } | } | ||||
| table.code tbody th :link:hover, table.code tbody th :visited:hover { | table.code tbody th :link:hover, table.code tbody th :visited:hover { | ||||
| color: #000; | |||||
| color: #000; | |||||
| } | } | ||||
| table.code td { | table.code td { | ||||
| font: normal 11px monospace; | |||||
| overflow: hidden; | |||||
| padding: 1px 2px; | |||||
| vertical-align: top; | |||||
| font: normal 11px monospace; | |||||
| overflow: hidden; | |||||
| padding: 1px 2px; | |||||
| vertical-align: top; | |||||
| } | } | ||||
| table.code tr.hilite th { | table.code tr.hilite th { | ||||
| background: #ccf; | |||||
| background: #ccf; | |||||
| } | } | ||||
| table.code tr.hilite td { | table.code tr.hilite td { | ||||
| background: #ddf; | |||||
| background: #ddf; | |||||
| } | } | ||||
| .image-file { background: #eee; padding: .3em } | .image-file { background: #eee; padding: .3em } | ||||
| .image-file img { background: url(../imggrid.png) } | .image-file img { background: url(../imggrid.png) } | ||||
| @@ -74,8 +74,8 @@ table.code tr.hilite td { | |||||
| .c_commentlinedoc, .h_comment,.pl_commentline, .p_commentblock, | .c_commentlinedoc, .h_comment,.pl_commentline, .p_commentblock, | ||||
| .p_commentline, .hphp_comment, .hphp_commentblock, .hphp_commentline, | .p_commentline, .hphp_comment, .hphp_commentblock, .hphp_commentline, | ||||
| .yaml_comment { | .yaml_comment { | ||||
| color: #998; | |||||
| font-style: italic; | |||||
| color: #998; | |||||
| font-style: italic; | |||||
| } | } | ||||
| /* Language keyword */ | /* Language keyword */ | ||||
| @@ -83,21 +83,21 @@ table.code tr.hilite td { | |||||
| /* Type */ | /* Type */ | ||||
| .code-type, .c_word, .c_word2, .p_classname, .hphp_classname{ | .code-type, .c_word, .c_word2, .p_classname, .hphp_classname{ | ||||
| color: #468; | |||||
| font-weight: bold; | |||||
| color: #468; | |||||
| font-weight: bold; | |||||
| } | } | ||||
| /* Function */ | /* Function */ | ||||
| .code-func, .p_defname { | .code-func, .p_defname { | ||||
| color: #900; | |||||
| font-weight: bold; | |||||
| border-bottom: none; | |||||
| color: #900; | |||||
| font-weight: bold; | |||||
| border-bottom: none; | |||||
| } | } | ||||
| /* Pre-processor */ | /* Pre-processor */ | ||||
| .code-prep, .c_preprocessor, .pl_preprocessor, .yaml_identifier { | .code-prep, .c_preprocessor, .pl_preprocessor, .yaml_identifier { | ||||
| color: #999; | |||||
| font-weight: bold; | |||||
| color: #999; | |||||
| font-weight: bold; | |||||
| } | } | ||||
| /* Language construct */ | /* Language construct */ | ||||
| @@ -109,8 +109,8 @@ table.code tr.hilite td { | |||||
| .pl_string_qr, .pl_string_qw, .pl_string_qx, .pl_backticks, .pl_character, | .pl_string_qr, .pl_string_qw, .pl_string_qx, .pl_backticks, .pl_character, | ||||
| .p_string, .p_stringeol, .hphp_string, .hphp_stringeol, .hphp_triple, | .p_string, .p_stringeol, .hphp_string, .hphp_stringeol, .hphp_triple, | ||||
| .hphp_tripledouble, .p_character, .p_triple, .p_tripledouble { | .hphp_tripledouble, .p_character, .p_triple, .p_tripledouble { | ||||
| color: #b84; | |||||
| font-weight: normal; | |||||
| color: #b84; | |||||
| font-weight: normal; | |||||
| } | } | ||||
| /* Variable name */ | /* Variable name */ | ||||
| @@ -1,16 +1,16 @@ | |||||
| @import url(code.css); | @import url(code.css); | ||||
| h1 .numrows, h2 .numrows { | h1 .numrows, h2 .numrows { | ||||
| margin-left: 1em; | |||||
| color: #999; | |||||
| font-size: 65%; | |||||
| font-weight: normal; | |||||
| margin-left: 1em; | |||||
| color: #999; | |||||
| font-size: 65%; | |||||
| font-weight: normal; | |||||
| } | } | ||||
| h2 { | h2 { | ||||
| background: #f7f7f7; | |||||
| border-bottom: 1px solid #d7d7d7; | |||||
| margin: 2em 0 0; | |||||
| padding: 0 .33em; | |||||
| background: #f7f7f7; | |||||
| border-bottom: 1px solid #d7d7d7; | |||||
| margin: 2em 0 0; | |||||
| padding: 0 .33em; | |||||
| } | } | ||||
| #report-descr { margin: 0 2em; font-size: 90% } | #report-descr { margin: 0 2em; font-size: 90% } | ||||
| #report-notfound { margin: 2em; font-size: 110% } | #report-notfound { margin: 2em; font-size: 110% } | ||||
| @@ -21,9 +21,9 @@ h2 { | |||||
| #query fieldset, #query fieldset input, #query fieldset select { font-size: 11px } | #query fieldset, #query fieldset input, #query fieldset select { font-size: 11px } | ||||
| #query fieldset { margin-top: 1em } | #query fieldset { margin-top: 1em } | ||||
| #query fieldset.collapsed { | #query fieldset.collapsed { | ||||
| border-width: 0; | |||||
| margin-bottom: 0pt; | |||||
| padding: 0pt .5em; | |||||
| border-width: 0; | |||||
| margin-bottom: 0pt; | |||||
| padding: 0pt .5em; | |||||
| } | } | ||||
| #query .option, #query .option input, #query .option select { font-size: 11px } | #query .option, #query .option input, #query .option select { font-size: 11px } | ||||
| #query .option { float: left; line-height: 2em; margin: .9em 2.5em 0 .5em; padding: 0 0 .1em } | #query .option { float: left; line-height: 2em; margin: .9em 2.5em 0 .5em; padding: 0 0 .1em } | ||||
| @@ -42,13 +42,13 @@ h2 { | |||||
| #filters td.actions { text-align: right; white-space: nowrap } | #filters td.actions { text-align: right; white-space: nowrap } | ||||
| #columns div label { | #columns div label { | ||||
| display: block; | |||||
| float: left; | |||||
| padding: 0pt 1em .5em 0pt; | |||||
| display: block; | |||||
| float: left; | |||||
| padding: 0pt 1em .5em 0pt; | |||||
| } | } | ||||
| /* Styles for the report list and the report results table | /* Styles for the report list and the report results table | ||||
| (extends the styles for "table.listing") */ | |||||
| (extends the styles for "table.listing") */ | |||||
| .reports td.title { width: 100% } | .reports td.title { width: 100% } | ||||
| .reports tbody td :link, .reports tbody td :visited, | .reports tbody td :link, .reports tbody td :visited, | ||||
| .tickets tbody td :link, .tickets tbody td :visited { display: block } | .tickets tbody td :link, .tickets tbody td :visited { display: block } | ||||
| @@ -57,7 +57,7 @@ h2 { | |||||
| .tickets tbody td, .reports tbody td { padding: .1em .5em !important } | .tickets tbody td, .reports tbody td { padding: .1em .5em !important } | ||||
| .tickets tbody td a, .reports tbody td a { border-bottom: none } | .tickets tbody td a, .reports tbody td a { border-bottom: none } | ||||
| .tickets tbody td.id :link, .tickets tbody td.id :visited { | .tickets tbody td.id :link, .tickets tbody td.id :visited { | ||||
| font-weight: bold; | |||||
| font-weight: bold; | |||||
| } | } | ||||
| .tickets tbody td.time a, .tickets tbody td.changetime a { white-space: nowrap } | .tickets tbody td.time a, .tickets tbody td.changetime a { white-space: nowrap } | ||||
| .tickets tbody tr:hover { background: #eed; color: #000 } | .tickets tbody tr:hover { background: #eed; color: #000 } | ||||
| @@ -75,11 +75,11 @@ h2 { | |||||
| .tickets tr.color6-even { background: #f7f7f7; border-color: #ddd; color: #888 } | .tickets tr.color6-even { background: #f7f7f7; border-color: #ddd; color: #888 } | ||||
| .tickets tr.color6-odd a, .color6-even a { color: #b66 } | .tickets tr.color6-odd a, .color6-even a { color: #b66 } | ||||
| .tickets tbody tr.fullrow td, .tickets tbody td.fullrow { | .tickets tbody tr.fullrow td, .tickets tbody td.fullrow { | ||||
| border: none; | |||||
| color: #333; | |||||
| background: transparent; | |||||
| padding: 0 1em !important; /* Opera 9 is *very* sensitive with this */ | |||||
| font-size: 85%; | |||||
| border: none; | |||||
| color: #333; | |||||
| background: transparent; | |||||
| padding: 0 1em !important; /* Opera 9 is *very* sensitive with this */ | |||||
| font-size: 85%; | |||||
| } | } | ||||
| .tickets tbody tr.fullrow:hover { background: transparent !important } | .tickets tbody tr.fullrow:hover { background: transparent !important } | ||||
| .tickets .fullrow :link, .tickets .fullrow :visited { display: inline } | .tickets .fullrow :link, .tickets .fullrow :visited { display: inline } | ||||
| @@ -87,18 +87,18 @@ h2 { | |||||
| .tickets .fullrow hr { display: none } | .tickets .fullrow hr { display: none } | ||||
| fieldset legend :link, fieldset legend :visited { | fieldset legend :link, fieldset legend :visited { | ||||
| background: url(../expanded.png) 0 50% no-repeat; | |||||
| border: none; | |||||
| color: #666; | |||||
| font-size: 110%; | |||||
| padding-left: 16px; | |||||
| background: url(../expanded.png) 0 50% no-repeat; | |||||
| border: none; | |||||
| color: #666; | |||||
| font-size: 110%; | |||||
| padding-left: 16px; | |||||
| } | } | ||||
| fieldset legend :link:hover, fieldset legend :visited:hover { | fieldset legend :link:hover, fieldset legend :visited:hover { | ||||
| background-color: transparent; | |||||
| background-color: transparent; | |||||
| } | } | ||||
| fieldset.collapsed legend :link, fieldset.collapsed legend :visited { | fieldset.collapsed legend :link, fieldset.collapsed legend :visited { | ||||
| background-image: url(../collapsed.png); | |||||
| background-image: url(../collapsed.png); | |||||
| } | } | ||||
| fieldset.collapsed table, fieldset.collapsed div { display: none } | fieldset.collapsed table, fieldset.collapsed div { display: none } | ||||
| @@ -120,8 +120,8 @@ table.tickets tbody tr.even.prio5 { background: #dde7ff } | |||||
| table.tickets tbody tr.prio6 { background: #f0f0f0; border-color: #ddd } | table.tickets tbody tr.prio6 { background: #f0f0f0; border-color: #ddd } | ||||
| table.tickets tbody tr.even.prio6 { background: #f7f7f7 } | table.tickets tbody tr.even.prio6 { background: #f7f7f7 } | ||||
| table.tickets tbody tr.fullrow th { | table.tickets tbody tr.fullrow th { | ||||
| border: none; | |||||
| vertical-align: middle; | |||||
| text-align: center; | |||||
| font-size: 85%; | |||||
| border: none; | |||||
| vertical-align: middle; | |||||
| text-align: center; | |||||
| font-size: 85%; | |||||
| } | } | ||||
| @@ -1,22 +1,22 @@ | |||||
| /* General styles for the progress bars */ | /* General styles for the progress bars */ | ||||
| table.progress { | table.progress { | ||||
| border: 1px solid #d7d7d7; | |||||
| border-collapse: collapse; | |||||
| border-spacing: 0; | |||||
| float: left; | |||||
| margin: 0; | |||||
| padding: 0; | |||||
| empty-cells: show; | |||||
| border: 1px solid #d7d7d7; | |||||
| border-collapse: collapse; | |||||
| border-spacing: 0; | |||||
| float: left; | |||||
| margin: 0; | |||||
| padding: 0; | |||||
| empty-cells: show; | |||||
| } | } | ||||
| table.progress a, table.progress :link, table.progress :visited, | table.progress a, table.progress :link, table.progress :visited, | ||||
| table.progress :link:hover, table.progress :visited:hover { | table.progress :link:hover, table.progress :visited:hover { | ||||
| border: none; | |||||
| display: block; | |||||
| width: 100%; | |||||
| height: 1.2em; | |||||
| padding: 0; | |||||
| margin: 0; | |||||
| text-decoration: none | |||||
| border: none; | |||||
| display: block; | |||||
| width: 100%; | |||||
| height: 1.2em; | |||||
| padding: 0; | |||||
| margin: 0; | |||||
| text-decoration: none | |||||
| } | } | ||||
| table.progress td { background: #fff; padding: 0 } | table.progress td { background: #fff; padding: 0 } | ||||
| table.progress td.new { background: #f5f5b5 } | table.progress td.new { background: #f5f5b5 } | ||||
| @@ -29,31 +29,31 @@ ul.milestones { margin: 2em 0 0; padding: 0 } | |||||
| li.milestone { list-style: none; margin-bottom: 4em } | li.milestone { list-style: none; margin-bottom: 4em } | ||||
| .milestone .info { white-space: nowrap } | .milestone .info { white-space: nowrap } | ||||
| .milestone .info h2 { | .milestone .info h2 { | ||||
| background: #f7f7f7; | |||||
| border-bottom: 1px solid #d7d7d7; | |||||
| margin: 0; | |||||
| background: #f7f7f7; | |||||
| border-bottom: 1px solid #d7d7d7; | |||||
| margin: 0; | |||||
| } | } | ||||
| .milestone .info h2 :link, .milestone .info h2 :visited { | .milestone .info h2 :link, .milestone .info h2 :visited { | ||||
| color: #000; | |||||
| display: block; | |||||
| border-bottom: none; | |||||
| color: #000; | |||||
| display: block; | |||||
| border-bottom: none; | |||||
| } | } | ||||
| .milestone .info h2 :link:hover, .milestone .info h2 :visited:hover { | .milestone .info h2 :link:hover, .milestone .info h2 :visited:hover { | ||||
| color: #000; | |||||
| color: #000; | |||||
| } | } | ||||
| .milestone .info h2 em { color: #b00; font-style: normal } | .milestone .info h2 em { color: #b00; font-style: normal } | ||||
| .milestone .info .date { | .milestone .info .date { | ||||
| color: #888; | |||||
| font-size: 11px; | |||||
| font-style: italic; | |||||
| margin: 0; | |||||
| color: #888; | |||||
| font-size: 11px; | |||||
| font-style: italic; | |||||
| margin: 0; | |||||
| } | } | ||||
| .milestone .info .progress { margin: 1em 1em 0; width: 40em; max-width: 70% } | .milestone .info .progress { margin: 1em 1em 0; width: 40em; max-width: 70% } | ||||
| .milestone .info dl { | .milestone .info dl { | ||||
| font-size: 10px; | |||||
| font-style: italic; | |||||
| margin: 0 1em 2em; | |||||
| white-space: nowrap; | |||||
| font-size: 10px; | |||||
| font-style: italic; | |||||
| margin: 0 1em 2em; | |||||
| white-space: nowrap; | |||||
| } | } | ||||
| .milestone .info dt { display: inline; margin-left: .5em } | .milestone .info dt { display: inline; margin-left: .5em } | ||||
| .milestone .info dd { display: inline; margin: 0 1em 0 .5em } | .milestone .info dd { display: inline; margin: 0 1em 0 .5em } | ||||
| @@ -1,213 +1,213 @@ | |||||
| @import url(code.css); | @import url(code.css); | ||||
| #content.ticket { | #content.ticket { | ||||
| width:700px; | |||||
| max-width:100%; | |||||
| margin:auto; | |||||
| width:700px; | |||||
| max-width:100%; | |||||
| margin:auto; | |||||
| } | } | ||||
| #newticket #field-description { | #newticket #field-description { | ||||
| width:100%; | |||||
| width:100%; | |||||
| } | } | ||||
| #newticket #properties { | #newticket #properties { | ||||
| width:100%; | |||||
| width:100%; | |||||
| } | } | ||||
| #ticket { | #ticket { | ||||
| background:#ffd; | |||||
| border:1px outset #996; | |||||
| margin-top:1em; | |||||
| padding:.5em 1em; | |||||
| position:relative; | |||||
| background:#ffd; | |||||
| border:1px outset #996; | |||||
| margin-top:1em; | |||||
| padding:.5em 1em; | |||||
| position:relative; | |||||
| } | } | ||||
| div#ticket.ticketdraft { | div#ticket.ticketdraft { | ||||
| background:#f4f4f4 url(../draft.png); | |||||
| background:#f4f4f4 url(../draft.png); | |||||
| } | } | ||||
| div#ticketchange.ticketdraft { | div#ticketchange.ticketdraft { | ||||
| padding:0 1em; | |||||
| margin:1em 0; | |||||
| padding:0 1em; | |||||
| margin:1em 0; | |||||
| } | } | ||||
| div#ticketchange.ticketdraft h3 { | div#ticketchange.ticketdraft h3 { | ||||
| margin-top:.5em; | |||||
| margin-top:.5em; | |||||
| } | } | ||||
| .preview-notice { | .preview-notice { | ||||
| font-weight:bold; | |||||
| font-weight:bold; | |||||
| } | } | ||||
| .ticketdraft { | .ticketdraft { | ||||
| background:#f4f4f4 url(../draft.png); | |||||
| border:1px outset #996; | |||||
| padding:0 .2em; | |||||
| background:#f4f4f4 url(../draft.png); | |||||
| border:1px outset #996; | |||||
| padding:0 .2em; | |||||
| } | } | ||||
| h1 .status { | h1 .status { | ||||
| color:#444; | |||||
| color:#444; | |||||
| } | } | ||||
| #ticket h2.summary { | #ticket h2.summary { | ||||
| margin:0 0 .8em; | |||||
| margin:0 0 .8em; | |||||
| } | } | ||||
| #ticket .date { | #ticket .date { | ||||
| color:#996; | |||||
| float:right; | |||||
| font-size:85%; | |||||
| position:relative; | |||||
| color:#996; | |||||
| float:right; | |||||
| font-size:85%; | |||||
| position:relative; | |||||
| } | } | ||||
| #ticket .date p { | #ticket .date p { | ||||
| margin:.3em; | |||||
| margin:.3em; | |||||
| } | } | ||||
| #ticket table.properties { | #ticket table.properties { | ||||
| clear:both; | |||||
| border-top:1px solid #dd9; | |||||
| border-collapse:collapse; | |||||
| table-layout:fixed; | |||||
| width:100%; | |||||
| clear:both; | |||||
| border-top:1px solid #dd9; | |||||
| border-collapse:collapse; | |||||
| table-layout:fixed; | |||||
| width:100%; | |||||
| } | } | ||||
| #ticket table.properties tr { | #ticket table.properties tr { | ||||
| border-bottom:1px dotted #eed; | |||||
| border-bottom:1px dotted #eed; | |||||
| } | } | ||||
| #ticket table.properties td,#ticket table.properties th { | #ticket table.properties td,#ticket table.properties th { | ||||
| font-size:80%; | |||||
| padding:.5em 1em; | |||||
| vertical-align:top; | |||||
| font-size:80%; | |||||
| padding:.5em 1em; | |||||
| vertical-align:top; | |||||
| } | } | ||||
| #ticket table.properties th { | #ticket table.properties th { | ||||
| color:#663; | |||||
| font-weight:normal; | |||||
| text-align:left; | |||||
| width:20%; | |||||
| color:#663; | |||||
| font-weight:normal; | |||||
| text-align:left; | |||||
| width:20%; | |||||
| } | } | ||||
| #ticket table.properties td { | #ticket table.properties td { | ||||
| width:30%; | |||||
| width:30%; | |||||
| } | } | ||||
| #ticket table.properties .description { | #ticket table.properties .description { | ||||
| border-top:1px solid #dd9; | |||||
| border-top:1px solid #dd9; | |||||
| } | } | ||||
| #ticket .description h3 { | #ticket .description h3 { | ||||
| border-bottom:1px solid #dd9; | |||||
| color:#663; | |||||
| font-size:100%; | |||||
| font-weight:normal; | |||||
| border-bottom:1px solid #dd9; | |||||
| color:#663; | |||||
| font-size:100%; | |||||
| font-weight:normal; | |||||
| } | } | ||||
| #ticket .description h3 .lastmod { | #ticket .description h3 .lastmod { | ||||
| font-size:90%; | |||||
| font-size:90%; | |||||
| } | } | ||||
| #ticket .inlinebuttons { | #ticket .inlinebuttons { | ||||
| float:right; | |||||
| position:relative; | |||||
| bottom:.3em; | |||||
| float:right; | |||||
| position:relative; | |||||
| bottom:.3em; | |||||
| } | } | ||||
| #changelog { | #changelog { | ||||
| border:1px outset #996; | |||||
| padding:1em; | |||||
| border:1px outset #996; | |||||
| padding:1em; | |||||
| } | } | ||||
| #preview { | #preview { | ||||
| border:1px solid #d7d7d7; | |||||
| padding:1em; | |||||
| border:1px solid #d7d7d7; | |||||
| padding:1em; | |||||
| } | } | ||||
| #preview h3,#changelog h3 { | #preview h3,#changelog h3 { | ||||
| border-bottom:1px solid #d7d7d7; | |||||
| color:#999; | |||||
| font-size:100%; | |||||
| font-weight:normal; | |||||
| border-bottom:1px solid #d7d7d7; | |||||
| color:#999; | |||||
| font-size:100%; | |||||
| font-weight:normal; | |||||
| } | } | ||||
| .threading,#changelog .inlinebuttons { | .threading,#changelog .inlinebuttons { | ||||
| float:right; | |||||
| float:right; | |||||
| } | } | ||||
| .threading { | .threading { | ||||
| font-size:90%; | |||||
| font-size:90%; | |||||
| } | } | ||||
| #preview .changes,#changelog .changes { | #preview .changes,#changelog .changes { | ||||
| list-style:square; | |||||
| margin-left:2em; | |||||
| padding:0; | |||||
| list-style:square; | |||||
| margin-left:2em; | |||||
| padding:0; | |||||
| } | } | ||||
| #preview .comment,#changelog .comment { | #preview .comment,#changelog .comment { | ||||
| margin-left:2em; | |||||
| margin-left:2em; | |||||
| } | } | ||||
| form .field { | form .field { | ||||
| margin-top:.75em; | |||||
| width:100%; | |||||
| margin-top:.75em; | |||||
| width:100%; | |||||
| } | } | ||||
| form #comment { | form #comment { | ||||
| width:100%; | |||||
| width:100%; | |||||
| } | } | ||||
| #properties { | #properties { | ||||
| white-space:nowrap; | |||||
| line-height:160%; | |||||
| padding:.5em; | |||||
| white-space:nowrap; | |||||
| line-height:160%; | |||||
| padding:.5em; | |||||
| } | } | ||||
| #properties table { | #properties table { | ||||
| border-spacing:0; | |||||
| width:100%; | |||||
| border-spacing:0; | |||||
| width:100%; | |||||
| } | } | ||||
| #properties table th { | #properties table th { | ||||
| padding:.4em; | |||||
| text-align:right; | |||||
| width:20%; | |||||
| vertical-align:top; | |||||
| padding:.4em; | |||||
| text-align:right; | |||||
| width:20%; | |||||
| vertical-align:top; | |||||
| } | } | ||||
| #properties table th.col2 { | #properties table th.col2 { | ||||
| border-left:1px dotted #d7d7d7; | |||||
| border-left:1px dotted #d7d7d7; | |||||
| } | } | ||||
| #properties table td { | #properties table td { | ||||
| vertical-align:middle; | |||||
| width:30%; | |||||
| vertical-align:middle; | |||||
| width:30%; | |||||
| } | } | ||||
| #properties table td.fullrow { | #properties table td.fullrow { | ||||
| vertical-align:middle; | |||||
| width:80%; | |||||
| vertical-align:middle; | |||||
| width:80%; | |||||
| } | } | ||||
| #action { | #action { | ||||
| line-height:2em; | |||||
| line-height:2em; | |||||
| } | } | ||||
| fieldset.radio { | fieldset.radio { | ||||
| border:none; | |||||
| margin:0; | |||||
| padding:0; | |||||
| border:none; | |||||
| margin:0; | |||||
| padding:0; | |||||
| } | } | ||||
| fieldset.radio legend { | fieldset.radio legend { | ||||
| color:#000; | |||||
| float:left; | |||||
| font-size:100%; | |||||
| font-weight:normal; | |||||
| padding:0 1em 0 0; | |||||
| color:#000; | |||||
| float:left; | |||||
| font-size:100%; | |||||
| font-weight:normal; | |||||
| padding:0 1em 0 0; | |||||
| } | } | ||||
| fieldset.radio label { | fieldset.radio label { | ||||
| padding-right:1em; | |||||
| padding-right:1em; | |||||
| } | } | ||||
| @@ -1,158 +1,158 @@ | |||||
| /* Timeline */ | /* Timeline */ | ||||
| * html #prefs { | * html #prefs { | ||||
| width:34em; | |||||
| width:34em; | |||||
| } | } | ||||
| /* Set width only for IE */ | /* Set width only for IE */ | ||||
| #prefs fieldset label { | #prefs fieldset label { | ||||
| display:block; | |||||
| display:block; | |||||
| } | } | ||||
| #prefs .buttons { | #prefs .buttons { | ||||
| margin-top:-1.6em; | |||||
| margin-top:-1.6em; | |||||
| } | } | ||||
| h2 { | h2 { | ||||
| background:#f7f7f7; | |||||
| border-bottom:1px solid #d7d7d7; | |||||
| margin:2em 0 .5em; | |||||
| background: #f7f7f7; | |||||
| border-bottom:1px solid #d7d7d7; | |||||
| margin:2em 0 .5em; | |||||
| } | } | ||||
| dl { | dl { | ||||
| line-height:1.3em; | |||||
| margin-left:1em; | |||||
| line-height:1.3em; | |||||
| margin-left:1em; | |||||
| } | } | ||||
| dt { | dt { | ||||
| background:3px 4px no-repeat; | |||||
| padding:0; | |||||
| background:3px 4px no-repeat; | |||||
| padding:0; | |||||
| } | } | ||||
| dt :link,dt :visited { | dt :link,dt :visited { | ||||
| background:3px 3px no-repeat; | |||||
| border:none; | |||||
| color:#000; | |||||
| padding:0 4px 2px 22px; | |||||
| background:3px 3px no-repeat; | |||||
| border:none; | |||||
| color: #000; | |||||
| padding:0 4px 2px 22px; | |||||
| } | } | ||||
| dt>:link,dt>:visited { | dt>:link,dt>:visited { | ||||
| /* Hide from IE/Win */ | /* Hide from IE/Win */ | ||||
| background-position:3px 4px; | |||||
| background-position:3px 4px; | |||||
| } | } | ||||
| dt :link:hover,dt :visited:hover { | dt :link:hover,dt :visited:hover { | ||||
| background-color:#eed; | |||||
| color:#000; | |||||
| background-color: #eed; | |||||
| color: #000; | |||||
| } | } | ||||
| dt em { | dt em { | ||||
| border-bottom:1px dotted #bbb; | |||||
| color:#b00; | |||||
| font-style:normal; | |||||
| text-decoration:none; | |||||
| border-bottom:1px dotted #bbb; | |||||
| color: #b00; | |||||
| font-style:normal; | |||||
| text-decoration:none; | |||||
| } | } | ||||
| dt .time { | dt .time { | ||||
| color:#999; | |||||
| color: #999; | |||||
| } | } | ||||
| dt .author { | dt .author { | ||||
| color:#666; | |||||
| color: #666; | |||||
| } | } | ||||
| dt.highlight { | dt.highlight { | ||||
| background-color:#ffa; | |||||
| background-color: #ffa; | |||||
| } | } | ||||
| dd { | dd { | ||||
| margin:0 0 .75em 5.5em; | |||||
| padding:0; | |||||
| color:#776; | |||||
| margin:0 0 .75em 5.5em; | |||||
| padding:0; | |||||
| color: #776; | |||||
| } | } | ||||
| /* Apply icon background-image twice to avoid hover-flicker in IE/Win */ | /* Apply icon background-image twice to avoid hover-flicker in IE/Win */ | ||||
| dt.changeset,dt.changeset a { | dt.changeset,dt.changeset a { | ||||
| background-image:url(../changeset.png)!important; | |||||
| background-image:url(../changeset.png)!important; | |||||
| } | } | ||||
| dt.newticket,dt.newticket a { | dt.newticket,dt.newticket a { | ||||
| background-image:url(../newticket.png)!important; | |||||
| background-image:url(../newticket.png)!important; | |||||
| } | } | ||||
| dt.reopenedticket,dt.reopenedticket a { | dt.reopenedticket,dt.reopenedticket a { | ||||
| background-image:url(../newticket.png)!important; | |||||
| background-image:url(../newticket.png)!important; | |||||
| } | } | ||||
| dt.editedticket,dt.editedticket a { | dt.editedticket,dt.editedticket a { | ||||
| background-image:url(../editedticket.png)!important; | |||||
| background-image:url(../editedticket.png)!important; | |||||
| } | } | ||||
| dt.closedticket,dt.closedticket a { | dt.closedticket,dt.closedticket a { | ||||
| background-image:url(../closedticket.png)!important; | |||||
| background-image:url(../closedticket.png)!important; | |||||
| } | } | ||||
| dt.wiki,dt.wiki a { | dt.wiki,dt.wiki a { | ||||
| background-image:url(../wiki.png)!important; | |||||
| background-image:url(../wiki.png)!important; | |||||
| } | } | ||||
| dt.milestone,dt.milestone a { | dt.milestone,dt.milestone a { | ||||
| background-image:url(../milestone.png)!important; | |||||
| background-image:url(../milestone.png)!important; | |||||
| } | } | ||||
| dt.attachment,dt.attachment a { | dt.attachment,dt.attachment a { | ||||
| background-image:url(../attachment.png)!important; | |||||
| background-image:url(../attachment.png)!important; | |||||
| } | } | ||||
| /* styles for the 'changeset_long_messages' option */ | /* styles for the 'changeset_long_messages' option */ | ||||
| dd.changeset p { | dd.changeset p { | ||||
| margin:0; | |||||
| padding:0; | |||||
| margin:0; | |||||
| padding:0; | |||||
| } | } | ||||
| dd.changeset ul { | dd.changeset ul { | ||||
| padding-left:15px; | |||||
| padding-left:15px; | |||||
| } | } | ||||
| /* Styles for the 'changeset_show_files' option */ | /* Styles for the 'changeset_show_files' option */ | ||||
| dd.changeset .changes { | dd.changeset .changes { | ||||
| color:#aaa; | |||||
| color: #aaa; | |||||
| } | } | ||||
| dd.changeset ul.changes { | dd.changeset ul.changes { | ||||
| padding-left:0; | |||||
| list-style-type:none; | |||||
| padding-left:0; | |||||
| list-style-type:none; | |||||
| } | } | ||||
| dd.changeset .changes li div { | dd.changeset .changes li div { | ||||
| border:1px solid #999; | |||||
| float:left; | |||||
| margin:.5em .5em 0 0; | |||||
| overflow:hidden; | |||||
| width:.8em; | |||||
| height:.8em; | |||||
| border:1px solid #999; | |||||
| float:left; | |||||
| margin:.5em .5em 0 0; | |||||
| overflow:hidden; | |||||
| width:.8em; | |||||
| height:.8em; | |||||
| } | } | ||||
| dd.changeset .changes li span { | dd.changeset .changes li span { | ||||
| float:left; | |||||
| margin-right:.8em; | |||||
| float:left; | |||||
| margin-right:.8em; | |||||
| } | } | ||||
| dd.changeset .changes .add { | dd.changeset .changes .add { | ||||
| background:#bfb; | |||||
| background: #bfb; | |||||
| } | } | ||||
| dd.changeset .changes .delete { | dd.changeset .changes .delete { | ||||
| background:#f88; | |||||
| background: #f88; | |||||
| } | } | ||||
| dd.changeset .changes .edit { | dd.changeset .changes .edit { | ||||
| background:#fd8; | |||||
| background: #fd8; | |||||
| } | } | ||||
| dd.changeset .changes .copy { | dd.changeset .changes .copy { | ||||
| background:#88f; | |||||
| background: #88f; | |||||
| } | } | ||||
| dd.changeset .changes .move { | dd.changeset .changes .move { | ||||
| background:#ccc; | |||||
| background: #ccc; | |||||
| } | } | ||||
| @@ -2,109 +2,108 @@ | |||||
| /* Styles for the page editing form */ | /* Styles for the page editing form */ | ||||
| #edit #rows { | #edit #rows { | ||||
| float:right; | |||||
| float:right; | |||||
| } | } | ||||
| #edit #rows select { | #edit #rows select { | ||||
| } | } | ||||
| #edit #text { | #edit #text { | ||||
| clear:both; | |||||
| width:100%; | |||||
| clear:both; | |||||
| width:100%; | |||||
| } | } | ||||
| #edit .wikitoolbar { | #edit .wikitoolbar { | ||||
| float:left; | |||||
| float:left; | |||||
| } | } | ||||
| #changeinfo { | #changeinfo { | ||||
| padding:.5em; | |||||
| padding:.5em; | |||||
| } | } | ||||
| #changeinfo .field { | #changeinfo .field { | ||||
| float:left; | |||||
| margin:0 1em .5em 0; | |||||
| float:left; | |||||
| margin:0 1em .5em 0; | |||||
| } | } | ||||
| #changeinfo br { | #changeinfo br { | ||||
| clear:left; | |||||
| clear:left; | |||||
| } | } | ||||
| #changeinfo .options { | #changeinfo .options { | ||||
| padding:0 0 1em 1em; | |||||
| padding:0 0 1em 1em; | |||||
| } | } | ||||
| #changeinfo .options,#changeinfo .buttons { | #changeinfo .options,#changeinfo .buttons { | ||||
| clear:left; | |||||
| clear:left; | |||||
| } | } | ||||
| #delete,#save { | #delete,#save { | ||||
| margin-left:6em; | |||||
| margin-left:6em; | |||||
| } | } | ||||
| #preview { | #preview { | ||||
| background:#f4f4f4 url(../draft.png); | |||||
| margin:1em 0 2em; | |||||
| overflow:auto; | |||||
| background:#f4f4f4 url(../draft.png); | |||||
| margin:1em 0 2em; | |||||
| overflow:auto; | |||||
| } | } | ||||
| #template { | #template { | ||||
| vertical-align:middle; | |||||
| padding-top:1em; | |||||
| vertical-align:middle; | |||||
| padding-top:1em; | |||||
| } | } | ||||
| /* Diff view */ | /* Diff view */ | ||||
| #overview .multi { | #overview .multi { | ||||
| color:#999; | |||||
| color:#999; | |||||
| } | } | ||||
| #overview .ipnr { | #overview .ipnr { | ||||
| color:#999; | |||||
| font-size:80%; | |||||
| color:#999; | |||||
| font-size:80%; | |||||
| } | } | ||||
| #overview .comment { | #overview .comment { | ||||
| padding:1em 0 0; | |||||
| padding:1em 0 0; | |||||
| } | } | ||||
| @media print { | @media print { | ||||
| th.diff,td.diff { | |||||
| display:none; | |||||
| th.diff,td.diff { | |||||
| display:none; | |||||
| } | |||||
| } | } | ||||
| } | |||||
| /* Styles for the TracGuideToc wikimacro */ | /* Styles for the TracGuideToc wikimacro */ | ||||
| .wiki-toc { | .wiki-toc { | ||||
| padding:.5em 1em; | |||||
| margin:0 0 2em 1em; | |||||
| float:right; | |||||
| border:1px outset #ddc; | |||||
| background:#ffd; | |||||
| font-size:85%; | |||||
| position:relative; | |||||
| padding:.5em 1em; | |||||
| margin:0 0 2em 1em; | |||||
| float:right; | |||||
| border:1px outset #ddc; | |||||
| background:#ffd; | |||||
| font-size:85%; | |||||
| position:relative; | |||||
| } | } | ||||
| .wiki-toc h4 { | .wiki-toc h4 { | ||||
| font-size:12px; | |||||
| margin:0; | |||||
| font-size:12px; | |||||
| margin:0; | |||||
| } | } | ||||
| .wiki-toc ul,.wiki-toc ol { | .wiki-toc ul,.wiki-toc ol { | ||||
| list-style:none; | |||||
| padding:0; | |||||
| margin:0; | |||||
| list-style:none; | |||||
| padding:0; | |||||
| margin:0; | |||||
| } | } | ||||
| .wiki-toc ul ul,.wiki-toc ol ol { | .wiki-toc ul ul,.wiki-toc ol ol { | ||||
| padding-left:1.2em; | |||||
| padding-left:1.2em; | |||||
| } | } | ||||
| .wiki-toc li { | .wiki-toc li { | ||||
| margin:0; | |||||
| padding:0; | |||||
| margin:0; | |||||
| padding:0; | |||||
| } | } | ||||
| .wiki-toc .active { | .wiki-toc .active { | ||||
| background:#ff9; | |||||
| position:relative; | |||||
| background:#ff9; | |||||
| position:relative; | |||||
| } | } | ||||