diff --git a/ui/new/css/main.css b/ui/new/css/main.css
index 93bd93c47ea..4fd8eebb055 100644
--- a/ui/new/css/main.css
+++ b/ui/new/css/main.css
@@ -2241,11 +2241,11 @@ a:hover.search_button {
.grid_row_cell .text {
width:92%;
- height:13px;
+ height:16px;
float:left;
margin:0 0 0 10px;
display:inline;
- padding:0;
+ padding:0 0 0 2px;
border:1px solid #999;
background:#FFF;
color:#333;
@@ -2254,7 +2254,7 @@ a:hover.search_button {
.grid_row_cell .select {
width:92%;
- height:15px;
+ height:18px;
float:left;
margin:0 0 0 10px;
display:inline;
diff --git a/ui/new/jsp/iso.jsp b/ui/new/jsp/iso.jsp
index 330099c581f..b1133d781e9 100644
--- a/ui/new/jsp/iso.jsp
+++ b/ui/new/jsp/iso.jsp
@@ -1,273 +1,277 @@
-<%@ page import="java.util.*" %>
-
-<%@ page import="com.cloud.utils.*" %>
-
-<%
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-

-
- ISO
-
-
-
-
-
-
- <%=t.t("Details")%>
-
-
-
-
-
-
-
-
-
-
- <%=t.t("Display.Text")%>:
-
-
-
-
-
-
- <%=t.t("Status")%>:
-
-
-
-
-
-
-
- <%=t.t("Bootable")%>:
-
-
-
-
-
-
- <%=t.t("crossZones")%>:
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%=t.t("copy.ISO.to")%>:
-
-
-
-
-
-
-
-
-
-
-
- <%=t.t("the.ISO.is.used.by.all.zones.please.confirm.you.want.to.delete.it.from.all.zones")%>
-
-
-
-
-
- <%=t.t("please.confirm.you.want.to.delete.the.ISO")%>
-
-
-
+<%@ page import="java.util.*" %>
+
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+

+
+ ISO
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+
+
+
+
+
+ <%=t.t("Display.Text")%>:
+
+
+
+
+
+
+ <%=t.t("Status")%>:
+
+
+
+
+
+
+
+ <%=t.t("Bootable")%>:
+
+
+
+
+
+
+ <%=t.t("crossZones")%>:
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%=t.t("copy.ISO.to")%>:
+
+
+
+
+
+
+
+
+
+
+
+ <%=t.t("the.ISO.is.used.by.all.zones.please.confirm.you.want.to.delete.it.from.all.zones")%>
+
+
+
+
+
+ <%=t.t("please.confirm.you.want.to.delete.the.ISO")%>
+
+
+
diff --git a/ui/new/jsp/template.jsp b/ui/new/jsp/template.jsp
index b9e6b857e1d..566c3fc5633 100644
--- a/ui/new/jsp/template.jsp
+++ b/ui/new/jsp/template.jsp
@@ -25,13 +25,7 @@