merge latest Amisha changes
diff --git a/planetstack/core/static/planetstack.css b/planetstack/core/static/planetstack.css
index de9139b..e891a70 100644
--- a/planetstack/core/static/planetstack.css
+++ b/planetstack/core/static/planetstack.css
@@ -1061,9 +1061,10 @@
 
 .tenantDialog.ui-widget input{
         border-radius: 0px !important;
-margin: 0 0 0 5% !important;
-height: 15px !important;
-width: 164px !important;
+	height: 12px !important;
+	width: 180px !important;
+	margin-right: 10% !important;
+	float: right;
 }
 
 .tenantDialog .ui-dialog-buttonset .ui-button{
@@ -1079,7 +1080,9 @@
 }
 
 .create-slice-row{
-   margin-bottom:3%;
+	margin-bottom: 4%;
+	clear: both;
+	height: 25px;
 }
 
 .create-slice-row label, .tenantDialog label{
@@ -1117,3 +1120,8 @@
 	color: #999;
 	padding-bottom: 1%;
 }
+
+.create-slice-row label{
+	clear:both;
+	margin-right: 1%;
+}