-
Notifications
You must be signed in to change notification settings - Fork 0
/
backend.css
36 lines (34 loc) · 999 Bytes
/
backend.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/* "Font Size" combo width */
.cke_combo__font .cke_combo_text,
.cke_combo__format .cke_combo_text,
.cke_combo__style .cke_combo_text,
.cke_combo__fontsize .cke_combo_text
{
width: auto !important;
}
/* "Font Size" panel size */
.cke_combopanel__font,
.cke_combopanel__format,
.cke_combopanel__styles,
.cke_combopanel__fontsize
{
width: auto !important;
}
.fm-modal {
z-index: 10011; /** Because CKEditor image dialog was at 10010 */
width:80%;
height:80%;
top: 10%;
left:10%;
border:0;
position:fixed;
-moz-box-shadow: 0px 1px 5px 0px #656565;
-webkit-box-shadow: 0px 1px 5px 0px #656565;
-o-box-shadow: 0px 1px 5px 0px #656565;
box-shadow: 0px 1px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}