/dev/qulogic/ckeditor: 5fe3c75d35cf: Remove some more browser-sp...
Elliott Sales de Andrade
qulogic at pidgin.im
Fri Aug 9 03:13:29 EDT 2013
Changeset: 5fe3c75d35cf015c86f4982f71577577b91575de
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-08-07 20:42 -0400
Branch: default
URL: https://hg.pidgin.im/dev/qulogic/ckeditor/rev/5fe3c75d35cf
Description:
Remove some more browser-specific styling.
diffstat:
pidgin/ckeditor/skins/pidgin/dialog.css | 9 ---------
pidgin/ckeditor/skins/pidgin/mainui.css | 7 -------
2 files changed, 0 insertions(+), 16 deletions(-)
diffs (36 lines):
diff --git a/pidgin/ckeditor/skins/pidgin/dialog.css b/pidgin/ckeditor/skins/pidgin/dialog.css
--- a/pidgin/ckeditor/skins/pidgin/dialog.css
+++ b/pidgin/ckeditor/skins/pidgin/dialog.css
@@ -62,15 +62,6 @@ Comments in this file will give more det
box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
-/* This one is required by Firefox 3.6. Without it,
- dialog tabs and resizer float outside of the dialog.
- Although this rule doesn't seem to break anything on other
- browsers, it doesn't work with broken jQueryUI - #9851. */
-.cke_browser_gecko19 .cke_dialog_body
-{
- position: relative;
-}
-
/* Due to our reset we have to recover the styles of some elements. */
.cke_dialog strong
{
diff --git a/pidgin/ckeditor/skins/pidgin/mainui.css b/pidgin/ckeditor/skins/pidgin/mainui.css
--- a/pidgin/ckeditor/skins/pidgin/mainui.css
+++ b/pidgin/ckeditor/skins/pidgin/mainui.css
@@ -85,13 +85,6 @@ Special outer level classes used in this
background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
}
-/* On iOS we need to manually enable scrolling in the contents block. (#9945) */
-.cke_browser_ios .cke_contents
-{
- overflow-y: auto;
- -webkit-overflow-scrolling: touch;
-}
-
/* The resizer is the small UI element that is rendered at the bottom right
part of the editor. It makes is possible to resize the editor UI. */
.cke_resizer
More information about the Commits
mailing list