summaryrefslogtreecommitdiff
path: root/web-ui/src
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-08 16:41:04 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-08 17:46:43 -0200
commitb9d0bea9e6688abfbbc919f90009f59ed153e7fb (patch)
treee9dc8d5eda81d319621d835059e4c18b3cf4bfe7 /web-ui/src
parentad7ad7c7f781706b25b29c80c642006a4d18411a (diff)
[#922] Applies changes compatible with firefox
with @tayanefernandes
Diffstat (limited to 'web-ui/src')
-rw-r--r--web-ui/src/account_recovery/page.scss8
-rw-r--r--web-ui/src/common/footer/footer.scss12
2 files changed, 7 insertions, 13 deletions
diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss
index 5947d463..c28aa4d2 100644
--- a/web-ui/src/account_recovery/page.scss
+++ b/web-ui/src/account_recovery/page.scss
@@ -50,10 +50,8 @@ h1 {
}
p {
- -webkit-margin-before: 0.5em;
- -webkit-margin-after: 0.5em;
- margin-before: 0.5em;
- margin-after: 0.5em;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
}
a {
@@ -105,7 +103,7 @@ a {
@media only screen and (min-width : 960px) {
.container{
width: 60%;
- padding: 3%;
+ padding: 3em;
align-items: flex-start;
flex-direction: row;
max-width: 700px;
diff --git a/web-ui/src/common/footer/footer.scss b/web-ui/src/common/footer/footer.scss
index 4ea61285..c1d6a285 100644
--- a/web-ui/src/common/footer/footer.scss
+++ b/web-ui/src/common/footer/footer.scss
@@ -25,7 +25,8 @@
.footer-content {
display: inline;
- margin: 2% 3% 5% 3%;
+ margin: 2% 3%;
+ margin-bottom: 1em;
display: flex;
align-items: center;
}
@@ -46,12 +47,7 @@
}
.footer-content {
- margin: 0 0 2% 0;
- }
-}
-
-@media only screen and (min-width : 960px) {
- .footer-content {
- margin-bottom: 1%;
+ margin: 0;
+ margin-bottom: 1em;
}
}