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 {