mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Move localizable css settings to locale/intl.css. r=hyatt.
This commit is contained in:
parent
2277ba5c45
commit
7405162cf6
@ -1,3 +1,4 @@
|
||||
intl.css
|
||||
globalOverlay.dtd
|
||||
dialogOverlay.dtd
|
||||
tasksOverlay.dtd
|
||||
|
@ -34,6 +34,7 @@ CHROME_L10N_DIR=locale
|
||||
CHROME_TYPE=locale
|
||||
|
||||
CHROME_L10N = \
|
||||
intl.css \
|
||||
globalOverlay.dtd \
|
||||
dialogOverlay.dtd \
|
||||
tasksOverlay.dtd \
|
||||
@ -48,10 +49,10 @@ CHROME_L10N = \
|
||||
wizardManager.properties \
|
||||
wizardOverlay.dtd \
|
||||
about.dtd \
|
||||
languageNames.properties \
|
||||
regionNames.properties \
|
||||
languageNames.properties \
|
||||
regionNames.properties \
|
||||
manifest.rdf \
|
||||
$(NULL)
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
7
xpfe/global/resources/locale/en-US/intl.css
Normal file
7
xpfe/global/resources/locale/en-US/intl.css
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
* This file contains all localizable skin settings such as
|
||||
* font, layout, and geometry
|
||||
*/
|
||||
window {
|
||||
font: 5mm tahoma,arial,helvetica,sans-serif;
|
||||
}
|
@ -29,6 +29,7 @@ CHROME_L10N_DIR=locale
|
||||
CHROME_TYPE=locale
|
||||
|
||||
CHROME_L10N = \
|
||||
.\intl.css \
|
||||
.\globalOverlay.dtd \
|
||||
.\dialogOverlay.dtd \
|
||||
.\tasksOverlay.dtd \
|
||||
|
@ -8,6 +8,9 @@
|
||||
|
||||
/* import the widget style sheets */
|
||||
|
||||
/* all localizable skin settings shall live here */
|
||||
@import url(chrome://global/locale/intl.css);
|
||||
|
||||
@import url(chrome://global/skin/box.css);
|
||||
@import url(chrome://global/skin/button.css);
|
||||
@import url(chrome://global/skin/checkbox.css);
|
||||
@ -44,10 +47,11 @@ titledbutton {
|
||||
/**
|
||||
* The is the outer most tag in a xul document all xul
|
||||
* content will be inside it.
|
||||
*
|
||||
* - font: 3mm tahoma,arial,helvetica,sans-serif; moved to intl.css
|
||||
*/
|
||||
window {
|
||||
background-color: white;
|
||||
font: 3mm tahoma,arial,helvetica,sans-serif;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user