Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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