Blame view

public/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css 356 Bytes
180e53f58   Андрей Ларионов   Редактор ckeditor
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
  .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;
  }