source: branches/2.2/plugins/LocalFilesEditor/locfiledit.css @ 10311

Last change on this file since 10311 was 10311, checked in by patdenice, 13 years ago

merge r10309 from trunk to branch 2.2
Always load codemirror

  • Property svn:eol-style set to LF
File size: 478 bytes
Line 
1#LocalFilesEditor {
2  text-align: center;
3  margin: 0 2em;
4}
5
6#LocalFilesEditor .top_right  {
7  float: right;
8  margin-right: 1%;
9}
10
11#LocalFilesEditor B {
12  float: left;
13}
14
15#LocalFilesEditor TEXTAREA {
16  margin: 0.5em 0;
17  width: 99%;
18  height: 500px;
19  float: left;
20}
21
22#LocalFilesEditor TD {
23  padding: 0.5em;
24}
25
26.CodeMirror {
27  background-color: #EEEEEE;
28  font-size: 1.3em;
29  border: 1px solid #999999;
30  margin: 0.5em 0;
31  width: 99%;
32  min-height: 500px;
33  height: auto;
34}
Note: See TracBrowser for help on using the repository browser.