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_opera.css
8
===============
9
 
10
This file contains styles to used by all versions of Opera only.
11
*/
12
 
13
/* Base it on dialog.css, overriding it with styles defined in this file. */
14
@import "../../dialog/dialog";
15
 
16
/* Opera has problem with box-shadow and td with border-collapse: collapse */
17
/* inset shadow is mis-aligned */
18
.cke_dialog_footer
19
{
20
    display: block;
21
    height: 38px;
22
}
23
 
24
.cke_ltr .cke_dialog_footer > *
25
{
26
    float:right;
27
}
28
.cke_rtl .cke_dialog_footer > *
29
{
30
    float:left;
31
}