Index: /branches/testa/css/style-3.css
===================================================================
--- /branches/testa/css/style-3.css	(revision 25)
+++ /branches/testa/css/style-3.css	(revision 26)
@@ -32,5 +32,5 @@
 }
 
-#data-select-host {
+#data-select-host , #output-select-host, #setting-select-host  {
     grid-row: 1 / 2;
     grid-column: 1/6;
@@ -44,15 +44,15 @@
 }
 
-#data-bookmark_label{
+#data-bookmark_label, #output-bookmark_label, #setting-bookmark_label{
     grid-row: 2/3;
     grid-column:  6/7;
 }
 
-#data-bookmark_op{
+#data-bookmark_op, #output-bookmark_op , #setting-bookmark_op{
     grid-row: 2/3;
     grid-column:  6/7;
 }
 
-#down-download {
+#data-down-download, #output-down-download, #setting-down-download{
     grid-row:  2/3;
     grid-column:  7/8;
@@ -108,14 +108,4 @@
 }
 
-#data-editor {
-/*    height: var(--part-height);*/
-        margin: 0;
-/*        position: absolute;*/
-        top: 0;
-        bottom: 0;
-        left: 0;
-        right: 0;
-}
-
 #data-side , #setting-side , #output-side{
  width:250px;
@@ -136,13 +126,12 @@
 }
 
-#editor-div , #data-editor, #setting-editor, #output-editor, #editor{
-    height: var(root-height);
-/*    width: 660px;*/
+#data-editor, #output-editor,#setting-editor {
+/*    height: var(--part-height);*/
+        margin: 0;
+/*        position: absolute;*/
+        top: 0;
+        bottom: 0;
+        left: 0;
+        right: 0;
+}
 
-    margin: 0;
-    top: 0;
-    bottom: 0;
-    left: 0;
-    right: 0;
-
-}
