fixed sizes and positioning of icons

Change-Id: Idc6930c87f61217f9bf4daab5b82c418606cdf80
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/icons.scss b/app/common/styles/base/icons.scss
index f56ffcc..ba41514 100644
--- a/app/common/styles/base/icons.scss
+++ b/app/common/styles/base/icons.scss
@@ -58,9 +58,10 @@
 @mixin status-icon {
   background-repeat: no-repeat;
   vertical-align: middle;
-  width: 20px;
-  height: 23px;
+  width: 16px;
+  height: 16px;
   margin-right: .4em;
+  margin-left: .3em;
 }
 
 .icon__warning {
diff --git a/app/common/styles/elements/status.scss b/app/common/styles/elements/status.scss
index 23d4935..b6cdc9d 100644
--- a/app/common/styles/elements/status.scss
+++ b/app/common/styles/elements/status.scss
@@ -6,8 +6,8 @@
   transform: translateY(-2px);
   left: 0;
   top: 0;
-  width: 20px;
-  height: 20px;
+  width: 16px;
+  height: 16px;
   position: absolute;
 }