Browse Source

css update

Nicolas Petton 13 năm trước cách đây
mục cha
commit
6485a6856e
1 tập tin đã thay đổi với 18 bổ sung0 xóa
  1. 18 0
      css/jtalk.css

+ 18 - 0
css/jtalk.css

@@ -280,6 +280,24 @@ body.jtalkBody {
     height: 100%;
 }
 
+/* Debugger */
+
+.jtalkTool .jt_box .label {
+	width: 98%;
+	font-weight: bold;
+	text-align: center;
+	position: absolute;
+	line-height: 1.2em;
+	font-size: 16px;
+	color: red;
+}
+
+.jtalkTool .jt_box .jt_column.debugger.contexts {
+    width: 100%;
+    top: 30px;
+    
+}
+
 /***** IDE - ReferencesBrowser ******/
 
 .jtalkTool .jt_box .implementors {