Browse Source

Updated amber.css for the new Local package button

JohnnyT 12 years ago
parent
commit
aca3dcb91d
1 changed files with 9 additions and 2 deletions
  1. 9 2
      css/amber.css

+ 9 - 2
css/amber.css

@@ -264,17 +264,24 @@ body.jtalkBody {
     z-index: 1;
 }
 
+.jtalkTool .jt_commit_local {
+    position: absolute;
+    top: 129px;
+    left: 60px;
+    z-index: 1;
+}
+
 .jtalkTool .jt_rename {
     position: absolute;
     top: 129px;
-    left: 90px;
+    left: 105px;
     z-index: 1;
 }
 
 .jtalkTool .jt_delete {
     position: absolute;
     top: 129px;
-    left: 185px;
+    left: 165px;
     z-index: 1;
 }