From ce385915a3aacf41228d7189681ffdf3d38879ec Mon Sep 17 00:00:00 2001 From: NIKITA Date: Tue, 19 Oct 2010 15:54:40 -0700 Subject: [PATCH] text box made bigger for templates and iso on edit mode --- ui/new/css/main.css | 6 +- ui/new/jsp/iso.jsp | 550 ++++++++++++++++++++-------------------- ui/new/jsp/template.jsp | 18 +- 3 files changed, 291 insertions(+), 283 deletions(-) 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
-

- ISO -

-
-
- -
-
- <%=t.t("Details")%>
-
-
-
- -
-
-
-
-
-

- Detaching Disk …

-
-
-
-
-
-
- <%=t.t("ID")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Zone")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Name")%>:
-
-
-
-
- - -
-
-
-
-
- <%=t.t("Display.Text")%>:
-
-
-
-
- - -
-
-
-
-
- <%=t.t("Status")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Size")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Bootable")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("crossZones")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - - - - - - - - - - - - - - +<%@ page import="java.util.*" %> + +<%@ page import="com.cloud.utils.*" %> + +<% + Locale browserLocale = request.getLocale(); + CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); +%> + +
+
+ ISO
+

+ ISO +

+
+
+ +
+
+ <%=t.t("Details")%>
+
+
+
+ +
+
+
+
+
+

+ Detaching Disk …

+
+
+
+
+
Title
+ +
+
+
+
+ <%=t.t("ID")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Zone")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Name")%>:
+
+
+
+
+ + +
+
+
+
+
+ <%=t.t("Display.Text")%>:
+
+
+
+
+ + +
+
+
+
+
+ <%=t.t("Status")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Size")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Bootable")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("crossZones")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + 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 @@
- +
+
+
Title
+ +