editor_gecko.css 495 B

12345678910111213141516171819202122232425
  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_gecko.css
  7. ==================
  8. This file contains styles to used by all Gecko based browsers (Firefox) only.
  9. */
  10. /* Base it on editor.css, overriding it with styles defined in this file. */
  11. @import url("editor.css");
  12. .cke_bottom
  13. {
  14. padding-bottom: 3px;
  15. }
  16. .cke_combo_text
  17. {
  18. margin-bottom: -1px;
  19. margin-top: 1px;
  20. }