From acc6a70eee0489463b565c98c186bfd15632ff1f Mon Sep 17 00:00:00 2001 From: Vikneshwar Date: Thu, 9 Oct 2014 09:53:00 +0200 Subject: [PATCH] Bug 1079565 - Removed prefix from -moz-calc usage in /mobile. r=margarete --- mobile/android/themes/core/aboutFeedback.css | 8 ++++---- mobile/android/themes/core/content.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/android/themes/core/aboutFeedback.css b/mobile/android/themes/core/aboutFeedback.css index 76ededb590c3..e5349eeb02e6 100644 --- a/mobile/android/themes/core/aboutFeedback.css +++ b/mobile/android/themes/core/aboutFeedback.css @@ -20,7 +20,7 @@ section { margin-left: auto; margin-right: auto; overflow: auto; - height: -moz-calc(100% - 80px); + height: calc(100% - 80px); margin: 20px; padding: 5px; } @@ -135,7 +135,7 @@ footer { color: #666; margin-bottom: 10px; padding: 5px; - width: -moz-calc(100% - 10px); + width: calc(100% - 10px); border-radius: 4px; border-width: 1px; } @@ -146,7 +146,7 @@ footer { #last-url { color: #bebebe; - width: -moz-calc(100% - 10px); + width: calc(100% - 10px); border: none; background: transparent; /*padding: 0px;*/ @@ -218,4 +218,4 @@ footer { #thanks-sad[active="true"] ~ footer { display: block; } -} \ No newline at end of file +} diff --git a/mobile/android/themes/core/content.css b/mobile/android/themes/core/content.css index 0a5206f94476..bfa9463e039f 100644 --- a/mobile/android/themes/core/content.css +++ b/mobile/android/themes/core/content.css @@ -194,7 +194,7 @@ select > button { background-size: auto auto; background-color: transparent; background-image: url("chrome://browser/skin/images/dropmarker.svg") !important; - background-position: -moz-calc(50% + 1px) center !important; + background-position: calc(50% + 1px) center !important; background-repeat: no-repeat !important; font-size: inherit;