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} +
+
+