mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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
45 lines
619 B
CSS
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;
|
|
}
|