Files
patdenice 7211eee1ca merge r10348 from trunk to branch 2.2
Clean code

git-svn-id: http://piwigo.org/svn/branches/2.2@10349 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13 10:38:45 +00:00

32 lines
517 B
CSS

#LocalFilesEditor {
text-align: center;
margin: 0 2em;
}
#LocalFilesEditor #title_bar {
overflow: auto;
}
#LocalFilesEditor .file_name {
font-weight: bold;
float: left;
}
#LocalFilesEditor .default_file {
float: right;
}
#LocalFilesEditor TD {
padding: 0.5em;
}
#LocalFilesEditor TEXTAREA, .CodeMirror {
background-color: #EEEEEE;
font-family: monospace,Arial,sans-serif;
font-size: 1.2em;
border: 1px solid #999999;
margin: 0.5em 0;
width: 100%;
min-height: 500px;
height: auto;
}