Merge pull request #1683 from CSCD01/issue-1231
Fixes #1231 confirmation page alignment
This commit is contained in:
@@ -27,7 +27,7 @@ button .container-name,
|
|||||||
|
|
||||||
/* for a mid sized window we have enough for this but not our image */
|
/* for a mid sized window we have enough for this but not our image */
|
||||||
.title {
|
.title {
|
||||||
background-image: url("chrome://global/skin/icons/info.svg");
|
background-image: url('chrome://global/skin/icons/info.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -76,6 +76,11 @@ dfn {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#deny,
|
||||||
|
#confirm {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.button-container > button {
|
.button-container > button {
|
||||||
min-inline-size: 240px;
|
min-inline-size: 240px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user