diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-18 16:40:03 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 14:22:16 -0500 |
| commit | 706b75b3131a7a2250db59097bddca97691d7728 (patch) | |
| tree | ecaca6eea424de868351f724cee0e844a75a354e /app/common/styles/layout | |
| parent | 9dd479d9c3a63f29b24d3209dad83fff28bacb3d (diff) | |
| download | phosphor-webui-706b75b3131a7a2250db59097bddca97691d7728.tar.gz phosphor-webui-706b75b3131a7a2250db59097bddca97691d7728.zip | |
accessibility fixes and minor css changes.
- added aria-hidden = "true" to prevent icons to be read by screen readers
- moved code on pages into "page-header" for better consistency
Change-Id: I3f497b2707991f7f628892a05734eea183a0d01d
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/layout')
| -rw-r--r-- | app/common/styles/layout/content.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss index 5225284..ad5e74f 100644 --- a/app/common/styles/layout/content.scss +++ b/app/common/styles/layout/content.scss @@ -6,7 +6,7 @@ $nav__seclvlWidth: 240px; .page-header { position: relative; border-bottom: 1px solid $lightbg__grey; - margin: 1.625em 0 1.2em 0; + margin: .5em 0 2.2em; padding-left: 0; .h4 { padding: .1em 0 0 0; @@ -22,6 +22,10 @@ $nav__seclvlWidth: 240px; @include mediaQuery(x-small){ padding: 1rem 2rem; } + section.row, + .column.row.row, .row.row.columns{ + margin-left: 0; + } } .content-header { |

