/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: galaxyAbstractor
  • Date: 2013-04-10 15:49:32 UTC
  • mto: (19.1.5 lenasys)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: galaxyabstractor@gmail.com-20130410154932-4vizlzk0ar5gykvi
* Added an simple admin panel to the codeviewer-cmssy stuff
* Redesigned a bit like the mockups - still stuff to come
* Implemented the codeviewer + admin panel again using the Framework CodeIgniter instead 

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: 100px;
 
95
        min-height: 200px;
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:65px;
 
107
    padding-top:115px;
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;
177
 
}
178
 
 
179
 
.file {
180
 
        background-color: #ccc;
181
148
}
 
 
b'\\ No newline at end of file'