color: #666;
}
+.name-info-popup header .description ul,
+.name-info-popup header .description ol {
+ margin: 12px 0;
+ padding: 0;
+}
+
+.name-info-popup header .description li {
+ margin-left: 16px;
+ padding-left: 4px;
+}
+
+.name-info-popup header .description ul li {
+ list-style-type: disc;
+}
+
+.name-info-popup header .description ol li {
+ list-style-type: decimal;
+}
+
/* product search */
#field-product {
.component {
display: flex;
- align-items: center;
margin: 8px 0;
border: 1px solid #CCC;
border-radius: 4px;
.component header {
flex: none;
margin-right: 16px;
- width: 240px;
+ width: 280px;
}
.component h2 {
margin: 0;
- font-size: 24px;
+ font-size: 20px;
font-weight: normal;
}
-.component div {
+.component header ~ div {
flex: auto;
+ margin: 2px 0;
}
.component p {
font-size: 16px;
}
-.component ul {
+.component ul.people {
display: flex;
margin: 8px 0 0;
border-top: 1px solid #DDD;
color: #999;
}
-.component li {
+.component ul.people li {
margin: 0 16px 0 0;
padding: 0;
}
<section id="[% comp.name FILTER html %]" class="component[%- IF comp.name == component_mark %] highlight[% END %]">
<header>
<h2><a href="[% basepath FILTER none %]buglist.cgi?product=[%- product.name FILTER uri %]&component=
- [%- comp.name FILTER uri %]&resolution=---">[% comp.name FILTER html %]</a></h2>
+ [%- comp.name FILTER uri %]&resolution=---">[% comp.name FILTER html FILTER wbr %]</a></h2>
</header>
<div>
<p class="description">[% comp.description FILTER html_light %]</p>
[% IF show_default_people %]
- <ul>
+ <ul class="people">
<li>Assignee: [% INCLUDE global/user.html.tmpl who = comp.default_assignee %]</li>
[% IF Param("useqacontact") %]
<li>QA: [% INCLUDE global/user.html.tmpl who = comp.default_qa_contact %]</li>