Replace occurrences of -moz-calc().
This commit is contained in:
parent
8b0ca6ff07
commit
40a51b8892
@ -5386,7 +5386,9 @@ h1 {\
|
|||||||
background: -o-linear-gradient(#EEE, #CCC);\
|
background: -o-linear-gradient(#EEE, #CCC);\
|
||||||
background: linear-gradient(#EEE, #CCC);\
|
background: linear-gradient(#EEE, #CCC);\
|
||||||
width: 10%;\
|
width: 10%;\
|
||||||
padding: -moz-calc(1px) 0 2px;\
|
}\
|
||||||
|
.gecko #dump {\
|
||||||
|
padding: 1px 0 2px;\
|
||||||
}\
|
}\
|
||||||
#dump:hover, #dump:focus {\
|
#dump:hover, #dump:focus {\
|
||||||
background: -webkit-linear-gradient(#FFF, #DDD);\
|
background: -webkit-linear-gradient(#FFF, #DDD);\
|
||||||
@ -5564,9 +5566,11 @@ h1 {\
|
|||||||
#qr [type=submit] {\
|
#qr [type=submit] {\
|
||||||
margin: 1px 0;\
|
margin: 1px 0;\
|
||||||
padding: 1px; /* not Gecko */\
|
padding: 1px; /* not Gecko */\
|
||||||
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */\
|
|
||||||
width: 30%;\
|
width: 30%;\
|
||||||
}\
|
}\
|
||||||
|
.gecko #qr [type=submit] {\
|
||||||
|
padding: 0 1px; /* Gecko does not respect box-sizing: border-box */\
|
||||||
|
}\
|
||||||
\
|
\
|
||||||
.fileText:hover .fntrunc,\
|
.fileText:hover .fntrunc,\
|
||||||
.fileText:not(:hover) .fnfull {\
|
.fileText:not(:hover) .fnfull {\
|
||||||
|
|||||||
@ -4242,7 +4242,9 @@ h1 {
|
|||||||
background: -o-linear-gradient(#EEE, #CCC);
|
background: -o-linear-gradient(#EEE, #CCC);
|
||||||
background: linear-gradient(#EEE, #CCC);
|
background: linear-gradient(#EEE, #CCC);
|
||||||
width: 10%;
|
width: 10%;
|
||||||
padding: -moz-calc(1px) 0 2px;
|
}
|
||||||
|
.gecko #dump {
|
||||||
|
padding: 1px 0 2px;
|
||||||
}
|
}
|
||||||
#dump:hover, #dump:focus {
|
#dump:hover, #dump:focus {
|
||||||
background: -webkit-linear-gradient(#FFF, #DDD);
|
background: -webkit-linear-gradient(#FFF, #DDD);
|
||||||
@ -4420,9 +4422,11 @@ h1 {
|
|||||||
#qr [type=submit] {
|
#qr [type=submit] {
|
||||||
margin: 1px 0;
|
margin: 1px 0;
|
||||||
padding: 1px; /* not Gecko */
|
padding: 1px; /* not Gecko */
|
||||||
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */
|
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
.gecko #qr [type=submit] {
|
||||||
|
padding: 0 1px; /* Gecko does not respect box-sizing: border-box */
|
||||||
|
}
|
||||||
|
|
||||||
.fileText:hover .fntrunc,
|
.fileText:hover .fntrunc,
|
||||||
.fileText:not(:hover) .fnfull {
|
.fileText:not(:hover) .fnfull {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user