From 70696ff0dc6390a60d7961e4baf1b720a18fad46 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Fri, 11 May 2001 00:32:45 +0000 Subject: [PATCH] Fixing missed Classic theme files for bug 76191; fixed regressions in Composer caused by new modern theme, b=78221. r=mjudge, sr=hewitt --- themes/classic/editor/editor.css | 77 --------------------------- themes/classic/editor/mac/editor.css | 3 +- themes/classic/editor/win/editor.css | 3 +- themes/modern/editor/EditorDialog.css | 13 +++++ themes/modern/editor/editor.css | 3 +- 5 files changed, 16 insertions(+), 83 deletions(-) diff --git a/themes/classic/editor/editor.css b/themes/classic/editor/editor.css index d1c2538a6b4..e69de29bb2d 100644 --- a/themes/classic/editor/editor.css +++ b/themes/classic/editor/editor.css @@ -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; - } - - \ No newline at end of file diff --git a/themes/classic/editor/mac/editor.css b/themes/classic/editor/mac/editor.css index 8730cbdff7e..4c7821ef362 100644 --- a/themes/classic/editor/mac/editor.css +++ b/themes/classic/editor/mac/editor.css @@ -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 diff --git a/themes/classic/editor/win/editor.css b/themes/classic/editor/win/editor.css index d1c2538a6b4..a8f7b64da7e 100644 --- a/themes/classic/editor/win/editor.css +++ b/themes/classic/editor/win/editor.css @@ -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 diff --git a/themes/modern/editor/EditorDialog.css b/themes/modern/editor/EditorDialog.css index b085cdded8f..dbd83afaae9 100644 --- a/themes/modern/editor/EditorDialog.css +++ b/themes/modern/editor/EditorDialog.css @@ -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 { diff --git a/themes/modern/editor/editor.css b/themes/modern/editor/editor.css index 5d060dc59d4..a5a198116ce 100644 --- a/themes/modern/editor/editor.css +++ b/themes/modern/editor/editor.css @@ -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; }