/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/js/ckeditor/plugins/scayt/dialogs/toolbar.css

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-11 16:45:55 UTC
  • mfrom: (23.2.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130411164555-ljhmrb2ys3xatogt
commited implementation group one's team branch.
20130411.

Merge proposal comment:
Removed codeigniter user guide, shouldn't be in the repo
Added and implemented CKEditor Wysiwyg editor for editing of pages
Made already uploaded code files visible as you edit a page
Implemented Adams dropdown menu in codeviewer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
a
 
2
{
 
3
        text-decoration:none;
 
4
        padding: 2px 4px 4px 6px;
 
5
        display : block;
 
6
        border-width: 1px;
 
7
        border-style: solid;
 
8
        margin : 0px;
 
9
}
 
10
 
 
11
a.cke_scayt_toogle:hover,
 
12
a.cke_scayt_toogle:focus,
 
13
a.cke_scayt_toogle:active
 
14
{
 
15
        border-color: #316ac5;
 
16
        background-color: #dff1ff;
 
17
        color : #000;
 
18
        cursor: pointer;
 
19
        margin : 0px;
 
20
}
 
21
a.cke_scayt_toogle {
 
22
        color : #316ac5;
 
23
        border-color: #fff;
 
24
}
 
25
.scayt_enabled a.cke_scayt_item {
 
26
        color : #316ac5;
 
27
        border-color: #fff;
 
28
        margin : 0px;
 
29
}
 
30
.scayt_disabled a.cke_scayt_item {
 
31
        color : gray;
 
32
        border-color : #fff;
 
33
}
 
34
.scayt_enabled a.cke_scayt_item:hover,
 
35
.scayt_enabled a.cke_scayt_item:focus,
 
36
.scayt_enabled a.cke_scayt_item:active
 
37
{
 
38
        border-color: #316ac5;
 
39
        background-color: #dff1ff;
 
40
        color : #000;
 
41
        cursor: pointer;
 
42
}
 
43
.scayt_disabled a.cke_scayt_item:hover,
 
44
.scayt_disabled a.cke_scayt_item:focus,
 
45
.scayt_disabled a.cke_scayt_item:active
 
46
{
 
47
        border-color: gray;
 
48
        background-color: #dff1ff;
 
49
        color : gray;
 
50
        cursor: no-drop;
 
51
}
 
52
.cke_scayt_set_on, .cke_scayt_set_off
 
53
{
 
54
        display: none;
 
55
}
 
56
.scayt_enabled .cke_scayt_set_on
 
57
{
 
58
        display: none;
 
59
}
 
60
.scayt_disabled .cke_scayt_set_on
 
61
{
 
62
        display: inline;
 
63
}
 
64
.scayt_disabled .cke_scayt_set_off
 
65
{
 
66
        display: none;
 
67
}
 
68
.scayt_enabled  .cke_scayt_set_off
 
69
{
 
70
        display: inline;
 
71
}