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
dialog_ie7.css
8
===============
9
 
10
This file contains styles to used by Internet Explorer in
11
Quirks mode only.
12
*/
13
 
14
/* Base it on dialog_ie.css, overriding it with styles defined in this file. */
15
@import "../../dialog/dialog";
16
 
17
/* [IE7-8] Filter on footer causes background artifacts when opening dialog. */
18
.cke_dialog_footer
19
{
20
    filter: "";
21
}