From 446ec78c13f09a42ca822a0c9333b2b0a1e844a9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 16 Mar 2015 10:30:36 +0000 Subject: [PATCH] Fix prefsHelper tooltip always on top -Fix prefsHelper tooltips layover fields in FF --- preferences/templates/default/app.css | 2 +- preferences/templates/pixelegg/app.css | 6 +++--- preferences/templates/pixelegg/app.less | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/preferences/templates/default/app.css b/preferences/templates/default/app.css index ceebb13bc8..019749e152 100644 --- a/preferences/templates/default/app.css +++ b/preferences/templates/default/app.css @@ -21,7 +21,7 @@ tr.prefRow > td { vertical-align: bottom; /* otherwise help will cover bigger prefValue */ } .prefHelp { - position: absolute; + position: fixed; display: none; width: 98%; background-color: lightyellow; diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index d8c9881a38..c78681c650 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -18,7 +18,7 @@ * @package preferences * @link http://www.egroupware.org * @author Ralf Becker - * @version $Id: app.css 46460 2014-04-01 16:07:38Z ralfbecker $ + * @version $Id: app.css 52121 2015-03-12 16:58:01Z hnategh $ */ table.prefTable { width: 100%; @@ -34,7 +34,7 @@ tr.prefRow > td { /* otherwise help will cover bigger prefValue */ } .prefHelp { - position: absolute; + position: fixed; display: none; width: 98%; background-color: lightyellow; @@ -103,7 +103,7 @@ tr.prefRow > td { /* otherwise help will cover bigger prefValue */ } .prefHelp { - position: absolute; + position: fixed; background-color: #e6e6e6; /*border-radius: 10px;*/ -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); diff --git a/preferences/templates/pixelegg/app.less b/preferences/templates/pixelegg/app.less index b73395b260..011a396826 100755 --- a/preferences/templates/pixelegg/app.less +++ b/preferences/templates/pixelegg/app.less @@ -52,7 +52,7 @@ tr.prefRow > td { vertical-align: bottom; /* otherwise help will cover bigger prefValue */ } .prefHelp { - position: absolute; + position: fixed; background-color: @gray_10; /*border-radius: 10px;*/ .box_shadow_message;