-
Notifications
You must be signed in to change notification settings - Fork 3
Update to 09 09 2021 master #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
805c9ed to
827b180
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small things that I've highlighted, but other than that nicely done 👍 Not an easy one to have tackled.
styles/bauhaus.css
Outdated
| border-top: 5px solid #000; | ||
| padding: 0 1cm 1cm 1cm; | ||
| } | ||
| /*=========================== LAYOUT =========================*/ß |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing German character here that's been overlooked.
| /*=========================== LAYOUT =========================*/ß | |
| /*=========================== LAYOUT =========================*/ | |
styles/bauhaus.css
Outdated
| margin: 0; | ||
| } | ||
|
|
||
| #invoice { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The legacy talaria has this line as #invoice.pagestyle {
styles/modernist.css
Outdated
| width: 18.3035714%; /* 164/896px */ | ||
| } | ||
|
|
||
| /*Push the main body down to counteract the absolute positioning */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsequential change, just changing for consistency
| /*Push the main body down to counteract the absolute positioning */ | |
| /* Push the main body down to counteract the absolute positioning */ |
styles/simple_print.css
Outdated
| */ | ||
|
|
||
| @page:first { | ||
| @page: first { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this space intentional? Comparing this to what's in master no space has been added.
| @page: first { | |
| @page:first { | |
styles/lola.css
Outdated
| padding:2px 0; | ||
| text-align:left; | ||
| } | ||
| #vat-total td, #vat-total th { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Separating these to their own lines
| #vat-total td, #vat-total th { | |
| #vat-total td, | |
| #vat-total th { |
styles/lola.css
Outdated
| font-size:9pt; | ||
| padding:2px 0; | ||
| text-align:left; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding in spacing
| font-size:9pt; | |
| padding:2px 0; | |
| text-align:left; | |
| font-size: 9pt; | |
| padding: 2px 0; | |
| text-align: left; |
The CSS in these style sheets have not been updated to match the styling added to the css style sheets in-app. These changes include adding more control over width and padding, adjusting margins, and so on. This will help to provide customers with accurate representations of the themes we provide in-app.
3a74cab to
7be4830
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚢
This PR updates the CSS for all themes to become up to date with FreeAgent master as of 09/09/2021.
These changes include adding more control over width and padding and adjusting margins, as well as changing the hex codes of some colours to match those used in the main app.
Formatting of CSS files have also been updated for readability and consistency