From 9ed61924d01f062c73a558299480cc78276ac371 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 6 Jun 2013 15:02:47 +0000 Subject: [PATCH] fix background of dialogs in calendar, tested with resources to keep intended fix from Nathan --- phpgwapi/templates/idots/css/traditional.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index f8e0f67403..1544e35523 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -530,10 +530,13 @@ Preferences tabs padding:12px; } /* new dialog style */ -div.prompt {background:#fff url(../../default/images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81;} -.promptheader {background:url(../../default/images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none; height:24px} - +div.prompt, table.prompt { + background:#fff url(../../default/images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; +} +.promptheader { + background:url(../../default/images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none; height:24px +} /* TABLE STYLE */