mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout changeset 03f472cf0a5b to reland it with correct author.
This commit is contained in:
parent
925a24dc5f
commit
216b7b3cf2
@ -86,6 +86,7 @@
|
||||
|
||||
<!-- Short Description -->
|
||||
<div id="errorTrailerDesc">
|
||||
<p> </p>
|
||||
<tree xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
id="tabList" flex="1" seltype="single" hidecolumnpicker="true"
|
||||
onclick="onListClick(event);" onkeydown="onListKeyDown(event);"
|
||||
|
@ -37,39 +37,13 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
%endif
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#errorPageContainer {
|
||||
background-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog");
|
||||
display: -moz-box;
|
||||
width: -moz-available;
|
||||
height: 70%;
|
||||
-moz-box-orient: vertical;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
#errorShortDesc > p {
|
||||
margin-top: 0.4em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#errorLongContent, #errorTrailerDesc {
|
||||
display: -moz-box;
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
#tabList {
|
||||
margin-top: 2.5em;
|
||||
width: 100%;
|
||||
min-height: 12em;
|
||||
height: 12em;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(icon),
|
||||
|
@ -36,39 +36,13 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
%endif
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#errorPageContainer {
|
||||
background-image: url("chrome://global/skin/icons/warning-64.png");
|
||||
display: -moz-box;
|
||||
width: -moz-available;
|
||||
height: 70%;
|
||||
-moz-box-orient: vertical;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
#errorShortDesc > p {
|
||||
margin-top: 0.4em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#errorLongContent, #errorTrailerDesc {
|
||||
display: -moz-box;
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
#tabList {
|
||||
margin-top: 2.5em;
|
||||
width: 100%;
|
||||
min-height: 12em;
|
||||
height: 12em;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(icon),
|
||||
|
@ -36,39 +36,13 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
%endif
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#errorPageContainer {
|
||||
background-image: url("chrome://global/skin/icons/warning-large.png");
|
||||
display: -moz-box;
|
||||
width: -moz-available;
|
||||
height: 70%;
|
||||
-moz-box-orient: vertical;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
#errorShortDesc > p {
|
||||
margin-top: 0.4em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#errorLongContent, #errorTrailerDesc {
|
||||
display: -moz-box;
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
#tabList {
|
||||
margin-top: 2.5em;
|
||||
width: 100%;
|
||||
min-height: 12em;
|
||||
height: 12em;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(icon),
|
||||
|
Loading…
Reference in New Issue
Block a user