Bug 1079565 - Removed prefix from -moz-calc usage in /mobile. r=margarete

This commit is contained in:
Vikneshwar 2014-10-09 09:53:00 +02:00
Родитель 746408f2c2
Коммит acc6a70eee
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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;
}
}
}

Просмотреть файл

@ -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;