aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/locfiledit.css
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-04-13 10:38:45 +0000
committerpatdenice <patdenice@piwigo.org>2011-04-13 10:38:45 +0000
commit7211eee1caba1b1d798449b6df6def86c50552ef (patch)
treee56f5030267867ab82aa4328eb9f5cc42d3429b5 /plugins/LocalFilesEditor/locfiledit.css
parentacd200d6472f4e141c45c51c2d15dea8667d71d5 (diff)
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
Diffstat (limited to '')
-rw-r--r--plugins/LocalFilesEditor/template/locfiledit.css (renamed from plugins/LocalFilesEditor/locfiledit.css)24
1 files changed, 11 insertions, 13 deletions
diff --git a/plugins/LocalFilesEditor/locfiledit.css b/plugins/LocalFilesEditor/template/locfiledit.css
index bb59ec40c..10589bcec 100644
--- a/plugins/LocalFilesEditor/locfiledit.css
+++ b/plugins/LocalFilesEditor/template/locfiledit.css
@@ -3,32 +3,30 @@
margin: 0 2em;
}
-#LocalFilesEditor .top_right {
- float: right;
- margin-right: 1%;
+#LocalFilesEditor #title_bar {
+ overflow: auto;
}
-#LocalFilesEditor B {
+#LocalFilesEditor .file_name {
+ font-weight: bold;
float: left;
}
-#LocalFilesEditor TEXTAREA {
- margin: 0.5em 0;
- width: 99%;
- height: 500px;
- float: left;
+#LocalFilesEditor .default_file {
+ float: right;
}
#LocalFilesEditor TD {
padding: 0.5em;
}
-.CodeMirror {
+#LocalFilesEditor TEXTAREA, .CodeMirror {
background-color: #EEEEEE;
- font-size: 1.3em;
+ font-family: monospace,Arial,sans-serif;
+ font-size: 1.2em;
border: 1px solid #999999;
margin: 0.5em 0;
- width: 99%;
+ width: 100%;
min-height: 500px;
height: auto;
-}
+} \ No newline at end of file