1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/plugins/LocalFilesEditor/template/locfiledit.css
2014-07-06 13:21:10 +02:00

32 lines
No EOL
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;
}