diff --git a/ui/new/css/main.css b/ui/new/css/main.css
index 1c6ac42a7d4..f50dc8e413e 100644
--- a/ui/new/css/main.css
+++ b/ui/new/css/main.css
@@ -2021,10 +2021,10 @@ a:visited {
}
.grid_actionbox {
- width:33px;
- height:15px;
+ width:35px;
+ height:17px;
float:right;
- background:url(../images/gird_actions.gif) no-repeat top left;
+ background:url(../images/gird_actions.png) no-repeat top left;
margin:2px 10px 0 0;
padding:0;
cursor:pointer;
@@ -2032,5 +2032,5 @@ a:visited {
}
.grid_actionbox:hover {
- background:url(../images/gird_actions_hover.gif) no-repeat top left;
+ background:url(../images/gird_actions_hover.png) no-repeat top left;
}
\ No newline at end of file
diff --git a/ui/new/images/gird_actions.png b/ui/new/images/gird_actions.png
new file mode 100644
index 00000000000..7ed5a7ea64a
Binary files /dev/null and b/ui/new/images/gird_actions.png differ
diff --git a/ui/new/images/gird_actions_hover.png b/ui/new/images/gird_actions_hover.png
new file mode 100644
index 00000000000..de19b924fcb
Binary files /dev/null and b/ui/new/images/gird_actions_hover.png differ
diff --git a/ui/new/jsp/tab_account.jsp b/ui/new/jsp/tab_account.jsp
index a4b8c117648..5012d9464ec 100644
--- a/ui/new/jsp/tab_account.jsp
+++ b/ui/new/jsp/tab_account.jsp
@@ -1,106 +1,113 @@
-
-
-<%@ page import="java.util.*" %>
-<%@ page import="com.cloud.utils.*" %>
-
-<%
-
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-
-
-
- <%=t.t("Details")%>
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
- <%=t.t("Domain")%>:
-
-
-
-
-
-
-
-
- <%=t.t("Bytes.Received")%>:
-
-
-
-
-
-
- <%=t.t("Bytes.Sent")%>:
-
-
-
-
-
-
+
+
+<%@ page import="java.util.*" %>
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+
+

+
Accounts
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+ <%=t.t("Domain")%>:
+
+
+
+
+
+
+
+
+ <%=t.t("Bytes.Received")%>:
+
+
+
+
+
+
+ <%=t.t("Bytes.Sent")%>:
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/new/jsp/tab_volume.jsp b/ui/new/jsp/tab_volume.jsp
index 4d0b9e84d36..957341892c3 100644
--- a/ui/new/jsp/tab_volume.jsp
+++ b/ui/new/jsp/tab_volume.jsp
@@ -1,136 +1,137 @@
-
-
-<%@ page import="java.util.*" %>
-<%@ page import="com.cloud.utils.*" %>
-
-<%
-
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
-
-
-
-
-
-
- <%=t.t("Details")%>
-
-
-
-
-
-
-
-
-
- <%=t.t("Instance.Name")%>:
-
-
-
-
-
-
- <%=t.t("Device.ID")%>:
-
-
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
- <%=t.t("Storage")%>:
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
+
+
+<%@ page import="java.util.*" %>
+<%@ page import="com.cloud.utils.*" %>
+
+<%
+
+ Locale browserLocale = request.getLocale();
+ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
+%>
+
+
+
+
+
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+
+
+
+
+ <%=t.t("Instance.Name")%>:
+
+
+
+
+
+
+ <%=t.t("Device.ID")%>:
+
+
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+ <%=t.t("Storage")%>:
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
\ No newline at end of file