From 0092ee109088b63f84ff42c3d21b5fb01d92552c Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 5 Jan 2012 14:47:19 -0800 Subject: [PATCH] Fix text indent on detail view embedded list view --- ui/css/cloudstack3.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e532f7d488b..d291e0bb6e4 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1267,7 +1267,6 @@ div.list-view td.state.off span { border: 1px solid #CFC9C9; background: #E4E6E7; margin-top: 11px; - text-indent: 0; } .detail-group table tr, @@ -1291,11 +1290,16 @@ div.list-view td.state.off span { border-top: 1px solid #F2F0F0; } -.detail-group table td.name { +.detail-group .main-groups table td.name { width: 113px; color: #6393F1; padding: 14px 12px 13px 13px; border: none; + text-indent: 0; +} + +.detail-group .main-groups table td.value { + text-indent: 0; } .detail-group.head table td.name {