Ignore:
Timestamp:
Apr 12, 2011, 1:12:51 PM (13 years ago)
Author:
patdenice
Message:

feature:2262
Replace editarea by Codemirror:
http://codemirror.net

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/locfiledit.css

    r3282 r10307  
    1515#LocalFilesEditor TEXTAREA {
    1616  margin: 0.5em 0;
    17   width: 99.5%;
     17  width: 99%;
     18  height: 500px;
    1819  float: left;
    1920}
     
    2324  float: left;
    2425  text-align: left;
    25   display: none;
    2626}
    2727
     
    3333  padding: 0.5em;
    3434}
     35
     36.CodeMirror {
     37  background-color: #DDDDDD;
     38  font-size: 1.3em;
     39  border: 1px solid #999999;
     40  margin: 0.5em 0;
     41  width: 99%;
     42  min-height: 500px;
     43  height: auto;
     44}
Note: See TracChangeset for help on using the changeset viewer.