~flavour/sahana-eden/trunk

« back to all changes in this revision

Viewing changes to static/scripts/ext/resources/css/visual/editor.css

  • Committer: Fran Boon
  • Date: 2012-01-21 16:10:49 UTC
  • Revision ID: fran@aidiq.com-20120121161049-u2ytuiymn1t312c6
JS upgrade: jQuery, jQueryUI, OpenLayers, Ext, GeoExt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*!
2
 
 * Ext JS Library 3.3.1
3
 
 * Copyright(c) 2006-2010 Sencha Inc.
4
 
 * licensing@sencha.com
5
 
 * http://www.sencha.com/license
6
 
 */
7
 
.x-html-editor-wrap {
8
 
    border-color:#a9bfd3;
9
 
    background-color:#fff;
10
 
}
11
 
.x-html-editor-tb .x-btn-text {
12
 
    background-image:url(../images/default/editor/tb-sprite.gif);
 
1
/*!
 
2
 * Ext JS Library 3.4.0
 
3
 * Copyright(c) 2006-2011 Sencha Inc.
 
4
 * licensing@sencha.com
 
5
 * http://www.sencha.com/license
 
6
 */
 
7
.x-html-editor-wrap {
 
8
    border-color:#a9bfd3;
 
9
    background-color:#fff;
 
10
}
 
11
.x-html-editor-tb .x-btn-text {
 
12
    background-image:url(../images/default/editor/tb-sprite.gif);
13
13
}
 
 
b'\\ No newline at end of file'