Fix: ECM Module resize bar misaligned
This commit is contained in:
parent
3a18e9299c
commit
fa29a9c0d6
@ -252,7 +252,11 @@ div.fiche {
|
||||
/* ============================================================================== */
|
||||
|
||||
.ui-layout-resizer-west-open {
|
||||
left: 240px !important;
|
||||
/*left: 240px !important;*/
|
||||
}
|
||||
|
||||
.ui-layout-north {
|
||||
height: 57px !important;
|
||||
}
|
||||
|
||||
/* ============================================================================== */
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2007-2011 Regis Houssin <regis@dolibarr.fr>
|
||||
* 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
|
||||
* 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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user