From c77babdd29f99831d11339a8096657b160151bd9 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 16 Mar 2007 01:36:08 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@467 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- editor/default/editor.css | 31 +++++++++++-------- editor/default/editor.html | 63 ++++++++++++++++---------------------- 2 files changed, 46 insertions(+), 48 deletions(-) diff --git a/editor/default/editor.css b/editor/default/editor.css index 821c37996..052fd3e51 100644 --- a/editor/default/editor.css +++ b/editor/default/editor.css @@ -135,28 +135,35 @@ input.editor_input { } .editor_uploader_box { - margin:0px; + margin:10px 0px 0px 0px; border:0px; padding:0px; + clear:both; } -.editor_uploader_box table { - border:0px; - margin:0px; - padding:2px; - table-layout:fixed; - width:100%; +.editor_uploader { + margin-right:10px; + padding-right:5px; + border-right:1px dotted #AAAAAA; + width:255px; + float:left; +} + +.uploaded_file_list { + width:250px; + height:120px; +} + +.editor_component { + float:left; } .uploaded_file_preview_box { border:1px solid #EEEEEE; width:120px; height:120px; -} - -.uploaded_file_list { - width:250px; - height:120px; + float:left; + margin-right:10px; } .editor_align_icon { diff --git a/editor/default/editor.html b/editor/default/editor.html index 4a549e239..8a4776478 100644 --- a/editor/default/editor.html +++ b/editor/default/editor.html @@ -73,41 +73,32 @@
- - - - - -
-
-
- - -
- - - - - - -
-
- {$lang->edit->icon_align_article} - {$lang->edit->icon_align_article} -
-
- {$lang->edit->icon_align_left} - {$lang->edit->icon_align_left} -
-
- {$lang->edit->icon_align_middle} - {$lang->edit->icon_align_middle} -
-
- {$lang->edit->icon_align_right} - {$lang->edit->icon_align_right} -
-
-
+
+
+
+ + +
+
+
+
+
+ {$lang->edit->icon_align_article} + {$lang->edit->icon_align_article} +
+
+ {$lang->edit->icon_align_left} + {$lang->edit->icon_align_left} +
+
+ {$lang->edit->icon_align_middle} + {$lang->edit->icon_align_middle} +
+
+ {$lang->edit->icon_align_right} + {$lang->edit->icon_align_right} +
+
+