fixed alignment and margins of global buttons to match designs

Change-Id: Ib932b23aa891a1dd3ad3942dc9c8fbcf94f87f2b
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/buttons.scss b/app/common/styles/base/buttons.scss
index 299c9b3..42d0f0d 100644
--- a/app/common/styles/base/buttons.scss
+++ b/app/common/styles/base/buttons.scss
@@ -98,7 +98,7 @@
     content: '';
     position: absolute;
     left: 0;
-    top: 3px;
+    top: 0px;
     width: 25px;
     height: 20px;
     display: inline-block;
@@ -114,6 +114,6 @@
     vertical-align: middle;
     display: inline-block;
     left: 11px;
-    top: 4px;
+    top: 0px;
   }
 }
\ No newline at end of file
diff --git a/app/common/styles/elements/export.scss b/app/common/styles/elements/export.scss
index 66847ae..545e3f3 100644
--- a/app/common/styles/elements/export.scss
+++ b/app/common/styles/elements/export.scss
@@ -20,5 +20,5 @@
   transform: rotate(90deg);
   display: inline-block;
   left: 2px;
-  top: -5px;
+  top: -7px;
 }
\ No newline at end of file