diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 243a8643439..9809ae47d9a 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -1976,7 +1976,7 @@ a:hover.search_button { float:left; text-align:left; font-weight:normal; - font-size:11px; + font-size:10px; margin:3px 0 0 0; padding:0; } @@ -2471,6 +2471,17 @@ a:hover.search_button { padding:0; } +.grid_header_formbox .label { + width:auto; + height:auto; + float:left; + color:#333; + font-size:10px; + font-weight:normal; + margin:4px 7px 0 0; + padding:0; +} + .grid_header_cell .select { height:15px; float:left; diff --git a/ui/new/index.jsp b/ui/new/index.jsp index 1f7b7feb7a8..3d3d5ac5324 100644 --- a/ui/new/index.jsp +++ b/ui/new/index.jsp @@ -718,7 +718,7 @@ long milliseconds = new Date().getTime();
-

+

 

diff --git a/ui/new/jsp/dashboard.jsp b/ui/new/jsp/dashboard.jsp index 4a2001d7dfc..d920723080e 100644 --- a/ui/new/jsp/dashboard.jsp +++ b/ui/new/jsp/dashboard.jsp @@ -1,418 +1,420 @@ -<%@ page import="java.util.*" %> - -<%@ page import="com.cloud.utils.*" %> - -<% - Locale browserLocale = request.getLocale(); - CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); -%> -

-
- Dashboard
-

- Dashboard -

-
- - - - - - - - - - - - - - - +<%@ page import="java.util.*" %> + +<%@ page import="com.cloud.utils.*" %> + +<% + Locale browserLocale = request.getLocale(); + CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); +%> +
+
+ Dashboard
+

+ Dashboard +

+
+ + + + + + + + + + + + + + + \ No newline at end of file