Skip to content

Commit

Permalink
First pass at cleaning up Petition view (CFM-31) (COmanage#246)
Browse files Browse the repository at this point in the history
* First pass at cleaning up Petition view (CFM-31)

* Remove status read-only field (CFM-31)

* Add fields to Petition Information (CFM-31)

* Reformat Petition Information view (CFM-31)

* Add Petition History Records output to petition view (CFM-31)

* Further refinement to the layout of the Petition view (CFM-31)

* Add Resume top-link to Petition view (CFM-31)
  • Loading branch information
arlen committed Dec 19, 2024
1 parent aa3b03b commit d90ba02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/EnrollmentFlows/fields-nav.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

$topLinks[] = [
'icon' => 'start',
'icon' => 'play_arrow',
'order' => 'Default',
'label' => __d('operation', 'EnrollmentFlows.start'),
'link' => [
Expand Down
5 changes: 5 additions & 0 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,11 @@
flex-direction: row;
gap: 3em;
}
/* PETITIONS */
ul.form-list li.petition-enrollee-items .field-info {
flex-direction: row;
gap: 3em;
}
/* FOOTER */
#co-footer {
position: static;
Expand Down

0 comments on commit d90ba02

Please sign in to comment.