diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-06-03 21:12:55 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-03 21:12:55 -0700 |
| commit | 2b9bbaf893a46eda004d43ab93500deb7874072a (patch) | |
| tree | 294c15f4ae434fe0a65510e18eebafe80f1639a4 /httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.css | |
| parent | 1e7c040c58601fb8d2a25647c13b3fb06fb00b19 (diff) | |
upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
Diffstat (limited to 'httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.css')
| -rw-r--r-- | httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.css | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.css b/httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.css new file mode 100644 index 000000000..e16394846 --- /dev/null +++ b/httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.css @@ -0,0 +1,82 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+html, body
+{
+ background-color: transparent;
+ margin: 0px;
+ padding: 0px;
+}
+
+body
+{
+ padding: 10px;
+}
+
+body, td, input, select, textarea
+{
+ font-size: 11px;
+ font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
+}
+
+.midtext
+{
+ padding:0px;
+ margin:10px;
+}
+
+.midtext p
+{
+ padding:0px;
+ margin:10px;
+}
+
+.Button
+{
+ border: #737357 1px solid;
+ color: #3b3b1f;
+ background-color: #c7c78f;
+}
+
+.PopupTabArea
+{
+ color: #737357;
+ background-color: #e3e3c7;
+}
+
+.PopupTitleBorder
+{
+ border-bottom: #d5d59d 1px solid;
+}
+.PopupTabEmptyArea
+{
+ padding-left: 10px;
+ border-bottom: #d5d59d 1px solid;
+}
+
+.PopupTab, .PopupTabSelected
+{
+ border-right: #d5d59d 1px solid;
+ border-top: #d5d59d 1px solid;
+ border-left: #d5d59d 1px solid;
+ padding: 3px 5px 3px 5px;
+ color: #737357;
+}
+
+.PopupTab
+{
+ margin-top: 1px;
+ border-bottom: #d5d59d 1px solid;
+ cursor: pointer;
+}
+
+.PopupTabSelected
+{
+ font-weight: bold;
+ cursor: default;
+ padding-top: 4px;
+ border-bottom: #f1f1e3 1px solid;
+ background-color: #f1f1e3;
+}
|
