Fix: ECM Module resize bar misaligned

This commit is contained in:
Juanjo Menent 2011-06-21 14:27:37 +00:00
parent 3a18e9299c
commit fa29a9c0d6
2 changed files with 7 additions and 2 deletions

View File

@ -252,7 +252,11 @@ div.fiche {
/* ============================================================================== */ /* ============================================================================== */
.ui-layout-resizer-west-open { .ui-layout-resizer-west-open {
left: 240px !important; /*left: 240px !important;*/
}
.ui-layout-north {
height: 57px !important;
} }
/* ============================================================================== */ /* ============================================================================== */

View File

@ -3,6 +3,7 @@
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2007-2011 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2007-2011 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2010-2011 Herve Prot <herve.prot@symeos.com> * Copyright (C) 2010-2011 Herve Prot <herve.prot@symeos.com>
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -794,7 +795,7 @@ td.photo {
/* ============================================================================== */ /* ============================================================================== */
.ui-layout-resizer-west-open { .ui-layout-resizer-west-open {
left: 200px !important; /*left: 200px !important;*/
} }
.ui-layout-north { .ui-layout-north {