From bac19d093e7e5ed2f4727492a00079f6d993e617 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 14 Jan 2003 20:59:16 +0000 Subject: [PATCH 1/1] move our gifs to icons directory to look better organized --- EarlyBlue/browser/browser.css | 32 +++++++++--------- .../{ => icons}/bookmark-folder-closed.gif | Bin .../{ => icons}/bookmark-folder-open.gif | Bin .../browser/{ => icons}/bookmark-group.gif | Bin .../browser/{ => icons}/bookmark-item.gif | Bin .../{ => icons}/bookmarks-disabled.gif | Bin .../{ => icons}/bookmarks-small-disabled.gif | Bin .../browser/{ => icons}/bookmarks-small.gif | Bin EarlyBlue/browser/{ => icons}/bookmarks.gif | Bin .../browser/{ => icons}/home-disabled.gif | Bin .../{ => icons}/home-small-disabled.gif | Bin EarlyBlue/browser/{ => icons}/home-small.gif | Bin EarlyBlue/browser/{ => icons}/home.gif | Bin .../{ => icons}/throbber-small-stopped.gif | Bin .../browser/{ => icons}/throbber-small.gif | Bin .../browser/{ => icons}/throbber-stopped.gif | Bin EarlyBlue/browser/{ => icons}/throbber.gif | Bin 17 files changed, 16 insertions(+), 16 deletions(-) rename EarlyBlue/browser/{ => icons}/bookmark-folder-closed.gif (100%) rename EarlyBlue/browser/{ => icons}/bookmark-folder-open.gif (100%) rename EarlyBlue/browser/{ => icons}/bookmark-group.gif (100%) rename EarlyBlue/browser/{ => icons}/bookmark-item.gif (100%) rename EarlyBlue/browser/{ => icons}/bookmarks-disabled.gif (100%) rename EarlyBlue/browser/{ => icons}/bookmarks-small-disabled.gif (100%) rename EarlyBlue/browser/{ => icons}/bookmarks-small.gif (100%) rename EarlyBlue/browser/{ => icons}/bookmarks.gif (100%) rename EarlyBlue/browser/{ => icons}/home-disabled.gif (100%) rename EarlyBlue/browser/{ => icons}/home-small-disabled.gif (100%) rename EarlyBlue/browser/{ => icons}/home-small.gif (100%) rename EarlyBlue/browser/{ => icons}/home.gif (100%) rename EarlyBlue/browser/{ => icons}/throbber-small-stopped.gif (100%) rename EarlyBlue/browser/{ => icons}/throbber-small.gif (100%) rename EarlyBlue/browser/{ => icons}/throbber-stopped.gif (100%) rename EarlyBlue/browser/{ => icons}/throbber.gif (100%) diff --git a/EarlyBlue/browser/browser.css b/EarlyBlue/browser/browser.css index 7765a7e5..98fbad31 100644 --- a/EarlyBlue/browser/browser.css +++ b/EarlyBlue/browser/browser.css @@ -126,15 +126,15 @@ menuitem.bookmark-item { /* ::::: bookmark items ::::: */ .bookmark-item { - list-style-image: url("chrome://browser/skin/bookmark-item.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif"); } .bookmark-item[container="true"] { - list-style-image: url("chrome://browser/skin/bookmark-folder-closed.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmark-folder-closed.gif"); } .bookmark-item[open="true"], .bookmark-item[container="true"][open="true"] { - list-style-image: url("chrome://browser/skin/bookmark-folder-open.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmark-folder-open.gif"); } .groupmark-item { @@ -142,7 +142,7 @@ menuitem.bookmark-item { height: 16px; margin: 0px 2px; padding: 1px 3px 1px 2px; - list-style-image: url("chrome://browser/skin/bookmark-group.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmark-group.gif"); } /* ::::: primary toolbar buttons ::::: */ @@ -221,10 +221,10 @@ toolbar[mode="text"] .toolbarbutton-text { } #home-button { - list-style-image: url("chrome://browser/skin/home.gif"); + list-style-image: url("chrome://browser/skin/icons/home.gif"); } #home-button[disabled="true"] { - list-style-image: url("chrome://browser/skin/home-disabled.gif"); + list-style-image: url("chrome://browser/skin/icons/home-disabled.gif"); } #print-button { @@ -268,10 +268,10 @@ toolbar[mode="text"] .toolbarbutton-text { } #bookmarks-button { - list-style-image: url("chrome://browser/skin/bookmarks.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmarks.gif"); } #bookmarks-button[disabled="true"] { - list-style-image: url("chrome://browser/skin/bookmarks-disabled.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmarks-disabled.gif"); } #history-button { @@ -321,10 +321,10 @@ toolbar[iconsize="small"] #stop-button[disabled="true"] { } toolbar[iconsize="small"] #home-button { - list-style-image: url("chrome://browser/skin/home-small.gif"); + list-style-image: url("chrome://browser/skin/icons/home-small.gif"); } toolbar[iconsize="small"] #home-button[disabled="true"] { - list-style-image: url("chrome://browser/skin/home-small-disabled.gif"); + list-style-image: url("chrome://browser/skin/icons/home-small-disabled.gif"); } toolbar[iconsize="small"] #print-button { @@ -368,10 +368,10 @@ toolbar[iconsize="small"] #new-window-button[disabled="true"] { } toolbar[iconsize="small"] #bookmarks-button { - list-style-image: url("chrome://browser/skin/bookmarks-small.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmarks-small.gif"); } toolbar[iconsize="small"] #bookmarks-button[disabled="true"] { - list-style-image: url("chrome://browser/skin/bookmarks-small-disabled.gif"); + list-style-image: url("chrome://browser/skin/icons/bookmarks-small-disabled.gif"); } toolbar[iconsize="small"] #history-button { @@ -560,19 +560,19 @@ statusbarpanel#statusbar-display { padding: 0px !important; min-width: 0; background-color: transparent; - list-style-image: url("chrome://browser/skin/throbber-stopped.gif"); + list-style-image: url("chrome://browser/skin/icons/throbber-stopped.gif"); } #navigator-throbber[busy="true"] { - list-style-image: url("chrome://browser/skin/throbber.gif"); + list-style-image: url("chrome://browser/skin/icons/throbber.gif"); } toolbar[iconsize="small"] #navigator-throbber, toolbar[mode="text"] #navigator-throbber { - list-style-image: url("chrome://browser/skin/throbber-small-stopped.gif"); + list-style-image: url("chrome://browser/skin/icons/throbber-small-stopped.gif"); } toolbar[iconsize="small"] #navigator-throbber[busy="true"], toolbar[mode="text"] #navigator-throbber[busy="true"] { - list-style-image: url("chrome://browser/skin/throbber-small.gif"); + list-style-image: url("chrome://browser/skin/icons/throbber-small.gif"); } .tabs-closebutton { diff --git a/EarlyBlue/browser/bookmark-folder-closed.gif b/EarlyBlue/browser/icons/bookmark-folder-closed.gif similarity index 100% rename from EarlyBlue/browser/bookmark-folder-closed.gif rename to EarlyBlue/browser/icons/bookmark-folder-closed.gif diff --git a/EarlyBlue/browser/bookmark-folder-open.gif b/EarlyBlue/browser/icons/bookmark-folder-open.gif similarity index 100% rename from EarlyBlue/browser/bookmark-folder-open.gif rename to EarlyBlue/browser/icons/bookmark-folder-open.gif diff --git a/EarlyBlue/browser/bookmark-group.gif b/EarlyBlue/browser/icons/bookmark-group.gif similarity index 100% rename from EarlyBlue/browser/bookmark-group.gif rename to EarlyBlue/browser/icons/bookmark-group.gif diff --git a/EarlyBlue/browser/bookmark-item.gif b/EarlyBlue/browser/icons/bookmark-item.gif similarity index 100% rename from EarlyBlue/browser/bookmark-item.gif rename to EarlyBlue/browser/icons/bookmark-item.gif diff --git a/EarlyBlue/browser/bookmarks-disabled.gif b/EarlyBlue/browser/icons/bookmarks-disabled.gif similarity index 100% rename from EarlyBlue/browser/bookmarks-disabled.gif rename to EarlyBlue/browser/icons/bookmarks-disabled.gif diff --git a/EarlyBlue/browser/bookmarks-small-disabled.gif b/EarlyBlue/browser/icons/bookmarks-small-disabled.gif similarity index 100% rename from EarlyBlue/browser/bookmarks-small-disabled.gif rename to EarlyBlue/browser/icons/bookmarks-small-disabled.gif diff --git a/EarlyBlue/browser/bookmarks-small.gif b/EarlyBlue/browser/icons/bookmarks-small.gif similarity index 100% rename from EarlyBlue/browser/bookmarks-small.gif rename to EarlyBlue/browser/icons/bookmarks-small.gif diff --git a/EarlyBlue/browser/bookmarks.gif b/EarlyBlue/browser/icons/bookmarks.gif similarity index 100% rename from EarlyBlue/browser/bookmarks.gif rename to EarlyBlue/browser/icons/bookmarks.gif diff --git a/EarlyBlue/browser/home-disabled.gif b/EarlyBlue/browser/icons/home-disabled.gif similarity index 100% rename from EarlyBlue/browser/home-disabled.gif rename to EarlyBlue/browser/icons/home-disabled.gif diff --git a/EarlyBlue/browser/home-small-disabled.gif b/EarlyBlue/browser/icons/home-small-disabled.gif similarity index 100% rename from EarlyBlue/browser/home-small-disabled.gif rename to EarlyBlue/browser/icons/home-small-disabled.gif diff --git a/EarlyBlue/browser/home-small.gif b/EarlyBlue/browser/icons/home-small.gif similarity index 100% rename from EarlyBlue/browser/home-small.gif rename to EarlyBlue/browser/icons/home-small.gif diff --git a/EarlyBlue/browser/home.gif b/EarlyBlue/browser/icons/home.gif similarity index 100% rename from EarlyBlue/browser/home.gif rename to EarlyBlue/browser/icons/home.gif diff --git a/EarlyBlue/browser/throbber-small-stopped.gif b/EarlyBlue/browser/icons/throbber-small-stopped.gif similarity index 100% rename from EarlyBlue/browser/throbber-small-stopped.gif rename to EarlyBlue/browser/icons/throbber-small-stopped.gif diff --git a/EarlyBlue/browser/throbber-small.gif b/EarlyBlue/browser/icons/throbber-small.gif similarity index 100% rename from EarlyBlue/browser/throbber-small.gif rename to EarlyBlue/browser/icons/throbber-small.gif diff --git a/EarlyBlue/browser/throbber-stopped.gif b/EarlyBlue/browser/icons/throbber-stopped.gif similarity index 100% rename from EarlyBlue/browser/throbber-stopped.gif rename to EarlyBlue/browser/icons/throbber-stopped.gif diff --git a/EarlyBlue/browser/throbber.gif b/EarlyBlue/browser/icons/throbber.gif similarity index 100% rename from EarlyBlue/browser/throbber.gif rename to EarlyBlue/browser/icons/throbber.gif -- 2.35.3