editor_ie8.css 578 B

123456789101112131415161718192021222324252627
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. /*
  6. editor_ie8.css
  7. ===============
  8. This file contains styles to used by Internet Explorer 8 only.
  9. */
  10. /* Base it on editor_ie.css, overriding it with styles defined in this file. */
  11. @import url("editor_ie.css");
  12. .cke_toolbox_collapser .cke_arrow
  13. {
  14. border-width:4px;
  15. }
  16. .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow
  17. {
  18. border-width:3px;
  19. }
  20. .cke_toolbox_collapser .cke_arrow
  21. {
  22. margin-top: 0;
  23. }