From: robert Date: Fri, 21 Jun 2002 22:45:24 +0000 (+0000) Subject: keeping up with classic trunk changes, resizing tab icon to 16x16 again X-Git-Tag: LCARStrek10~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=1232bf8ee7be1454f55e0c111f364f18e5e871eb keeping up with classic trunk changes, resizing tab icon to 16x16 again --- diff --git a/EarlyBlue/chatzilla/chatzillaOverlay.css b/EarlyBlue/chatzilla/chatzillaOverlay.css new file mode 100644 index 00000000..76c5200b --- /dev/null +++ b/EarlyBlue/chatzilla/chatzillaOverlay.css @@ -0,0 +1,42 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is ChatZilla. + * + * The Initial Developer of the Original Code is Andreas Premstaller. + * + * Contributor(s): + * Robert Ginda + * Andreas Premstaller + * + * 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 + * 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 + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +#mini-irc { + list-style-image: url("chrome://chatzilla/skin/images/taskbar-irc.gif"); +} + +#tasksMenuIRC { + list-style-image: url("chrome://chatzilla/skin/images/chatzilla-16.gif"); +} diff --git a/EarlyBlue/chatzilla/images/chatzilla-16.gif b/EarlyBlue/chatzilla/images/chatzilla-16.gif new file mode 100644 index 00000000..4b7182ff Binary files /dev/null and b/EarlyBlue/chatzilla/images/chatzilla-16.gif differ diff --git a/EarlyBlue/communicator/bookmarks/bookmark-item16.gif b/EarlyBlue/communicator/bookmarks/bookmark-item16.gif new file mode 100644 index 00000000..08944605 Binary files /dev/null and b/EarlyBlue/communicator/bookmarks/bookmark-item16.gif differ diff --git a/EarlyBlue/communicator/sidebar/sidebar.css b/EarlyBlue/communicator/sidebar/sidebar.css index 2d1b189c..3a13ca02 100644 --- a/EarlyBlue/communicator/sidebar/sidebar.css +++ b/EarlyBlue/communicator/sidebar/sidebar.css @@ -56,6 +56,8 @@ #sidebar-panel-picker { color: inherit; + /** bugzilla 89144 - must be able to access tabs dropdown **/ + -moz-user-focus:normal !important; } .sidebar-header-text { diff --git a/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/editor/EditorDialog.css index 3a2ccb7b..960f78f8 100644 --- a/EarlyBlue/editor/EditorDialog.css +++ b/EarlyBlue/editor/EditorDialog.css @@ -61,10 +61,6 @@ groupbox { min-width: 20em; } -.big-left-margin { - margin-left: 10px; -} - .bold { font-weight: bold; } diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index ebd3d794..81f24a33 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/editor/editor.css @@ -59,6 +59,7 @@ #content-source, #doctype-text { font-family: -moz-fixed; + font-size: -moz-initial; } #appcontent { diff --git a/EarlyBlue/editor/images/Map_Copy.gif b/EarlyBlue/editor/images/Map_Copy.gif deleted file mode 100755 index 38e33ca8..00000000 Binary files a/EarlyBlue/editor/images/Map_Copy.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_Cut.gif b/EarlyBlue/editor/images/Map_Cut.gif deleted file mode 100755 index d1f6502b..00000000 Binary files a/EarlyBlue/editor/images/Map_Cut.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_Paste.gif b/EarlyBlue/editor/images/Map_Paste.gif deleted file mode 100755 index 9a359e08..00000000 Binary files a/EarlyBlue/editor/images/Map_Paste.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_checker.gif b/EarlyBlue/editor/images/Map_checker.gif deleted file mode 100755 index e5e886d9..00000000 Binary files a/EarlyBlue/editor/images/Map_checker.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_circleTool.gif b/EarlyBlue/editor/images/Map_circleTool.gif deleted file mode 100755 index 9afab661..00000000 Binary files a/EarlyBlue/editor/images/Map_circleTool.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_contrast.gif b/EarlyBlue/editor/images/Map_contrast.gif deleted file mode 100755 index 0d9d0a3d..00000000 Binary files a/EarlyBlue/editor/images/Map_contrast.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_pointerTool.gif b/EarlyBlue/editor/images/Map_pointerTool.gif deleted file mode 100755 index 73df3a85..00000000 Binary files a/EarlyBlue/editor/images/Map_pointerTool.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_polygonTool.gif b/EarlyBlue/editor/images/Map_polygonTool.gif deleted file mode 100755 index 01bfe8ef..00000000 Binary files a/EarlyBlue/editor/images/Map_polygonTool.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_rectangleTool.gif b/EarlyBlue/editor/images/Map_rectangleTool.gif deleted file mode 100755 index 4b09f97d..00000000 Binary files a/EarlyBlue/editor/images/Map_rectangleTool.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_zoomIn.gif b/EarlyBlue/editor/images/Map_zoomIn.gif deleted file mode 100755 index 91e3e725..00000000 Binary files a/EarlyBlue/editor/images/Map_zoomIn.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/Map_zoomOut.gif b/EarlyBlue/editor/images/Map_zoomOut.gif deleted file mode 100755 index 14eee01e..00000000 Binary files a/EarlyBlue/editor/images/Map_zoomOut.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/align-disabled.gif b/EarlyBlue/editor/images/align-disabled.gif deleted file mode 100644 index fd8dd538..00000000 Binary files a/EarlyBlue/editor/images/align-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/align.gif b/EarlyBlue/editor/images/align.gif deleted file mode 100755 index 2755a3c9..00000000 Binary files a/EarlyBlue/editor/images/align.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/anchor-disabled.gif b/EarlyBlue/editor/images/anchor-disabled.gif deleted file mode 100755 index bf55b969..00000000 Binary files a/EarlyBlue/editor/images/anchor-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/anchor.gif b/EarlyBlue/editor/images/anchor.gif deleted file mode 100755 index 07d58592..00000000 Binary files a/EarlyBlue/editor/images/anchor.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/bold-disabled.gif b/EarlyBlue/editor/images/bold-disabled.gif deleted file mode 100644 index 8e680f4d..00000000 Binary files a/EarlyBlue/editor/images/bold-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/bold.gif b/EarlyBlue/editor/images/bold.gif deleted file mode 100755 index 832f3953..00000000 Binary files a/EarlyBlue/editor/images/bold.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/bullets-disabled.gif b/EarlyBlue/editor/images/bullets-disabled.gif deleted file mode 100644 index 46134b31..00000000 Binary files a/EarlyBlue/editor/images/bullets-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/bullets.gif b/EarlyBlue/editor/images/bullets.gif deleted file mode 100755 index 1d462e97..00000000 Binary files a/EarlyBlue/editor/images/bullets.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/center-disabled.gif b/EarlyBlue/editor/images/center-disabled.gif deleted file mode 100644 index feaf1808..00000000 Binary files a/EarlyBlue/editor/images/center-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/center.gif b/EarlyBlue/editor/images/center.gif deleted file mode 100755 index 85b1177a..00000000 Binary files a/EarlyBlue/editor/images/center.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/dec-font-size-disabled.gif b/EarlyBlue/editor/images/dec-font-size-disabled.gif deleted file mode 100644 index b72df235..00000000 Binary files a/EarlyBlue/editor/images/dec-font-size-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/dec-font-size.gif b/EarlyBlue/editor/images/dec-font-size.gif deleted file mode 100755 index c2ddd2ee..00000000 Binary files a/EarlyBlue/editor/images/dec-font-size.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/div.gif b/EarlyBlue/editor/images/div.gif deleted file mode 100644 index 0b7dc589..00000000 Binary files a/EarlyBlue/editor/images/div.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/editmode-html.gif b/EarlyBlue/editor/images/editmode-html.gif deleted file mode 100755 index e0f107c4..00000000 Binary files a/EarlyBlue/editor/images/editmode-html.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/editmode-normal.gif b/EarlyBlue/editor/images/editmode-normal.gif deleted file mode 100755 index dc2f6105..00000000 Binary files a/EarlyBlue/editor/images/editmode-normal.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/editmode-preview.gif b/EarlyBlue/editor/images/editmode-preview.gif deleted file mode 100755 index cec09e67..00000000 Binary files a/EarlyBlue/editor/images/editmode-preview.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/editmode-tags.gif b/EarlyBlue/editor/images/editmode-tags.gif deleted file mode 100755 index be650a15..00000000 Binary files a/EarlyBlue/editor/images/editmode-tags.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/find-disabled.gif b/EarlyBlue/editor/images/find-disabled.gif deleted file mode 100755 index 41dce71d..00000000 Binary files a/EarlyBlue/editor/images/find-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/find.gif b/EarlyBlue/editor/images/find.gif deleted file mode 100755 index f71ae98b..00000000 Binary files a/EarlyBlue/editor/images/find.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/highlight-disabled.gif b/EarlyBlue/editor/images/highlight-disabled.gif deleted file mode 100644 index 04bd16ac..00000000 Binary files a/EarlyBlue/editor/images/highlight-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/highlight.gif b/EarlyBlue/editor/images/highlight.gif deleted file mode 100644 index 4c729534..00000000 Binary files a/EarlyBlue/editor/images/highlight.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/hline-disabled.gif b/EarlyBlue/editor/images/hline-disabled.gif deleted file mode 100755 index bd485c3e..00000000 Binary files a/EarlyBlue/editor/images/hline-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/hline.gif b/EarlyBlue/editor/images/hline.gif deleted file mode 100755 index e7ece183..00000000 Binary files a/EarlyBlue/editor/images/hline.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/image-disabled.gif b/EarlyBlue/editor/images/image-disabled.gif deleted file mode 100755 index 4b504471..00000000 Binary files a/EarlyBlue/editor/images/image-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/image.gif b/EarlyBlue/editor/images/image.gif deleted file mode 100755 index 701e819b..00000000 Binary files a/EarlyBlue/editor/images/image.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/img-align-bottom.gif b/EarlyBlue/editor/images/img-align-bottom.gif deleted file mode 100755 index 8f80ba7c..00000000 Binary files a/EarlyBlue/editor/images/img-align-bottom.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/img-align-left.gif b/EarlyBlue/editor/images/img-align-left.gif deleted file mode 100755 index e27e1ac6..00000000 Binary files a/EarlyBlue/editor/images/img-align-left.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/img-align-middle.gif b/EarlyBlue/editor/images/img-align-middle.gif deleted file mode 100755 index f75d07ca..00000000 Binary files a/EarlyBlue/editor/images/img-align-middle.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/img-align-right.gif b/EarlyBlue/editor/images/img-align-right.gif deleted file mode 100755 index 3528565b..00000000 Binary files a/EarlyBlue/editor/images/img-align-right.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/img-align-top.gif b/EarlyBlue/editor/images/img-align-top.gif deleted file mode 100755 index 6ba60826..00000000 Binary files a/EarlyBlue/editor/images/img-align-top.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/inc-font-size-disabled.gif b/EarlyBlue/editor/images/inc-font-size-disabled.gif deleted file mode 100644 index 37ea3df1..00000000 Binary files a/EarlyBlue/editor/images/inc-font-size-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/inc-font-size.gif b/EarlyBlue/editor/images/inc-font-size.gif deleted file mode 100755 index c61c6452..00000000 Binary files a/EarlyBlue/editor/images/inc-font-size.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/indent-disabled.gif b/EarlyBlue/editor/images/indent-disabled.gif deleted file mode 100644 index 58c739a7..00000000 Binary files a/EarlyBlue/editor/images/indent-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/indent.gif b/EarlyBlue/editor/images/indent.gif deleted file mode 100755 index 6ff1a76b..00000000 Binary files a/EarlyBlue/editor/images/indent.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/insert-disabled.gif b/EarlyBlue/editor/images/insert-disabled.gif deleted file mode 100644 index 4160ac43..00000000 Binary files a/EarlyBlue/editor/images/insert-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/insert.gif b/EarlyBlue/editor/images/insert.gif deleted file mode 100644 index 204ccf30..00000000 Binary files a/EarlyBlue/editor/images/insert.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/italic-disabled.gif b/EarlyBlue/editor/images/italic-disabled.gif deleted file mode 100644 index d91d6338..00000000 Binary files a/EarlyBlue/editor/images/italic-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/italic.gif b/EarlyBlue/editor/images/italic.gif deleted file mode 100755 index 72ff537c..00000000 Binary files a/EarlyBlue/editor/images/italic.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/justify-disabled.gif b/EarlyBlue/editor/images/justify-disabled.gif deleted file mode 100644 index e5fe8f1d..00000000 Binary files a/EarlyBlue/editor/images/justify-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/justify.gif b/EarlyBlue/editor/images/justify.gif deleted file mode 100755 index b190f3ea..00000000 Binary files a/EarlyBlue/editor/images/justify.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/left-disabled.gif b/EarlyBlue/editor/images/left-disabled.gif deleted file mode 100644 index 1cbef0e9..00000000 Binary files a/EarlyBlue/editor/images/left-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/left.gif b/EarlyBlue/editor/images/left.gif deleted file mode 100755 index 84936fae..00000000 Binary files a/EarlyBlue/editor/images/left.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/link-disabled.gif b/EarlyBlue/editor/images/link-disabled.gif deleted file mode 100755 index 8da03271..00000000 Binary files a/EarlyBlue/editor/images/link-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/link.gif b/EarlyBlue/editor/images/link.gif deleted file mode 100755 index b62d1eb1..00000000 Binary files a/EarlyBlue/editor/images/link.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/newfile-disabled.gif b/EarlyBlue/editor/images/newfile-disabled.gif deleted file mode 100755 index 1a414ebd..00000000 Binary files a/EarlyBlue/editor/images/newfile-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/newfile.gif b/EarlyBlue/editor/images/newfile.gif deleted file mode 100755 index 8235c578..00000000 Binary files a/EarlyBlue/editor/images/newfile.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/numbers-disabled.gif b/EarlyBlue/editor/images/numbers-disabled.gif deleted file mode 100644 index b2efda04..00000000 Binary files a/EarlyBlue/editor/images/numbers-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/numbers.gif b/EarlyBlue/editor/images/numbers.gif deleted file mode 100755 index 5ac194fb..00000000 Binary files a/EarlyBlue/editor/images/numbers.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/openfile-disabled.gif b/EarlyBlue/editor/images/openfile-disabled.gif deleted file mode 100755 index 08fe7fca..00000000 Binary files a/EarlyBlue/editor/images/openfile-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/openfile.gif b/EarlyBlue/editor/images/openfile.gif deleted file mode 100755 index bb474f1c..00000000 Binary files a/EarlyBlue/editor/images/openfile.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/outdent-disabled.gif b/EarlyBlue/editor/images/outdent-disabled.gif deleted file mode 100644 index 621158b9..00000000 Binary files a/EarlyBlue/editor/images/outdent-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/outdent.gif b/EarlyBlue/editor/images/outdent.gif deleted file mode 100755 index 03b005ac..00000000 Binary files a/EarlyBlue/editor/images/outdent.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/preview-disabled.gif b/EarlyBlue/editor/images/preview-disabled.gif deleted file mode 100755 index 9a5d3eae..00000000 Binary files a/EarlyBlue/editor/images/preview-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/preview.gif b/EarlyBlue/editor/images/preview.gif deleted file mode 100755 index 1efbb67f..00000000 Binary files a/EarlyBlue/editor/images/preview.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/publish-disabled.gif b/EarlyBlue/editor/images/publish-disabled.gif deleted file mode 100644 index 67d2a5df..00000000 Binary files a/EarlyBlue/editor/images/publish-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/publish.gif b/EarlyBlue/editor/images/publish.gif deleted file mode 100755 index 5755cd6d..00000000 Binary files a/EarlyBlue/editor/images/publish.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/right-disabled.gif b/EarlyBlue/editor/images/right-disabled.gif deleted file mode 100644 index 87500daa..00000000 Binary files a/EarlyBlue/editor/images/right-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/right.gif b/EarlyBlue/editor/images/right.gif deleted file mode 100755 index f6ff6ff2..00000000 Binary files a/EarlyBlue/editor/images/right.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/savefile-dirty.gif b/EarlyBlue/editor/images/savefile-dirty.gif deleted file mode 100755 index e64dc651..00000000 Binary files a/EarlyBlue/editor/images/savefile-dirty.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/savefile-disabled.gif b/EarlyBlue/editor/images/savefile-disabled.gif deleted file mode 100755 index 30eebc6f..00000000 Binary files a/EarlyBlue/editor/images/savefile-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/savefile.gif b/EarlyBlue/editor/images/savefile.gif deleted file mode 100755 index 599905ef..00000000 Binary files a/EarlyBlue/editor/images/savefile.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/smile-disabled.gif b/EarlyBlue/editor/images/smile-disabled.gif deleted file mode 100644 index bdb7bf8d..00000000 Binary files a/EarlyBlue/editor/images/smile-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/smile.gif b/EarlyBlue/editor/images/smile.gif deleted file mode 100644 index 47097a23..00000000 Binary files a/EarlyBlue/editor/images/smile.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/span.gif b/EarlyBlue/editor/images/span.gif deleted file mode 100644 index 758a77ca..00000000 Binary files a/EarlyBlue/editor/images/span.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/spell-disabled.gif b/EarlyBlue/editor/images/spell-disabled.gif deleted file mode 100755 index ae73f0d7..00000000 Binary files a/EarlyBlue/editor/images/spell-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/spell.gif b/EarlyBlue/editor/images/spell.gif deleted file mode 100755 index 9b912766..00000000 Binary files a/EarlyBlue/editor/images/spell.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/table-disabled.gif b/EarlyBlue/editor/images/table-disabled.gif deleted file mode 100755 index c4e1072e..00000000 Binary files a/EarlyBlue/editor/images/table-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/table.gif b/EarlyBlue/editor/images/table.gif deleted file mode 100755 index 712e4ac2..00000000 Binary files a/EarlyBlue/editor/images/table.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/underline-disabled.gif b/EarlyBlue/editor/images/underline-disabled.gif deleted file mode 100644 index aa5c1f5d..00000000 Binary files a/EarlyBlue/editor/images/underline-disabled.gif and /dev/null differ diff --git a/EarlyBlue/editor/images/underline.gif b/EarlyBlue/editor/images/underline.gif deleted file mode 100755 index d9fa950e..00000000 Binary files a/EarlyBlue/editor/images/underline.gif and /dev/null differ diff --git a/EarlyBlue/global/browser.css b/EarlyBlue/global/browser.css index c582f41c..aa1d1c38 100644 --- a/EarlyBlue/global/browser.css +++ b/EarlyBlue/global/browser.css @@ -60,7 +60,7 @@ tabpanels { margin-right: 3px; width: 16px; height: 16px; - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); } tab[busy] > .tab-icon { @@ -73,7 +73,7 @@ tabbrowser > tabbox > tabpanels { margin: 0px; } -/* ::::: close button ::::: */ +/* ::::: close & new tab buttons ::::: */ .tabs-closebutton { margin-bottom: 3px; @@ -84,3 +84,9 @@ tabbrowser > tabbox > tabpanels { .tabs-closebutton > .toolbarbutton-icon { margin: 0; } + +.tabs-newbutton { + margin: 0px; + padding: 0px; + list-style-image: url("chrome://global/skin/icons/tab-new.gif"); +} \ No newline at end of file diff --git a/EarlyBlue/global/filepicker/folder-new.gif b/EarlyBlue/global/filepicker/folder-new.gif new file mode 100644 index 00000000..f7fc04b7 Binary files /dev/null and b/EarlyBlue/global/filepicker/folder-new.gif differ diff --git a/EarlyBlue/global/icons/tab-new.gif b/EarlyBlue/global/icons/tab-new.gif new file mode 100644 index 00000000..0f3c80c7 Binary files /dev/null and b/EarlyBlue/global/icons/tab-new.gif differ diff --git a/EarlyBlue/global/toolbarbutton.css b/EarlyBlue/global/toolbarbutton.css index 1a9265f2..469f08fc 100644 --- a/EarlyBlue/global/toolbarbutton.css +++ b/EarlyBlue/global/toolbarbutton.css @@ -160,6 +160,7 @@ toolbarbutton[type="menu-button"][open="true"] > toolbarbutton.toolbarbutton-men /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { + -moz-box-align: start; -moz-box-align: center; padding: 0px 1px 15px 1px; list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); diff --git a/EarlyBlue/messenger/messageHeader.css b/EarlyBlue/messenger/messageHeader.css index e8aa85e5..5fa4dfc8 100644 --- a/EarlyBlue/messenger/messageHeader.css +++ b/EarlyBlue/messenger/messageHeader.css @@ -116,6 +116,11 @@ background-color: #336699; } +.emailDisplayImage { + padding-left: 2px; + -moz-box-pack: end; +} + /* ::::: email address twisty ::::: */ .addresstwisty { diff --git a/EarlyBlue/messenger/smime/certFetchingStatus.css b/EarlyBlue/messenger/smime/certFetchingStatus.css new file mode 100644 index 00000000..0211df40 --- /dev/null +++ b/EarlyBlue/messenger/smime/certFetchingStatus.css @@ -0,0 +1,40 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is Mozilla Communicator. + * + * The Initial Developer of the Original Code is + * Netscape Communications Corporation. + * Portions created by the Initial Developer are Copyright (C) 2002 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Robert Kaiser + * + * 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 + * 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 + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index 925089ff..779530a8 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -237,19 +237,19 @@ treechildren:-moz-tree-image(subjectCol, news, offline) { /* ..... new thread icons for watch and ignore ..... */ -treechildren:-moz-tree-image(news, threadCol, container, watch) { +treechildren:-moz-tree-image(news, threadCol, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, ignore) { +treechildren:-moz-tree-image(news, threadCol, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, watch, offline) { +treechildren:-moz-tree-image(news, threadCol, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-eye.gif"); } -treechildren:-moz-tree-image(news, threadCol, container, ignore, offline) { +treechildren:-moz-tree-image(news, threadCol, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-kill.gif"); }