/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/adminstyle.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:
92
92
        border-radius:3px;
93
93
        position: relative;
94
94
        
95
 
        min-height: 200px;
 
95
        min-height: 100px;
96
96
        overflow: hidden;
97
97
        padding-bottom: 40px;
98
98
 
104
104
#dropbox .message {
105
105
        font-size: 11px;
106
106
    text-align: center;
107
 
    padding-top:115px;
 
107
    padding-top:65px;
108
108
    display: block;
109
109
}
110
110
 
145
145
 
146
146
#dropbox .preview.done .progress{
147
147
        width:100% !important;
 
148
}
 
149
 
 
150
.editorinfo {
 
151
        background-color: #0a68ad;
 
152
        color: white;
 
153
        font-size: 18px;
 
154
        padding-top: 5px;
 
155
        padding-bottom: 5px;
 
156
        padding-left: 10px;
 
157
        margin-top: 10px;
 
158
}
 
159
 
 
160
.ace { 
 
161
        height:500px;
 
162
        width:100%;
 
163
}
 
164
 
 
165
.highlighted {
 
166
        background-color:  #ff00ff;
 
167
        opacity: 0.5;
 
168
        position: absolute;
 
169
        z-index: 4;
 
170
}
 
171
 
 
172
.interesting {
 
173
        background-color:  #ffff00;
 
174
        opacity: 0.5;
 
175
        position: absolute;
 
176
        z-index: 4;
148
177
}
 
 
b'\\ No newline at end of file'