From 9efb65e0e21d8148b0eae9f6227a01141d96bd70 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 17 Nov 2009 13:21:10 +0000 Subject: Fix layout for entity_actions --- theme/base/css/display.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7706fba48..e19938e4f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -537,7 +537,7 @@ font-size:0.8em; /* entity_profile */ .entity_profile { position:relative; -width:74.702%; +width:73%; min-height:123px; float:left; margin-bottom:18px; @@ -604,7 +604,8 @@ font-style:italic; /*entity_actions*/ .entity_actions { float:right; -margin-left:2.35%; +margin-left:2%; +margin-bottom:18px; max-width:25%; } .entity_actions h2 { -- cgit v1.2.3