diff --git a/extensions/metrics/Makefile.in b/extensions/metrics/Makefile.in index 8e3ef414bf7..30606a9dc9c 100644 --- a/extensions/metrics/Makefile.in +++ b/extensions/metrics/Makefile.in @@ -42,7 +42,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -METRICS_VERSION = 2a1 +METRICS_VERSION = 2a3 XPI_NAME = metrics USE_EXTENSION_MANIFEST = 1 NO_JAR_AUTO_REG = 1 diff --git a/extensions/metrics/content/prefs.xul b/extensions/metrics/content/prefs.xul index 3b4c0c21464..8e8bd979c1e 100644 --- a/extensions/metrics/content/prefs.xul +++ b/extensions/metrics/content/prefs.xul @@ -14,14 +14,15 @@ xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - - + + - + &prefs.label.msg; + diff --git a/extensions/metrics/install.rdf b/extensions/metrics/install.rdf index 8febd114244..ea4a18740fa 100644 --- a/extensions/metrics/install.rdf +++ b/extensions/metrics/install.rdf @@ -13,7 +13,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 3.0a1 - @FIREFOX_VERSION@ + 3.* diff --git a/extensions/metrics/skin/prefs.css b/extensions/metrics/skin/prefs.css index 66553004a19..00de29957db 100644 --- a/extensions/metrics/skin/prefs.css +++ b/extensions/metrics/skin/prefs.css @@ -1,12 +1,13 @@ .prefs { background : white; - margin : 10px 10px 0px 10px; + margin : 5px 5px 0px 5px; border : 1px inset ThreeDFace; } .msg { + margin-left : 4px; margin-bottom : 10px; }