Remove old printing CSS and images from Winstripe (bug #297992)

Add RTL chevron image to Winstripe (bug # 221824)
a=asa
This commit is contained in:
webmail%kmgerich.com 2005-06-24 21:14:46 +00:00
Родитель cadc444e92
Коммит d45e228f5a
7 изменённых файлов: 1 добавлений и 91 удалений

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 151 B

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 311 B

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 152 B

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 318 B

Просмотреть файл

@ -22,7 +22,6 @@ classic.jar:
skin/classic/global/menulist.css
skin/classic/global/popup.css
skin/classic/global/preferences.css
skin/classic/global/printing.css
skin/classic/global/printPageSetup.css
skin/classic/global/printPreview.css
skin/classic/global/progressmeter.css
@ -70,9 +69,6 @@ classic.jar:
skin/classic/global/icons/folder-item.png (icons/folder-item.png)
skin/classic/global/icons/Minimize.gif (icons/Minimize.gif)
skin/classic/global/icons/notfound.png (icons/notfound.png)
skin/classic/global/icons/pg-landscape.gif (icons/pg-landscape.gif)
skin/classic/global/icons/pg-landscape-small.gif (icons/pg-landscape-small.gif)
skin/classic/global/icons/pg-portrait.gif (icons/pg-portrait.gif)
skin/classic/global/icons/Print-preview.png (icons/Print-preview.png)
skin/classic/global/icons/Portrait.png (icons/Portrait.png)
skin/classic/global/icons/Landscape.png (icons/Landscape.png)
@ -98,6 +94,7 @@ classic.jar:
skin/classic/global/scrollbar/slider.gif (scrollbar/slider.gif)
skin/classic/global/tabDragDrop/tabDragIndicator.png (tabDragDrop/tabDragIndicator.png)
skin/classic/global/toolbar/chevron.gif (toolbar/chevron.gif)
skin/classic/global/toolbar/chevron-rtl.gif (toolbar/chevron-rtl.gif)
skin/classic/global/toolbar/Lighten.png (toolbar/Lighten.png)
skin/classic/global/toolbar/spring.gif (toolbar/spring.gif)
skin/classic/global/tree/columnpicker.gif (tree/columnpicker.gif)

Просмотреть файл

@ -1,87 +0,0 @@
/* ***** 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 the Mozilla Print Preview Toolbar.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corp.
* Portions created by the Initial Developer are Copyright (C) 2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Samir Gehani <sgehani@netscape.com>
* Bill Law <law@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
* 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 ***** */
/* ::::: print preview toolbar ::::: */
/* ..... page navigation ..... */
.home-arrow {
list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif");
}
.end-arrow {
list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif");
}
.last-arrow {
list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif");
}
.next-arrow {
list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif");
}
/* ...... scale in/decrement ..... */
.up-arrow {
list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
}
.down-arrow {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
}
/* ..... orientation ..... */
.toolbar-portrait-page {
list-style-image: url("chrome://global/skin/icons/pg-portrait-small.gif");
}
.toolbar-landscape-page {
list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif");
}
/* ::::: page setup dialog ::::: */
.portrait-page {
list-style-image: url("chrome://global/skin/icons/pg-portrait.gif");
}
.landscape-page {
list-style-image: url("chrome://global/skin/icons/pg-landscape.gif");
}

Двоичные данные
toolkit/themes/winstripe/global/toolbar/chevron-rtl.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 51 B