From 3a729fa37c5b67086479f04cf83479e14f6ed448 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Fri, 13 Oct 2006 14:40:08 +0000 Subject: [PATCH] CSS corrections to empty folder template git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11909 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/css/default.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/default/css/default.css b/templates/default/css/default.css index ea1995db..5a91bb61 100644 --- a/templates/default/css/default.css +++ b/templates/default/css/default.css @@ -239,11 +239,19 @@ sqm_leftMain table { } /* empty_folder.tpl defs */ -.sqm_emptyFolder { +div.sqm_emptyFolderWrapper { + width:100%; + text-align: center; +} +table.sqm_emptyFolder { background: #ababab /* __COLOR9__ */; + width:95%; + margin-left:auto; + margin-right: auto; } -.sqm_emptyFolder td { +table.sqm_emptyFolder td { background: #ffffff /* __COLOR4__*/; + text-align: center; } /* error_box.tpl definitions */ -- 2.25.1