aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/template/locfiledit.css
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-04-13 10:36:53 +0000
committerpatdenice <patdenice@piwigo.org>2011-04-13 10:36:53 +0000
commitd2da26e467aec1347ae7c314c4c8279cb4618c34 (patch)
tree62593399f01a303f03608d910a98cce98cc8b664 /plugins/LocalFilesEditor/template/locfiledit.css
parentc01d0c1790613fd73efc3c78d0c12debdfb1cbc7 (diff)
Clean code
git-svn-id: http://piwigo.org/svn/trunk@10348 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/template/locfiledit.css')
-rw-r--r--plugins/LocalFilesEditor/template/locfiledit.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/template/locfiledit.css b/plugins/LocalFilesEditor/template/locfiledit.css
new file mode 100644
index 000000000..10589bcec
--- /dev/null
+++ b/plugins/LocalFilesEditor/template/locfiledit.css
@@ -0,0 +1,32 @@
+#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;
+} \ No newline at end of file