1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

Feature #1302: Fix Sunstone user dashboard for IE

(cherry picked from commit 2b0f6b6cbe2911548f5e3fbd7a28c65bafcd51b1)
This commit is contained in:
Hector Sanjuan 2012-07-18 15:22:06 +02:00 committed by Ruben S. Montero
parent 5431376e6f
commit 54bb23c871
2 changed files with 2 additions and 1 deletions

View File

@ -139,6 +139,7 @@ div#login input#login_btn:hover {
margin-right: auto;
top: 80px;
font-size:1.0em;
padding: 2px 15px;
}
#login_spinner {

View File

@ -85,7 +85,7 @@ var dashboard_tab_content =
var dashboard_tab = {
title: '<i class="icon-dashboard"></i>'+tr("Dashboard"),
content: dashboard_tab_content,
showOnTopMenu: false,
showOnTopMenu: false
}
Sunstone.addMainTab('dashboard_tab',dashboard_tab);