Project

General

Profile

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
/*
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 url("editor_ie.css");
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
}
(11-11/23)