/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/css/codeviewer.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-17 09:44:45 UTC
  • mfrom: (68.2.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130517094445-tg8dvjv419qscz4r
Merged franssons changes to the codeviewer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        float: left;
17
17
}
18
18
 
19
 
.classcontainer {
 
19
.singleColumn1 .ace {
 
20
        height: 720px;
 
21
}
 
22
 
 
23
.doubleColumn1 .ace {
 
24
        height: 360px;
 
25
}
 
26
 
 
27
.singleColumn2 .ace {
 
28
        height: 720px;
 
29
}
 
30
 
 
31
.doubleColumn2 .ace {
 
32
        height: 360px;
 
33
}
 
34
 
 
35
.tripleColumn2 .ace {
 
36
        height: 240px;
 
37
}
 
38
 
 
39
.singleColumn1 .textContainer {
 
40
        height: 720px;
 
41
}
 
42
 
 
43
.doubleColumn1 .textContainer {
 
44
        height: 350px;
 
45
}
 
46
 
 
47
.singleColumn2 .textContainer {
 
48
        height: 710px;
 
49
}
 
50
 
 
51
.doubleColumn2 .textContainer {
 
52
        height: 350px;
 
53
}
 
54
 
 
55
.tripleColumn2 .textContainer {
 
56
        height: 230px;
20
57
}
21
58
 
22
59
.codeLanguage {
43
80
}
44
81
 
45
82
.textContainer {
46
 
        height: 350px;
47
83
        overflow: auto;
48
84
        padding: 5px;
49
85
}
50
86
 
51
 
.ace { 
52
 
        height: 360px;
53
 
        width: 100%;
54
 
}
55
 
 
56
87
.highlighted {
57
88
        background-color:  #ff00ff;
58
89
        opacity: 0.5;