mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Minor cleanup.
This commit is contained in:
parent
ee50921396
commit
6f0801e3f5
@ -18,8 +18,8 @@
|
||||
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
|
||||
<?xml-stylesheet href="resource:/res/rdf/sidebar.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://sidebar/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="resource:/res/rdf/flash.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY sidebar.title.label "Sidebar">
|
||||
<!ENTITY sidebar.reload.label "Reload">
|
||||
<!ENTITY sidebar.customize.label "Customize">
|
||||
<!ENTITY sidebar.reload.label "reload">
|
||||
<!ENTITY sidebar.customize.label "customize">
|
||||
]>
|
||||
|
||||
<window
|
||||
@ -16,7 +16,7 @@
|
||||
onload="Init('resource:/res/rdf/sidebar-browser.rdf',
|
||||
'NC:BrowserSidebarRoot');" align="vertical">
|
||||
|
||||
<html:script src="sidebar.js" />
|
||||
<html:script src="resource://res/rdf/sidebar.js" />
|
||||
<box id="sidebox" align="vertical" flex="100%">
|
||||
<box class="sidebartitle">
|
||||
<html:div class="sidebartitlelabel">&sidebar.title.label;</html:div>
|
||||
|
@ -101,7 +101,6 @@ box#sidebox
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display:block;
|
||||
}
|
||||
|
||||
box.sidebartitle
|
||||
|
Loading…
x
Reference in New Issue
Block a user