/dev/qulogic/ckeditor: e040bbd6f073: Remove elementspath.css.
Elliott Sales de Andrade
qulogic at pidgin.im
Fri Aug 9 03:13:29 EDT 2013
Changeset: e040bbd6f07310e3f0ced20cc84bffc4e6b4db74
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-08-07 21:05 -0400
Branch: default
URL: https://hg.pidgin.im/dev/qulogic/ckeditor/rev/e040bbd6f073
Description:
Remove elementspath.css.
We won't have an element path bar in the default theme.
diffstat:
pidgin/ckeditor/Makefile.am | 1 -
pidgin/ckeditor/skins/pidgin/editor.css | 3 -
pidgin/ckeditor/skins/pidgin/elementspath.css | 78 ---------------------------
3 files changed, 0 insertions(+), 82 deletions(-)
diffs (107 lines):
diff --git a/pidgin/ckeditor/Makefile.am b/pidgin/ckeditor/Makefile.am
--- a/pidgin/ckeditor/Makefile.am
+++ b/pidgin/ckeditor/Makefile.am
@@ -18,7 +18,6 @@ nobase_ckeditor_DATA += \
skins/pidgin/colorpanel.css \
skins/pidgin/dialog.css \
skins/pidgin/editor.css \
- skins/pidgin/elementspath.css \
skins/pidgin/mainui.css \
skins/pidgin/menu.css \
skins/pidgin/panel.css \
diff --git a/pidgin/ckeditor/skins/pidgin/editor.css b/pidgin/ckeditor/skins/pidgin/editor.css
--- a/pidgin/ckeditor/skins/pidgin/editor.css
+++ b/pidgin/ckeditor/skins/pidgin/editor.css
@@ -36,9 +36,6 @@ other files.
/* Styles toolbar combos. */
@import url("richcombo.css");
-/* Styles the elements path bar, available at the bottom of the editor UI.*/
- at import url("elementspath.css");
-
/* Contains hard-coded presets for "configurable-like" options of the UI
(e.g. display labels on specific buttons) */
@import url("presets.css");
diff --git a/pidgin/ckeditor/skins/pidgin/elementspath.css b/pidgin/ckeditor/skins/pidgin/elementspath.css
deleted file mode 100644
--- a/pidgin/ckeditor/skins/pidgin/elementspath.css
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.md or http://ckeditor.com/license
-*/
-
-/*
-elementspath.css (part of editor.css)
-=======================================
-
-This file styles the "Elements Path", whith is the list of element names
-present at the the bottom bar of the CKEditor interface.
-
-The following is a visual representation of its main elements:
-
-+-- .cke_path ---------------------------------------------------------------+
-| +-- .cke_path_item ----+ +-- .cke_path_item ----+ +-- .cke_path_empty ---+ |
-| | | | | | | |
-| +----------------------+ +----------------------+ +----------------------+ |
-+----------------------------------------------------------------------------+
-*/
-
-/* The box that holds the entire elements path. */
-.cke_path
-{
- float: left;
- margin: -2px 0 2px;
-}
-
-/* Each item of the elements path. */
-.cke_path_item,
-/* Empty element available at the end of the elements path, to help us keeping
- the proper box size when the elements path is empty. */
-.cke_path_empty
-{
- display: inline-block;
- float: left;
- padding: 3px 4px;
- margin-right: 2px;
- cursor: default;
- text-decoration: none;
- outline: 0;
- border: 0;
- color: #4c4c4c;
- text-shadow: 0 1px 0 #fff;
- font-weight: bold;
- font-size: 11px;
-}
-
-.cke_rtl .cke_path,
-.cke_rtl .cke_path_item,
-.cke_rtl .cke_path_empty
-{
- float: right;
-}
-
-/* The items are <a> elements, so we define its hover states here. */
-a.cke_path_item:hover,
-a.cke_path_item:focus,
-a.cke_path_item:active
-{
- background-color: #bfbfbf;
- color: #333;
- text-shadow: 0 1px 0 rgba(255,255,255,.5);
-
- -webkit-border-radius: 2px;
- border-radius: 2px;
-
- -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
- box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
-}
-
-.cke_hc a.cke_path_item:hover,
-.cke_hc a.cke_path_item:focus,
-.cke_hc a.cke_path_item:active
-{
- border: 2px solid;
- padding: 1px 2px;
-}
More information about the Commits
mailing list