Files
Piwigo/plugins/LocalFilesEditor/locfiledit.css
patdenice cf4e2c81f9 merge r10307 from trunk to branch 2.2
feature:2262
Replace editarea by Codemirror:
http://codemirror.net

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

45 lines
619 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 #editarea_buttons {
width: 100%;
float: left;
text-align: left;
}
#LocalFilesEditor #hideedit {
display: none;
}
#LocalFilesEditor TD {
padding: 0.5em;
}
.CodeMirror {
background-color: #DDDDDD;
font-size: 1.3em;
border: 1px solid #999999;
margin: 0.5em 0;
width: 99%;
min-height: 500px;
height: auto;
}