From 9eccb08b9da02ced0e454c91d590e1899e17c87a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Aug 2010 21:03:38 +0000 Subject: [PATCH] Enhances themes to manage toolbars. --- htdocs/theme/auguria/style.css.php | 6 +++++- htdocs/theme/eldy/style.css.php | 7 ++++++- htdocs/theme/freelug/style.css.php | 6 +++++- htdocs/theme/yellow/style.css.php | 6 +++++- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 68c0df848c6..9e68ae104ec 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -609,6 +609,10 @@ td.photo { /* background: #FFFFFF;*/ } +/* ============================================================================== */ +/* Panes for ECM or Filemanager */ +/* ============================================================================== */ + /* * PANES & CONTENT-DIVs */ @@ -642,7 +646,7 @@ td.photo { } /* NOTE: It looks best when 'hover' and 'dragging' are set to the same color, otherwise color shifts while dragging when bar can't keep up with mouse */ - .ui-layout-resizer-open-hover , /* hover-color to 'resize' */ + /* .ui-layout-resizer-open-hover , */ /* hover-color to 'resize' */ .ui-layout-resizer-dragging { /* resizer beging 'dragging' */ background: #AAA; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 80e516612e0..f7d58e916a6 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -583,6 +583,11 @@ td.photo { /* background: #FFFFFF;*/ } + +/* ============================================================================== */ +/* Panes for ECM or Filemanager */ +/* ============================================================================== */ + /* * PANES & CONTENT-DIVs */ @@ -616,7 +621,7 @@ td.photo { } /* NOTE: It looks best when 'hover' and 'dragging' are set to the same color, otherwise color shifts while dragging when bar can't keep up with mouse */ - .ui-layout-resizer-open-hover , /* hover-color to 'resize' */ + /*.ui-layout-resizer-open-hover ,*/ /* hover-color to 'resize' */ .ui-layout-resizer-dragging { /* resizer beging 'dragging' */ background: #AAA; } diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 9f01ebbda11..78e63f2b231 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -492,6 +492,10 @@ td.photo { /* background: #FFFFFF;*/ } +/* ============================================================================== */ +/* Panes for ECM or Filemanager */ +/* ============================================================================== */ + /* * PANES & CONTENT-DIVs */ @@ -525,7 +529,7 @@ td.photo { } /* NOTE: It looks best when 'hover' and 'dragging' are set to the same color, otherwise color shifts while dragging when bar can't keep up with mouse */ - .ui-layout-resizer-open-hover , /* hover-color to 'resize' */ + /* .ui-layout-resizer-open-hover , */ /* hover-color to 'resize' */ .ui-layout-resizer-dragging { /* resizer beging 'dragging' */ background: #AAA; } diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index 3282f21ec72..9c4a08c2d23 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -480,6 +480,10 @@ td.photo { /* background: #FFFFFF;*/ } +/* ============================================================================== */ +/* Panes for ECM or Filemanager */ +/* ============================================================================== */ + /* * PANES & CONTENT-DIVs */ @@ -513,7 +517,7 @@ td.photo { } /* NOTE: It looks best when 'hover' and 'dragging' are set to the same color, otherwise color shifts while dragging when bar can't keep up with mouse */ - .ui-layout-resizer-open-hover , /* hover-color to 'resize' */ + /* .ui-layout-resizer-open-hover , */ /* hover-color to 'resize' */ .ui-layout-resizer-dragging { /* resizer beging 'dragging' */ background: #AAA; }