Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/aisforms/styles/aisforms-common/_aisformsCommon.css
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,8 @@ table.BrandTable th {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down
3 changes: 2 additions & 1 deletion assets/aisforms/styles/preform/preform.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ div.alertBox img {
}

/* 15 Aug - Add CSS for required "*" styling in text area */
.requiredIndicator {
.requiredIndicator,
.required-indicator {
color: #CD0000;
content: '*';
font-size:1.4em;
Expand Down
6 changes: 4 additions & 2 deletions assets/aisforms/styles/print-common/_printCommon.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ table.TemplateTable tr th {
padding-top: .75em;
}

table.TemplateTable .sideTH {
table.TemplateTable .sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -834,7 +835,8 @@ table.AnswerTable div.fromRecommender.required div.itemDisplayOuterContainer:aft
content: none;
}

.requiredIndicator {
.requiredIndicator,
.required-indicator {
color: #CD0000;
content: '*';
font-size:1.4em;
Expand Down
6 changes: 4 additions & 2 deletions assets/aisforms/styles/standard-common/_standardCommon.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ table.AnswerTable div.required div.itemDisplayOuterContainer:after {
}

#required,
.requiredIndicator {
.requiredIndicator,
.required-indicator {
color: #CD0000;
content: '*';
font-size:1.4em;
Expand Down Expand Up @@ -652,7 +653,8 @@ div.Content .SideNote {
}

/* SPECIFICATION CLASSES */
.ExtraStrong {
.ExtraStrong, /* legacy */
.extra-strong {
color: #CD0000;
font-weight: bold;
}
Expand Down
18 changes: 13 additions & 5 deletions assets/aisforms/styles/standard-common/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ table.TemplateTable,
.SectionDisplay .BeforeQuestion table {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -191,7 +192,8 @@ table.Attachments {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -370,7 +372,8 @@ table.TemplateTable,
.section-display .before-question table {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -461,9 +464,12 @@ table.Attachments {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
color: black;
border: 1px solid #cecece;
}
table.TemplateTable td ul {
list-style-type:circle;
Expand All @@ -490,7 +496,9 @@ div.before-question table tr td,
table.TemplateTable tr td,
div.section-introduction-text table tr th,
div.before-question table tr th,
table.TemplateTable tr th {
table.TemplateTable tr th, /* legacy */
table.tempolate-table tr td,
table.template-table tr th {
border: 1px solid #cecece;
padding: .25rem .5rem;
}
Expand Down
7 changes: 5 additions & 2 deletions assets/shared/styles/boxes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Notice etc boxes--> */

div.alertBox,
.alertBox,
[class*="-box"] {
color: #000;
font-size: 0.9375rem; /* 15px when 100% */
Expand All @@ -11,7 +11,10 @@ div.alertBox,
margin: 1rem 0;
clear: right; /* clears help-box */
}
div.alertBox,
p.alertBox {
font-size: 1rem;
}
.alertBox,
[class*="alert-box"] {
background-color: #ffdacc;
border-color: #ffc8b3;
Expand Down
7 changes: 5 additions & 2 deletions static/styles/aisCommon.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ div.NoEvaluationQueuesAvailable {

/* Notice etc boxes--> */

div.alertBox,
.alertBox,
[class*="-box"] {
color: #000;
font-size: 0.9375rem; /* 15px when 100% */
Expand All @@ -162,7 +162,10 @@ div.alertBox,
margin: 1rem 0;
clear: right; /* clears help-box */
}
div.alertBox,
p.alertBox {
font-size: 1rem;
}
.alertBox,
[class*="alert-box"] {
background-color: #ffdacc;
border-color: #ffc8b3;
Expand Down
10 changes: 7 additions & 3 deletions static/styles/aisformsCommon.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ div.NoEvaluationQueuesAvailable {

/* Notice etc boxes--> */

div.alertBox,
.alertBox,
[class*="-box"] {
color: #000;
font-size: 0.9375rem; /* 15px when 100% */
Expand All @@ -162,7 +162,10 @@ div.alertBox,
margin: 1rem 0;
clear: right; /* clears help-box */
}
div.alertBox,
p.alertBox {
font-size: 1rem;
}
.alertBox,
[class*="alert-box"] {
background-color: #ffdacc;
border-color: #ffc8b3;
Expand Down Expand Up @@ -2749,7 +2752,8 @@ table.BrandTable th {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down
28 changes: 20 additions & 8 deletions static/styles/preform.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ div.NoEvaluationQueuesAvailable {

/* Notice etc boxes--> */

div.alertBox,
.alertBox,
[class*="-box"] {
color: #000;
font-size: 0.9375rem; /* 15px when 100% */
Expand All @@ -162,7 +162,10 @@ div.alertBox,
margin: 1rem 0;
clear: right; /* clears help-box */
}
div.alertBox,
p.alertBox {
font-size: 1rem;
}
.alertBox,
[class*="alert-box"] {
background-color: #ffdacc;
border-color: #ffc8b3;
Expand Down Expand Up @@ -2360,7 +2363,8 @@ div.alertBox img {
}

/* 15 Aug - Add CSS for required "*" styling in text area */
.requiredIndicator {
.requiredIndicator,
.required-indicator {
color: #CD0000;
content: '*';
font-size:1.4em;
Expand Down Expand Up @@ -2642,7 +2646,8 @@ table.TemplateTable,
.SectionDisplay .BeforeQuestion table {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -2733,7 +2738,8 @@ table.Attachments {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -2912,7 +2918,8 @@ table.TemplateTable,
.section-display .before-question table {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -3003,9 +3010,12 @@ table.Attachments {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
color: black;
border: 1px solid #cecece;
}
table.TemplateTable td ul {
list-style-type:circle;
Expand All @@ -3032,7 +3042,9 @@ div.before-question table tr td,
table.TemplateTable tr td,
div.section-introduction-text table tr th,
div.before-question table tr th,
table.TemplateTable tr th {
table.TemplateTable tr th, /* legacy */
table.tempolate-table tr td,
table.template-table tr th {
border: 1px solid #cecece;
padding: .25rem .5rem;
}
Expand Down
6 changes: 4 additions & 2 deletions static/styles/printCommon.css
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@ table.TemplateTable tr th {
padding-top: .75em;
}

table.TemplateTable .sideTH {
table.TemplateTable .sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -1235,7 +1236,8 @@ table.AnswerTable div.fromRecommender.required div.itemDisplayOuterContainer:aft
content: none;
}

.requiredIndicator {
.requiredIndicator,
.required-indicator {
color: #CD0000;
content: '*';
font-size:1.4em;
Expand Down
24 changes: 17 additions & 7 deletions static/styles/standardCommon.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ table.AnswerTable div.required div.itemDisplayOuterContainer:after {
}

#required,
.requiredIndicator {
.requiredIndicator,
.required-indicator {
color: #CD0000;
content: '*';
font-size:1.4em;
Expand Down Expand Up @@ -652,7 +653,8 @@ div.Content .SideNote {
}

/* SPECIFICATION CLASSES */
.ExtraStrong {
.ExtraStrong, /* legacy */
.extra-strong {
color: #CD0000;
font-weight: bold;
}
Expand Down Expand Up @@ -1227,7 +1229,8 @@ table.TemplateTable,
.SectionDisplay .BeforeQuestion table {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -1318,7 +1321,8 @@ table.Attachments {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -1497,7 +1501,8 @@ table.TemplateTable,
.section-display .before-question table {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
}
Expand Down Expand Up @@ -1588,9 +1593,12 @@ table.Attachments {
table.TemplateTable {
margin: 1em 1em 1em 0;
}
table.TemplateTable td.sideTH {
table.TemplateTable td.sideTH,
.template-table th[scope="row"] {
font-weight: bold;
background-color: #e6e6e6;
color: black;
border: 1px solid #cecece;
}
table.TemplateTable td ul {
list-style-type:circle;
Expand All @@ -1617,7 +1625,9 @@ div.before-question table tr td,
table.TemplateTable tr td,
div.section-introduction-text table tr th,
div.before-question table tr th,
table.TemplateTable tr th {
table.TemplateTable tr th, /* legacy */
table.tempolate-table tr td,
table.template-table tr th {
border: 1px solid #cecece;
padding: .25rem .5rem;
}
Expand Down