Landing Arvid's new icons and animations

git-svn-id: svn://10.0.0.236/trunk@141803 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
chanial%noos.fr
2003-04-25 08:15:34 +00:00
parent 0d664b54f3
commit 6e65b9cb42
24 changed files with 68 additions and 27 deletions

View File

@@ -26,11 +26,13 @@ classic.jar:
skin/classic/browser/Close-tab.png (skin/Close-tab.png)
skin/classic/browser/Go.png (skin/Go.png)
skin/classic/browser/Info.png (skin/Info.png)
skin/classic/browser/Search-bar.png (skin/search-bar.png)
skin/classic/browser/Search-bar.png (skin/Search-bar.png)
skin/classic/browser/Secure.png (skin/Secure.png)
skin/classic/browser/Security-broken.png (skin/Security-broken.png)
skin/classic/browser/Throbber-small.png (skin/Throbber-small.png)
skin/classic/browser/Throbber.png (skin/Throbber.png)
skin/classic/browser/Throbber.mng (skin/Throbber.mng)
skin/classic/browser/Throbber-small.png (skin/Throbber-small.png)
skin/classic/browser/Throbber-small.mng (skin/Throbber-small.mng)
skin/classic/browser/Toolbar-small.png (skin/Toolbar-small.png)
skin/classic/browser/Toolbar.png (skin/Toolbar.png)
skin/classic/browser/lock-insecure.gif (skin/lock-insecure.gif)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 840 B

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -596,20 +596,18 @@ statusbarpanel#statusbar-display {
min-width: 0;
background-color: transparent;
list-style-image: url("chrome://browser/skin/Throbber.png");
-moz-image-region: rect(0px, 32px, 32px, 0px);
}
#navigator-throbber[busy="true"] {
-moz-image-region: rect(0px, 64px, 32px, 32px);
list-style-image: url("chrome://browser/skin/Throbber.mng");
}
toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
list-style-image: url("chrome://browser/skin/Throbber-small.png");
-moz-image-region: rect(0px, 20px, 20px, 0px);
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
-moz-image-region: rect(0px, 40px, 20px, 20px);
list-style-image: url("chrome://browser/skin/Throbber-small.mng");
}
.tabs-closebutton {
@@ -618,11 +616,11 @@ toolbar[mode="text"] #navigator-throbber[busy="true"] {
#content .tabs-closebutton {
list-style-image: url("chrome://browser/skin/Close-tab.png");
-moz-image-region: rect(0px, 20px, 16px, 0px);
-moz-image-region: rect(0px, 18px, 14px, 0px);
}
#content .tabs-closebutton:hover {
-moz-image-region: rect(0px, 40px, 16px, 20px);
-moz-image-region: rect(0px, 36px, 14px, 18px);
}
toolbarbutton.chevron {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,14 +1,15 @@
toolkit.jar:
* content/global/console.js (content/console.js)
* content/global/console.xul (content/console.xul)
content/global/console.css (content/console.css)
content/global/consoleBindings.xml (content/consoleBindings.xml)
*+ content/global/console.js (content/console.js)
*+ content/global/console.xul (content/console.xul)
content/global/console.css (content/console.css)
content/global/consoleBindings.xml (content/consoleBindings.xml)
classic.jar:
+ skin/classic/global/console/console.css (skin/console.css)
skin/classic/global/console/console-error-caret.gif (skin/console-error-caret.gif)
skin/classic/global/console/console-error-dash.gif (skin/console-error-dash.gif)
+ skin/classic/global/console/console.css (skin/console.css)
skin/classic/global/console/console-error-caret.gif (skin/console-error-caret.gif)
skin/classic/global/console/console-error-dash.gif (skin/console-error-dash.gif)
skin/classic/global/console/Console-toolbar.png (skin/Console-toolbar.png)
en-US.jar:
* locale/en-US/global/console.dtd (locale/console.dtd)
locale/en-US/global/console.properties (locale/console.properties)
*+ locale/en-US/global/console.dtd (locale/console.dtd)
+ locale/en-US/global/console.properties (locale/console.properties)

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -13,7 +13,7 @@
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
@@ -22,7 +22,7 @@
* Joe Hewitt <hewitt@netscape.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
@@ -106,18 +106,15 @@
/* ::::: icons ::::: */
.console-row[type="error"],
.console-row[type="exception"],
toolbarbutton[observes="Console:modeErrors"] {
.console-row[type="exception"] {
list-style-image: url("chrome://global/skin/icons/Error.png");
}
.console-row[type="warning"],
toolbarbutton[observes="Console:modeWarnings"] {
.console-row[type="warning"] {
list-style-image: url("chrome://global/skin/icons/Warning.png");
}
.console-row[type="message"],
toolbarbutton[observes="Console:modeMessages"] {
.console-row[type="message"] {
list-style-image: url("chrome://global/skin/icons/Message.png");
}
@@ -134,3 +131,46 @@ toolbarbutton[observes="Console:modeMessages"] {
toolbarseparator {
min-height: 1em;
}
/* Toolbar icons */
toolbar#ToolbarMode toolbarbutton {
list-style-image: url("chrome://global/skin/console/Console-toolbar.png");
}
toolbarbutton[observes="Console:modeAll"] {
-moz-image-region: rect(0px, 32px, 32px, 0px);
}
toolbarbutton[observes="Console:modeAll"]:hover,
toolbarbutton[observes="Console:modeAll"][checked="true"] {
-moz-image-region: rect(32px, 32px, 64px, 0px);
}
toolbarbutton[observes="Console:modeErrors"] {
-moz-image-region: rect(0px, 64px, 32px, 32px);
}
toolbarbutton[observes="Console:modeErrors"]:hover,
toolbarbutton[observes="Console:modeErrors"][checked="true"] {
-moz-image-region: rect(32px, 64px, 64px, 32px);
}
toolbarbutton[observes="Console:modeWarnings"] {
-moz-image-region: rect(0px, 96px, 32px, 64px);
}
toolbarbutton[observes="Console:modeWarnings"]:hover,
toolbarbutton[observes="Console:modeWarnings"][checked="true"] {
-moz-image-region: rect(32px, 96px, 64px, 64px);
}
toolbarbutton[observes="Console:modeMessages"] {
-moz-image-region: rect(0px, 128px, 32px, 96px);
}
toolbarbutton[observes="Console:modeMessages"]:hover,
toolbarbutton[observes="Console:modeMessages"][checked="true"] {
-moz-image-region: rect(32px, 128px, 64px, 96px);
}
toolbar#ToolbarMode toolbarbutton[observes="Console:clear"] {
list-style-image: none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -28,7 +28,7 @@ tabpanels {
}
tab[busy] > .tab-icon {
list-style-image: url("chrome://global/skin/icons/page-loading.png");
list-style-image: url("chrome://global/skin/icons/Loading.mng");
}
tab[selected="true"] {

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

View File

@@ -53,7 +53,7 @@ classic.jar:
+ skin/classic/global/checkbox/cbox-check.gif (checkbox/cbox-check.gif)
+ skin/classic/global/icons/Error.png (icons/Error.png)
+ skin/classic/global/icons/folder-item.png (icons/folder-item.png)
+ skin/classic/global/icons/page-loading.png (icons/page-loading.png)
+ skin/classic/global/icons/Loading.mng (icons/Loading.mng)
+ skin/classic/global/icons/Message.png (icons/Message.png)
+ skin/classic/global/icons/Question.png (icons/Question.png)
+ skin/classic/global/icons/Warning.png (icons/Warning.png)