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

Clean code

Location:
trunk/plugins/LocalFilesEditor/template
Files:
1 added
1 moved

Legend:

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

    r10338 r10348  
    44}
    55
    6 #LocalFilesEditor .top_right  {
    7   float: right;
    8   margin-right: 1%;
     6#LocalFilesEditor #title_bar {
     7  overflow: auto;
    98}
    109
    11 #LocalFilesEditor B {
     10#LocalFilesEditor .file_name {
     11  font-weight: bold;
    1212  float: left;
    1313}
    1414
    15 #LocalFilesEditor TEXTAREA {
    16   margin: 0.5em 0;
    17   width: 99%;
    18   height: 500px;
    19   float: left;
     15#LocalFilesEditor .default_file  {
     16  float: right;
    2017}
    2118
     
    2421}
    2522
    26 .CodeMirror {
     23#LocalFilesEditor TEXTAREA, .CodeMirror {
    2724  background-color: #EEEEEE;
    28   font-size: 1.3em;
     25  font-family: monospace,Arial,sans-serif;
     26  font-size: 1.2em;
    2927  border: 1px solid #999999;
    3028  margin: 0.5em 0;
    31   width: 99%;
     29  width: 100%;
    3230  min-height: 500px;
    3331  height: auto;
Note: See TracChangeset for help on using the changeset viewer.