Merge pull request #1683 from CSCD01/issue-1231
Fixes #1231 confirmation page alignment
This commit is contained in:
commit
9447792e53
1 changed files with 6 additions and 1 deletions
|
@ -27,7 +27,7 @@ button .container-name,
|
|||
|
||||
/* for a mid sized window we have enough for this but not our image */
|
||||
.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;
|
||||
}
|
||||
|
||||
#deny,
|
||||
#confirm {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.button-container > button {
|
||||
min-inline-size: 240px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue