From fa29a9c0d69693ac5a53df8602930795c45f9792 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 21 Jun 2011 14:27:37 +0000 Subject: [PATCH] Fix: ECM Module resize bar misaligned --- htdocs/theme/bureau2crea/style.css.php | 6 +++++- htdocs/theme/cameleo/style.css.php | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 880ce62855e..332dbc3d45e 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -252,7 +252,11 @@ div.fiche { /* ============================================================================== */ .ui-layout-resizer-west-open { - left: 240px !important; + /*left: 240px !important;*/ +} + +.ui-layout-north { + height: 57px !important; } /* ============================================================================== */ diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 32efdb3cc20..1b7122e80a9 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -3,6 +3,7 @@ * Copyright (C) 2006 Rodolphe Quiedeville * Copyright (C) 2007-2011 Regis Houssin * Copyright (C) 2010-2011 Herve Prot + * Copyright (C) 2011 Juanjo Menent * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -794,7 +795,7 @@ td.photo { /* ============================================================================== */ .ui-layout-resizer-west-open { - left: 200px !important; + /*left: 200px !important;*/ } .ui-layout-north {