summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery
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/account_recovery
parentad7ad7c7f781706b25b29c80c642006a4d18411a (diff)
[#922] Applies changes compatible with firefox
with @tayanefernandes
Diffstat (limited to 'web-ui/src/account_recovery')
-rw-r--r--web-ui/src/account_recovery/page.scss8
1 files changed, 3 insertions, 5 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;