зеркало из https://github.com/mozilla/pjs.git
removing window size from css. adding smaller size for the toolbar in css. npodb
This commit is contained in:
Родитель
45fcf6685b
Коммит
3af3ff63b1
|
@ -247,15 +247,13 @@ function BrowserReload()
|
|||
getWebNavigation().reload(nsIWebNavigation.LOAD_FLAGS_NONE);
|
||||
}
|
||||
|
||||
////
|
||||
/// marcio
|
||||
//
|
||||
function urlBarIdentity() {
|
||||
if(0) {
|
||||
}
|
||||
|
||||
function urlBarIdentity()
|
||||
{
|
||||
if(0) { }
|
||||
}
|
||||
|
||||
function addTab() {
|
||||
function addTab()
|
||||
{
|
||||
getBrowser().addTab("about:blank");
|
||||
}
|
||||
|
||||
|
|
|
@ -81,9 +81,9 @@
|
|||
</toolbox>
|
||||
|
||||
<hbox flex="1" >
|
||||
<hbox id="appcontent" flex="100%">
|
||||
<hbox id="browser" context="context" flex="1">
|
||||
<tabbrowser context="context" type="content-primary" id="content" src="about:blank" flex="1" onnewtab="addTab()"/>
|
||||
<hbox id="appcontent" flex="1">
|
||||
<hbox id="browser" flex="1">
|
||||
<tabbrowser id="content" flex="1" onnewtab="addTab();"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</hbox>
|
||||
|
|
|
@ -54,11 +54,6 @@
|
|||
font-family: sans-serif ! important;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 240px;
|
||||
height: 320px;
|
||||
}
|
||||
|
||||
#back-button
|
||||
{
|
||||
list-style-image : url("chrome://minimo/content/back.gif");
|
||||
|
@ -80,5 +75,11 @@ window {
|
|||
list-style-image : url("chrome://minimo/content/reload.gif");
|
||||
}
|
||||
|
||||
toolbar *, #appcontent * {
|
||||
font-size: 10px ! important;
|
||||
padding: 0px ! important;
|
||||
margin: 0px ! important;
|
||||
}
|
||||
|
||||
toolbarbutton {
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче