From c63e353385b925f6dc6dccd9845b0f9d39ebdad0 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 21 Feb 2012 11:25:10 -0800 Subject: [PATCH] Don't show header bar for listView-in-detailView --- ui/css/cloudstack3.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c6cfc47e524..374363e89bb 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -2040,6 +2040,9 @@ div.detail-group.actions td { .detail-view .ui-tabs-panel div.toolbar { width: 768px; + background: none; + border: none; + margin-top: 8px; } .project-view div.toolbar {