From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- comm/mail/themes/linux/editor/EditorDialog.css | 14 ++++++++++++++ comm/mail/themes/linux/editor/img-align-bottom.gif | Bin 0 -> 192 bytes comm/mail/themes/linux/editor/img-align-left.gif | Bin 0 -> 173 bytes comm/mail/themes/linux/editor/img-align-middle.gif | Bin 0 -> 184 bytes comm/mail/themes/linux/editor/img-align-right.gif | Bin 0 -> 169 bytes comm/mail/themes/linux/editor/img-align-top.gif | Bin 0 -> 186 bytes 6 files changed, 14 insertions(+) create mode 100644 comm/mail/themes/linux/editor/EditorDialog.css create mode 100644 comm/mail/themes/linux/editor/img-align-bottom.gif create mode 100644 comm/mail/themes/linux/editor/img-align-left.gif create mode 100644 comm/mail/themes/linux/editor/img-align-middle.gif create mode 100644 comm/mail/themes/linux/editor/img-align-right.gif create mode 100644 comm/mail/themes/linux/editor/img-align-top.gif (limited to 'comm/mail/themes/linux/editor') diff --git a/comm/mail/themes/linux/editor/EditorDialog.css b/comm/mail/themes/linux/editor/EditorDialog.css new file mode 100644 index 0000000000..14d013adaa --- /dev/null +++ b/comm/mail/themes/linux/editor/EditorDialog.css @@ -0,0 +1,14 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@import url("chrome://messenger/skin/shared/EditorDialog.css"); + +groupbox { + margin: 5px; + padding: 5px; +} + +.spell-check { + min-width: 8.5em; +} diff --git a/comm/mail/themes/linux/editor/img-align-bottom.gif b/comm/mail/themes/linux/editor/img-align-bottom.gif new file mode 100644 index 0000000000..a8ba157970 Binary files /dev/null and b/comm/mail/themes/linux/editor/img-align-bottom.gif differ diff --git a/comm/mail/themes/linux/editor/img-align-left.gif b/comm/mail/themes/linux/editor/img-align-left.gif new file mode 100644 index 0000000000..117b93fcaf Binary files /dev/null and b/comm/mail/themes/linux/editor/img-align-left.gif differ diff --git a/comm/mail/themes/linux/editor/img-align-middle.gif b/comm/mail/themes/linux/editor/img-align-middle.gif new file mode 100644 index 0000000000..4189f7ac33 Binary files /dev/null and b/comm/mail/themes/linux/editor/img-align-middle.gif differ diff --git a/comm/mail/themes/linux/editor/img-align-right.gif b/comm/mail/themes/linux/editor/img-align-right.gif new file mode 100644 index 0000000000..8e679f50a4 Binary files /dev/null and b/comm/mail/themes/linux/editor/img-align-right.gif differ diff --git a/comm/mail/themes/linux/editor/img-align-top.gif b/comm/mail/themes/linux/editor/img-align-top.gif new file mode 100644 index 0000000000..d871945929 Binary files /dev/null and b/comm/mail/themes/linux/editor/img-align-top.gif differ -- cgit v1.2.3