From ae09219307c59e21e512a38176e5618c72020f17 Mon Sep 17 00:00:00 2001 From: Jim Bumgardner Date: Wed, 3 Jan 2024 14:12:42 -0800 Subject: [PATCH 1/2] Updated markup and styling on run-of-show table. --- docs/pages/product-management/run-of-show.md | 44 ++++++++++++++++---- docs/src/css/sass/ds-site-overrides.scss | 15 ++++++- 2 files changed, 49 insertions(+), 10 deletions(-) diff --git a/docs/pages/product-management/run-of-show.md b/docs/pages/product-management/run-of-show.md index 0d24d27f..ebfc9575 100644 --- a/docs/pages/product-management/run-of-show.md +++ b/docs/pages/product-management/run-of-show.md @@ -26,12 +26,40 @@ Here’s an example of what a run-of-show for updating license fees might look l The headings provide guidance on what goes in each row. We’ve provided 3 example rows to give a sense of what a run-of-show looks like in practice.
- -| **Task** | **Date and time** | **Page** | **Responsible** | **Approver** | **Notes and questions** | **Status** | -| ----- | ----- | ----- | ----- | ----- | ----- | ----- | -| *Describe the work to be done* | *Kept in strict, accurate sequence* | *Can be a URL or other identifier* | *The person who will do this* | *The person who has final approval* | *As needed* | *Varies with project* | -| Update fee schedule | May 28, 10:00 AM | department.ca.gov/license-fees/ | Paz | Abida | Double check before final publishing | Done | -| Post media release | May 29, 9:30 AM | Blog post: Department updates license fees | Chris | Huyhn | Make sure Comms sees staged version first | In staging | -| Data load into backend system | May 29, 1:30 PM | Data warehouse | Miles | Elena | | In progress | - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Task
Describe the work to be done
Date and time
Kept in strict, accurate sequence
Page
Can be a URL or other identifier
Responsible
The person who will do this
Approver
The person who has final approval
Notes and questions
As needed
Status
Varies with project
Update fee scheduleMay 28, 10:00 AMdepartment.ca.gov/license-fees/PazAbidaDouble check before final publishingDone
Post media releaseMay 29, 9:30 AMBlog post: Department updates license feesChrisHuyhnMake sure Comms sees staged version firstIn staging
Data load into backend systemMay 29, 1:30 PMData warehouseMilesElenaIn progress
diff --git a/docs/src/css/sass/ds-site-overrides.scss b/docs/src/css/sass/ds-site-overrides.scss index 71a400e0..b490c695 100644 --- a/docs/src/css/sass/ds-site-overrides.scss +++ b/docs/src/css/sass/ds-site-overrides.scss @@ -119,20 +119,31 @@ div.twocolumn-table { div.runofshow-table { table { + border-collapse: collapse; + table-layout: fixed; + width: 100%; thead { background-color: #FAFAFA; th { border: 1px solid #C7D6E4; - width: 26%; font-size: 18px; + font-weight: 700; + padding: 16px; + vertical-align: top; + div.description { + padding-top: 8px; + font-size: 14px; + font-weight: 400; + } } } tbody { background-color: white; td { + padding: 16px; font-size: 14px; border: 1px solid #C7D6E4; - width: 26%; + border-collapse: collapse; } } } From eb0800828e77503d635d7a7e8446b9485d76e0b8 Mon Sep 17 00:00:00 2001 From: Jim Bumgardner Date: Wed, 3 Jan 2024 14:16:38 -0800 Subject: [PATCH 2/2] Sign up link opens new tab. --- .../human-centered-design/innovation-skills-accelerator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/human-centered-design/innovation-skills-accelerator.md b/docs/pages/human-centered-design/innovation-skills-accelerator.md index 5b54900a..4ac5818f 100644 --- a/docs/pages/human-centered-design/innovation-skills-accelerator.md +++ b/docs/pages/human-centered-design/innovation-skills-accelerator.md @@ -16,6 +16,6 @@ headericon: ribbon State of California staff can take the Accelerator for free. Just sign up with your ca.gov email address. -Sign up for the Accelerator +Sign up for the Accelerator Note: Clicking this link will take you from the Innovation Hub to innovate-us.org. This is not a state website. Be mindful of the information you provide while using that website. Their terms of use apply to any information you share with them.