diff options
author | chai <chaifix@163.com> | 2018-01-31 18:27:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-31 18:27:58 +0800 |
commit | c1803a7603135e2c148d89d5e05596f5d251842a (patch) | |
tree | b5bc28928a317d348953eee24a0af58b603040b9 /html/ckeditor/plugins/scayt/skins | |
parent | dc23aa78f0cf671eac2c18ee54b23e62848fac28 (diff) |
修改
Diffstat (limited to 'html/ckeditor/plugins/scayt/skins')
-rw-r--r-- | html/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/html/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css b/html/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css new file mode 100644 index 0000000..53f5222 --- /dev/null +++ b/html/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css @@ -0,0 +1,25 @@ +.scayt-lang-list > div +{ + padding-bottom: 6px !important; +} + +.scayt-lang-list > div input +{ + margin-right: 4px; +} + +#scayt_about_ +{ + margin: 30px auto 0 auto; +} + +#scayt_about_ p +{ + text-align: center; + margin-bottom: 10px; +} + +.cke_dialog_contents_body div[name=dictionaries] .cke_dialog_ui_hbox_last > a.cke_dialog_ui_button +{ + margin-top: 0; +} |