From e8fbfddef0ffd414352af873df41ed126aecf295 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 22 Feb 2012 12:09:10 -0800 Subject: [PATCH] Recurring snapshot UI: fix tab wrapping reviewed-by: sonny --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 3418c30da3d..85e66a92884 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6796,7 +6796,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { .recurring-snapshots .ui-tabs ul li a { width: 76px; text-indent: 28px; - margin: 0 32px 0 0; + margin: 0 14px 0 0; padding: 8px 0 5px; background: url(../images/sprites.png) no-repeat -521px -540px; border: none;