diff --git a/rdf/resources/sidebar.css b/rdf/resources/sidebar.css index 723f79510bc0..2b62bbc434f3 100644 --- a/rdf/resources/sidebar.css +++ b/rdf/resources/sidebar.css @@ -5,6 +5,7 @@ window { } iframe { + height: 125px; border: 0px; } box#sidebox { diff --git a/rdf/resources/sidebarcontainer.xul b/rdf/resources/sidebarcontainer.xul index 57e0e22752f0..59abcdde2db4 100644 --- a/rdf/resources/sidebarcontainer.xul +++ b/rdf/resources/sidebarcontainer.xul @@ -2,71 +2,52 @@ - - + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + - -function sidebarwdth (hght,tabid) { - dump(document.getElementById(tabid).style.height); - dump(document.getElementById(tabid).id); - - if (document.getElementById(tabid).style.height == "0pt") { - document.getElementById(tabid).style.height = 150; - dump("\n + 150") - } - else { - document.getElementById(tabid).style.height = hght; - dump(document.getElementById(tabid).style.height + "\n + 0" + hght); - } - -} + function sidebarwdth (hght,tabid) { + dump(document.getElementById(tabid).style.height); + dump(document.getElementById(tabid).id); + if (document.getElementById(tabid).style.height == "0pt") { + document.getElementById(tabid).style.height = 150; + dump("\n + 150") + } + else { + document.getElementById(tabid).style.height = hght; + dump(document.getElementById(tabid).style.height + "\n + 0" + hght); + } + } + - - - -iframe { - // width: 100; - height: 100; - border: 0; -} - - - - - - + - + + + - - - - - - - xul" id="tab1" /> + + + + + + - - - - - - - - + + + + + + - -