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)

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

Sites map