Pārlūkot izejas kodu

css: rename '.jt_box' to '.amber_box'

mkroehnert 12 gadi atpakaļ
vecāks
revīzija
03f9fe1851
4 mainītis faili ar 26 papildinājumiem un 26 dzēšanām
  1. 22 22
      css/amber.css
  2. 1 1
      js/IDE.deploy.js
  3. 2 2
      js/IDE.js
  4. 1 1
      st/IDE.st

+ 22 - 22
css/amber.css

@@ -154,7 +154,7 @@ body.amberBody {
     background: white;
 }
 
-.amberTool .jt_box {
+.amberTool .amber_box {
     width: 100%;
     margin: 0;
     position: absolute;
@@ -360,7 +360,7 @@ body.amberBody {
 
 /* Debugger & inspector */
 
-.amberTool .jt_box .label {
+.amberTool .amber_box .label {
 	width: 100%;
 	font-weight: bold;
 	text-align: center;
@@ -372,11 +372,11 @@ body.amberBody {
 	height: 27px;
 }
 
-.amberTool .jt_box .jt_column.debugger {
+.amberTool .amber_box .jt_column.debugger {
     top: 178px;
 }
 
-.amberTool .jt_box .jt_column.debugger.contexts {
+.amberTool .amber_box .jt_column.debugger.contexts {
     top: 27px;
     width: 100%;
 }
@@ -386,7 +386,7 @@ body.amberBody {
     top: 178px;
 }
 
-.amberTool .jt_box .jt_column.debugger.variables {
+.amberTool .amber_box .jt_column.debugger.variables {
     width: 10%;
     left: 60%;
     bottom: 0;
@@ -394,7 +394,7 @@ body.amberBody {
     height: auto;
 }
 
-.amberTool .jt_box .jt_column.debugger.inspector {
+.amberTool .amber_box .jt_column.debugger.inspector {
     width: 30%;
     left: 70%;
     bottom: 0;
@@ -420,43 +420,43 @@ body.amberBody {
 
 /* ReferencesBrowser */
 
-.amberTool .jt_box .implementors {
+.amberTool .amber_box .implementors {
 	width: 100%
 }
 
-.amberTool .jt_box .jt_column.implementors,
-.amberTool .jt_box .jt_column.senders,
-.amberTool .jt_box .jt_column.referenced_classes,
-.amberTool .jt_box .jt_column.matches {
+.amberTool .amber_box .jt_column.implementors,
+.amberTool .amber_box .jt_column.senders,
+.amberTool .amber_box .jt_column.referenced_classes,
+.amberTool .amber_box .jt_column.matches {
 	top: 20px;
 	height: auto;
 	bottom: 0;
 	width: 25%;
 }
 
-.amberTool .jt_box .jt_column.senders {
+.amberTool .amber_box .jt_column.senders {
 	left: 25%
 }
 
-.amberTool .jt_box .jt_column.referenced_classes {
+.amberTool .amber_box .jt_column.referenced_classes {
         left: 50%
 }
 
-.amberTool .jt_box .jt_column.matches {
+.amberTool .amber_box .jt_column.matches {
         left: 75%
 }
 
-.amberTool .jt_box .jt_column.implementors .column_label, 
-.amberTool .jt_box .jt_column.senders .column_label,
-.amberTool .jt_box .jt_column.referenced_classes .column_label,
-.amberTool .jt_box .jt_column.matches .column_label {
+.amberTool .amber_box .jt_column.implementors .column_label, 
+.amberTool .amber_box .jt_column.senders .column_label,
+.amberTool .amber_box .jt_column.referenced_classes .column_label,
+.amberTool .amber_box .jt_column.matches .column_label {
 	background: #dbdbdb
 }
 
-.amberTool .jt_box .jt_column.implementors .column_label:hover,
-.amberTool .jt_box .jt_column.senders .column_label:hover,
-.amberTool .jt_box .jt_column.referenced_classes .column_label:hover,
-.amberTool .jt_box .jt_column.matches .column_label:hover {
+.amberTool .amber_box .jt_column.implementors .column_label:hover,
+.amberTool .amber_box .jt_column.senders .column_label:hover,
+.amberTool .amber_box .jt_column.referenced_classes .column_label:hover,
+.amberTool .amber_box .jt_column.matches .column_label:hover {
 	font-weight: bold;
 	color: #000;
 	cursor: default

+ 1 - 1
js/IDE.deploy.js

@@ -1019,7 +1019,7 @@ smalltalk.method({
 selector: "renderTab",
 fn: function (){
 var self=this;
-smalltalk.send(self['@div'], "_contents_", [(function(html){(function($rec){smalltalk.send($rec, "_class_", ["jt_box"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderBoxOn_", [html]);})]);})(smalltalk.send(html, "_div", []));return (function($rec){smalltalk.send($rec, "_class_", ["jt_buttons"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderButtonsOn_", [html]);})]);})(smalltalk.send(html, "_div", []));})]);
+smalltalk.send(self['@div'], "_contents_", [(function(html){(function($rec){smalltalk.send($rec, "_class_", ["amber_box"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderBoxOn_", [html]);})]);})(smalltalk.send(html, "_div", []));return (function($rec){smalltalk.send($rec, "_class_", ["jt_buttons"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderButtonsOn_", [html]);})]);})(smalltalk.send(html, "_div", []));})]);
 return self;}
 }),
 smalltalk.TabWidget);

+ 2 - 2
js/IDE.js

@@ -1425,10 +1425,10 @@ selector: "renderTab",
 category: 'rendering',
 fn: function (){
 var self=this;
-smalltalk.send(self['@div'], "_contents_", [(function(html){(function($rec){smalltalk.send($rec, "_class_", ["jt_box"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderBoxOn_", [html]);})]);})(smalltalk.send(html, "_div", []));return (function($rec){smalltalk.send($rec, "_class_", ["jt_buttons"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderButtonsOn_", [html]);})]);})(smalltalk.send(html, "_div", []));})]);
+smalltalk.send(self['@div'], "_contents_", [(function(html){(function($rec){smalltalk.send($rec, "_class_", ["amber_box"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderBoxOn_", [html]);})]);})(smalltalk.send(html, "_div", []));return (function($rec){smalltalk.send($rec, "_class_", ["jt_buttons"]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderButtonsOn_", [html]);})]);})(smalltalk.send(html, "_div", []));})]);
 return self;},
 args: [],
-source: "renderTab\x0a\x09div contents: [:html |\x0a\x09    html div\x0a\x09\x09class: 'jt_box';\x0a\x09\x09with: [self renderBoxOn: html].\x0a\x09    html div\x0a\x09\x09class: 'jt_buttons';\x0a\x09\x09with: [self renderButtonsOn: html]]",
+source: "renderTab\x0a\x09div contents: [:html |\x0a\x09    html div\x0a\x09\x09class: 'amber_box';\x0a\x09\x09with: [self renderBoxOn: html].\x0a\x09    html div\x0a\x09\x09class: 'jt_buttons';\x0a\x09\x09with: [self renderButtonsOn: html]]",
 messageSends: ["contents:", "class:", "with:", "renderBoxOn:", "div", "renderButtonsOn:"],
 referencedClasses: []
 }),

+ 1 - 1
st/IDE.st

@@ -584,7 +584,7 @@ renderOn: html
 renderTab
 	div contents: [:html |
 	    html div
-		class: 'jt_box';
+		class: 'amber_box';
 		with: [self renderBoxOn: html].
 	    html div
 		class: 'jt_buttons';