Quellcode durchsuchen

Updated amber.css for the new Local package button

JohnnyT vor 12 Jahren
Ursprung
Commit
aca3dcb91d
1 geänderte Dateien mit 9 neuen und 2 gelöschten Zeilen
  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;
 }