From 7211eee1caba1b1d798449b6df6def86c50552ef Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 13 Apr 2011 10:38:45 +0000 Subject: 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 --- plugins/LocalFilesEditor/locfiledit.css | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 plugins/LocalFilesEditor/locfiledit.css (limited to 'plugins/LocalFilesEditor/locfiledit.css') diff --git a/plugins/LocalFilesEditor/locfiledit.css b/plugins/LocalFilesEditor/locfiledit.css deleted file mode 100644 index bb59ec40c..000000000 --- a/plugins/LocalFilesEditor/locfiledit.css +++ /dev/null @@ -1,34 +0,0 @@ -#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 TD { - padding: 0.5em; -} - -.CodeMirror { - background-color: #EEEEEE; - font-size: 1.3em; - border: 1px solid #999999; - margin: 0.5em 0; - width: 99%; - min-height: 500px; - height: auto; -} -- cgit v1.2.3