source: trunk/plugins/LocalFilesEditor/locfiledit.css @ 10307

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

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

  • Property svn:eol-style set to LF
File size: 619 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 #editarea_buttons {
23  width: 100%;
24  float: left;
25  text-align: left;
26}
27
28#LocalFilesEditor #hideedit {
29  display: none;
30}
31
32#LocalFilesEditor TD {
33  padding: 0.5em;
34}
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 TracBrowser for help on using the repository browser.