Dotclear

source: plugins/themeEditor/style.css @ 3730:5c45a5df9a59

Revision 3730:5c45a5df9a59, 650 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Code formatting (PSR-2)

Line 
1#file-box {
2  width: 100%;
3  float: left;
4  margin-right: -15em;
5  /* was -180px; */
6}
7#file-editor {
8  margin-right: 15em;
9  /* was 180px; */
10}
11#file-chooser {
12  float: right;
13  width: 14em;
14  /* was 170px; */
15}
16#file-chooser ul {
17  padding-left: 0;
18}
19#file-chooser li {
20  list-style: square inside;
21}
22#file-chooser li.default-file {
23  color: #f90;
24  font-weight: bold;
25}
26#file-chooser li.parent-file {
27  color: #c00;
28}
29#file-chooser li.group-file {
30  list-style: none;
31  margin-bottom: 1em;
32}
33#file-chooser li.group-file ul {
34  margin-top: .5em;
35}
36textarea {
37  font: 1em Monaco, "Courier New", Courier, monospace;
38}
39.CodeMirror {
40  height: 30em;
41}
Note: See TracBrowser for help on using the repository browser.

Sites map