зеркало из https://github.com/mozilla/pjs.git
Removing contentframe.js and moving to content directory
Removing xul.css and moving to global/skin
This commit is contained in:
Родитель
2a3fccc9ae
Коммит
7f8b56ddbc
|
@ -29,7 +29,6 @@ EXPORT_RESOURCE_CONTENT = \
|
|||
$(srcdir)/messagel.gif \
|
||||
$(srcdir)/navigator.css \
|
||||
$(srcdir)/questionl.gif \
|
||||
$(srcdir)/xul.css \
|
||||
$(srcdir)/contentframe.css \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@ alertl.gif
|
|||
errorl.gif
|
||||
messagel.gif
|
||||
questionl.gif
|
||||
xul.css
|
||||
contentframe.css
|
||||
contentframe.css
|
||||
navigator.css
|
|
@ -1,24 +0,0 @@
|
|||
|
||||
iframe {
|
||||
border: 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.gif);
|
||||
}
|
||||
|
||||
titledbutton[class=grippy][open=true] {
|
||||
list-style-image:url(resource:/res/toolbar/grippyO.gif);
|
||||
}
|
||||
|
||||
titledbutton[class=grippy]:hover {
|
||||
background-color: rgb(204, 204, 255);
|
||||
}
|
|
@ -27,8 +27,12 @@ install::
|
|||
$(MAKE_INSTALL) .\messagel.gif $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) .\navigator.css $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) .\questionl.gif $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) .\xul.css $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) .\contentframe.css $(DISTBROWSWER)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\browser\skin\default\*.*
|
||||
rm -f $(DISTBROWSER)\alertl.gif
|
||||
rm -f $(DISTBROWSER)\errorl.gif
|
||||
rm -f $(DISTBROWSER)\messagel.gif
|
||||
rm -f $(DISTBROWSER)\navigator.css
|
||||
rm -f $(DISTBROWSER)\questionl.gif
|
||||
rm -f $(DISTBROWSER)\contentframe.css
|
||||
|
|
|
@ -155,14 +155,7 @@ window#main-window {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
box#outer-box {
|
||||
width: 100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
iframe#content-frame {
|
||||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
min-width: 0px;
|
||||
min-height: 0px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче