Browse Source

Give more height to columns

Nicolas Petton 12 years ago
parent
commit
c0eda90a6d
1 changed files with 8 additions and 8 deletions
  1. 8 8
      css/amber.css

+ 8 - 8
css/amber.css

@@ -80,7 +80,7 @@ body.jtalkBody {
        bottom: 0;
        left: 0;
        right: 0;
-       height: 330px;
+       height: 350px;
        z-index: 1000;
 }
 
@@ -259,7 +259,7 @@ body.jtalkBody {
 
 .jtalkTool .jt_packagesButtons {
     position: absolute;
-    top: 129px;
+    top: 149px;
     left: 0;
     z-index: 1;
 }
@@ -271,7 +271,7 @@ body.jtalkBody {
     float: left;
     outline: 1px solid #aaa;
     border: 0 none;
-    height: 130px;
+    height: 150px;
     overflow-y: auto;
     background: #fff;
     color: #111;
@@ -319,7 +319,7 @@ body.jtalkBody {
 }
 
 #jtalk .jtalkTool .jt_tabs {
-    top: 130px;
+    top: 150px;
     position: absolute;
 }
 
@@ -329,7 +329,7 @@ body.jtalkBody {
 
 .jtalkTool .jt_sourceCode {
     position: absolute;
-    top: 152px;
+    top: 172px;
     bottom: 0;
     left: 0;
     right: 0;
@@ -355,7 +355,7 @@ body.jtalkBody {
 }
 
 .jtalkTool .jt_box .jt_column.debugger {
-    top: 158px;
+    top: 178px;
 }
 
 .jtalkTool .jt_box .jt_column.debugger.contexts {
@@ -365,7 +365,7 @@ body.jtalkBody {
 
 .jtalkTool .jt_sourceCode.debugger {
     width: 60%;
-    top: 158px;
+    top: 178px;
 }
 
 .jtalkTool .jt_box .jt_column.debugger.variables {
@@ -396,7 +396,7 @@ body.jtalkBody {
 
 .jtalkTool .jt_buttons.inspector {
     position: absolute;
-    top: 130px;
+    top: 150px;
 }