source: trunk/plugins/LocalFilesEditor/template/locfiledit.css @ 10348

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

Clean code

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