Skip to content

Commit

Permalink
Merge pull request #544 from OpenUpSA/6th-parliament
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
desafinadude authored May 13, 2024
2 parents 543db0c + 341b6ca commit 3e4987a
Show file tree
Hide file tree
Showing 109 changed files with 28,549 additions and 34 deletions.
31 changes: 26 additions & 5 deletions pmg/static/resources/css/pr6.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@

.pr6-section-title {
margin: 2em 0;
background-image: url('/static/resources/images/pr6/dots1.png');
background-repeat: no-repeat;
background-size: 60px;
padding: 0 0 0 60px;
}

.pr6-articles article, .pr6-interviews article, .pr6-statistics article {
Expand All @@ -80,12 +84,17 @@

.pr6-interviews article img {
display: block;
margin: 0 0 1.5em 0;
margin: 0 1em 1.5em 0;
filter: grayscale(100%);
border-radius: 5px;
overflow: hidden;
opacity: 0.8;
width: 100%;
width: 30%;
float: left;
}

.pr6-interviews article > div {
float: right
}

.pr6-statistics article {
Expand Down Expand Up @@ -357,6 +366,8 @@
margin: 1em 0;
}



.full-article .info-block {
padding: 2em 2em 1em;
text-align: center;
Expand All @@ -365,6 +376,10 @@
background: #f8f5ec;
}

.info-block.text-left li {
text-align: left;
}

.full-article .interview-party {
text-align: center;
margin: 2em 0 3em;
Expand All @@ -391,22 +406,28 @@

}

.full-article .bills-table, .full-article .attendance-table {
.full-article .bills-table, .full-article .attendance-table, .full-article .sessions-table {
margin: 2em 0;
width: 100%;
}

.full-article .bills-table th, .full-article .attendance-table th {
.full-article .bills-table th, .full-article .attendance-table th, .full-article .sessions-table th {
background: #eee;
}

.full-article .bills-table td, .full-article .bills-table th, .full-article .attendance-table td, .full-article .attendance-table th {
.full-article .bills-table td, .full-article .bills-table th, .full-article .attendance-table td, .full-article .attendance-table th, .full-article .sessions-table th, .full-article .sessions-table td{
font-size: 0.8em;
padding: 0.2em;
color: #333;
border: 1px solid #ccc;
}

.caption {
font-size: 0.8em;
color: #333;
margin: 1em 0
}

/* Design Elements */

.pr6-design-element2 {
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pmg/static/resources/images/pr6/gallery/fire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e4987a

Please sign in to comment.