Making sure the "navigator" package picks up the global skin properly.
git-svn-id: svn://10.0.0.236/trunk@55337 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://navigator/skin/contentframe.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window>
|
||||
|
||||
<window style="height:100%;width:100%"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="init_sidebar('browser',
|
||||
'chrome://sidebar/content/sidebar-browser.xul',
|
||||
170);" align="horizontal">
|
||||
|
||||
<html:script src="contentframe.js" />
|
||||
|
||||
<html:iframe id="sidebarframe" class="sidebarframe" src="about:blank" />
|
||||
<titledbutton id="grippy" class="grippy" onclick="toggle_open_close();"/>
|
||||
<!-- type attribute is used by frame construction to locate iframes
|
||||
intended to hold (html) content -->
|
||||
<!-- id's use is a mystery -->
|
||||
<html:iframe type="content-primary" id="content" src="about:blank" flex="100%" />
|
||||
|
||||
</window>
|
||||
@@ -20,6 +20,8 @@ Rights Reserved.
|
||||
|
||||
Contributor(s): ______________________________________. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://navigator/locale/openLocation.dtd" >
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
|
||||
iframe {
|
||||
border: 0px;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
min-width: 0px;
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
iframe[class=sidebarframe] {
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
titledbutton[class=grippy] {
|
||||
background-color: rgb(206, 207, 206);
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
list-style-image:url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
||||
}
|
||||
|
||||
titledbutton[class=grippy][open=true] {
|
||||
list-style-image:url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
||||
}
|
||||
|
||||
titledbutton[class=grippy]:hover {
|
||||
background-color: rgb(204, 204, 255);
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
/** Contains style definitions for the navigator application
|
||||
**/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
|
||||
box#sidebar-parent {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user