Fixing missed Classic theme files for bug 76191; fixed regressions in Composer caused by new modern theme, b=78221. r=mjudge, sr=hewitt

This commit is contained in:
cmanske%netscape.com 2001-05-11 00:32:45 +00:00
Родитель 56d4039b09
Коммит 70696ff0dc
5 изменённых файлов: 16 добавлений и 83 удалений

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

@ -1,77 +0,0 @@
/*
* The contents of this file are subject to the Netscape 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/NPL/
*
* 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 client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
@import url(chrome://communicator/skin/);
@import url(chrome://communicator/skin/sidebar/sidebar.css);
/* Note: most of our styles are in EditorToolbars.css
in order to share with all users of editor
*/
#content-frame {
min-width: 10px;
min-height: 10px;
height: 400px;
}
.source-editor, .source-editor:focus {
margin: 0px 5px 5px 0px;
border: 0px;
/* Scroll bars are in content,
so we can't use right and bottom padding! */
padding: 5px 0px 0px 5px;
}
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text
{
font-family : -moz-fixed, monospace;
font-size : larger;
}
#appcontent
{
border-left : 1px solid ThreeDShadow;
border-top : 1px solid ThreeDDarkShadow;
border-right : 1px solid ThreeDHighlight;
}
#ContentWindowDeck
{
border-left : 1px solid ThreeDDarkShadow;
border-right : 1px solid ThreeDFace;
}
#status-bar
{
border-left : none;
border-right : none;
height : 20px;
}
#EditModeToolbar
{
border-left : 1px solid ThreeDDarkShadow;
border-right : 1px solid ThreeDFace;
border-bottom : 1px solid ThreeDFace !important;
}

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

@ -43,8 +43,7 @@
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text
{
font-family : -moz-fixed, monospace;
font-size : larger;
font-family : -moz-fixed;
}
#appcontent

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

@ -43,8 +43,7 @@
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text
{
font-family : -moz-fixed, monospace;
font-size : larger;
font-family : -moz-fixed;
}
#appcontent

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

@ -89,6 +89,8 @@
min-width: 12em;
}
/* ::::: table properties dialog ::::: */
#PreviousButton {
list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif");
}
@ -105,10 +107,21 @@
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
/* ::::: spelling dialog ::::: */
#MisspelledWord {
font-weight: bold;
}
#ReplaceWordInput {
min-width: 16em;
width: 16em;
}
.spell-check {
min-width: 8em;
}
/* ::::: spacers ::::: */
.smallspacer {

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

@ -45,6 +45,5 @@
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text {
font-family : -moz-fixed, monospace;
font-size : larger;
font-family : -moz-fixed;
}