Files
Piwigo/plugins/LocalFilesEditor/locfiledit.css
patdenice 5a3fc07ba4 merge r10309 from trunk to branch 2.2
Always load codemirror


git-svn-id: http://piwigo.org/svn/branches/2.2@10311 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 11:41:57 +00:00

35 lines
478 B
CSS

#LocalFilesEditor {
text-align: center;
margin: 0 2em;
}
#LocalFilesEditor .top_right {
float: right;
margin-right: 1%;
}
#LocalFilesEditor B {
float: left;
}
#LocalFilesEditor TEXTAREA {
margin: 0.5em 0;
width: 99%;
height: 500px;
float: left;
}
#LocalFilesEditor TD {
padding: 0.5em;
}
.CodeMirror {
background-color: #EEEEEE;
font-size: 1.3em;
border: 1px solid #999999;
margin: 0.5em 0;
width: 99%;
min-height: 500px;
height: auto;
}