Browse Source

Merge pull request #163 from pdebruic/master

CSS changes to preserve Amber IDE / webpage styling
Nicolas Petton 12 years ago
parent
commit
6acabb8fe5
5 changed files with 25 additions and 15 deletions
  1. 25 15
      css/amber.css
  2. BIN
      images/off.amber.png
  3. BIN
      images/offHover.amber.png
  4. BIN
      images/sprite.amber.png
  5. BIN
      images/tinylogo.amber.png

+ 25 - 15
css/amber.css

@@ -2,12 +2,10 @@ body.jtalkBody {
     margin-bottom: 350px;
 }
 
-@import url("amber-normalize.css");
-
 #jtalkTabs, #jtalk .jt_tabs {
     margin: 0;
     padding: 0;
-    background: url("../images/sprite.png") #DBD9C9 0 -27px;
+    background: url("../images/sprite.amber.png") #DBD9C9 0 -27px;
     height: 22px;
     width: 100%;
     list-style: none;
@@ -41,17 +39,17 @@ body.jtalkBody {
 
 #jtalkTabs li:hover .ltab,
 #jtalk .jt_tabs li:hover .ltab {
-    background: url("../images/sprite.png") -16px -96px;
+    background: url("../images/sprite.amber.png") -16px -96px;
 }
 
 #jtalkTabs li:hover .mtab,
 #jtalk .jt_tabs li:hover .mtab {
-    background: url("../images/sprite.png") 0 -73px;
+    background: url("../images/sprite.amber.png") 0 -73px;
 }
 
 #jtalkTabs li:hover .rtab,
 #jtalk .jt_tabs li:hover .rtab {
-    background: url("../images/sprite.png") -24px -96px;
+    background: url("../images/sprite.amber.png") -24px -96px;
 }
 
 #jtalkTabs li.selected,
@@ -61,17 +59,17 @@ body.jtalkBody {
 
 #jtalkTabs li.selected .ltab,
 #jtalk .jt_tabs li.selected .ltab {
-    background: url("../images/sprite.png") 0px -96px;
+    background: url("../images/sprite.amber.png") 0px -96px;
 }
 
 #jtalkTabs li.selected .mtab,
 #jtalk .jt_tabs li.selected .mtab {
-    background: url("../images/sprite.png") 0 -50px;
+    background: url("../images/sprite.amber.png") 0 -50px;
 }
 
 #jtalkTabs li.selected .rtab,
 #jtalk .jt_tabs li.selected .rtab {
-    background: url("../images/sprite.png") -8px -96px;
+    background: url("../images/sprite.amber.png") -8px -96px;
 }
 
 #jtalkTabs li .close {
@@ -99,12 +97,12 @@ body.jtalkBody {
     left: 8px;
     width: 22px;
     height: 20px;
-    background: url("../images/tinylogo.png") top left no-repeat;
+    background: url("../images/tinylogo.amber.png") top left no-repeat;
 }
 
 #jtalk #jt_toolbar {
     height: 27px;
-    background: url("../images/sprite.png") 0 0;
+    background: url("../images/sprite.amber.png") 0 0;
 }
 
 #jtalk #jt_toolbar input {
@@ -119,12 +117,12 @@ body.jtalkBody {
     top: 6px;
     width: 16px;
     height: 16px;
-    background: url('../images/off.png');
+    background: url('../images/off.amber.png');
     cursor: pointer;
 }
 
 #jtalk #jt_toolbar #jt_close:hover {
-    background: url('../images/offHover.png');
+    background: url('../images/offHover.amber.png');
 }
 
 
@@ -168,7 +166,7 @@ body.jtalkBody {
     right: 0;
     height: 27px;
     line-height: 27px;
-    background: url("../images/sprite.png") 0 0 repeat;
+    background: url("../images/sprite.amber.png") 0 0 repeat;
 }
 
 .jtalkTool .jt_buttons .right {
@@ -214,8 +212,20 @@ body.jtalkBody {
     margin-bottom: 0;
     padding-top: 0;
     padding-bottom: 0;
+    height: 14px;
+    line-height: normal;
+    box-shadow: none;
+    outline: none;
+    vertical-align:baseline;
+}
+.jtalkTool select {
+    height:18px;
+    width: auto;
 }
 
+
+
+
 .jtalkTool li {
     margin: 0;
     padding: 0;
@@ -355,7 +365,7 @@ body.jtalkBody {
 	line-height: 1.5em;
 	font-size: 16px;
 	color: red;
-	background: url("../images/sprite.png") top left repeat;
+	background: url("../images/sprite.amber.png") top left repeat;
 	height: 27px;
 }
 

BIN
images/off.amber.png


BIN
images/offHover.amber.png


BIN
images/sprite.amber.png


BIN
images/tinylogo.amber.png