Fix prefsHelper tooltip always on top

-Fix prefsHelper tooltips layover fields in FF
This commit is contained in:
Hadi Nategh 2015-03-16 10:30:36 +00:00
parent 9d1a9a7bcf
commit 446ec78c13
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ tr.prefRow > td {
vertical-align: bottom; /* otherwise help will cover bigger prefValue */ vertical-align: bottom; /* otherwise help will cover bigger prefValue */
} }
.prefHelp { .prefHelp {
position: absolute; position: fixed;
display: none; display: none;
width: 98%; width: 98%;
background-color: lightyellow; background-color: lightyellow;

View File

@ -18,7 +18,7 @@
* @package preferences * @package preferences
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @author Ralf Becker <RalfBecker@outdoor-training.de> * @author Ralf Becker <RalfBecker@outdoor-training.de>
* @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 { table.prefTable {
width: 100%; width: 100%;
@ -34,7 +34,7 @@ tr.prefRow > td {
/* otherwise help will cover bigger prefValue */ /* otherwise help will cover bigger prefValue */
} }
.prefHelp { .prefHelp {
position: absolute; position: fixed;
display: none; display: none;
width: 98%; width: 98%;
background-color: lightyellow; background-color: lightyellow;
@ -103,7 +103,7 @@ tr.prefRow > td {
/* otherwise help will cover bigger prefValue */ /* otherwise help will cover bigger prefValue */
} }
.prefHelp { .prefHelp {
position: absolute; position: fixed;
background-color: #e6e6e6; background-color: #e6e6e6;
/*border-radius: 10px;*/ /*border-radius: 10px;*/
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);

View File

@ -52,7 +52,7 @@ tr.prefRow > td {
vertical-align: bottom; /* otherwise help will cover bigger prefValue */ vertical-align: bottom; /* otherwise help will cover bigger prefValue */
} }
.prefHelp { .prefHelp {
position: absolute; position: fixed;
background-color: @gray_10; background-color: @gray_10;
/*border-radius: 10px;*/ /*border-radius: 10px;*/
.box_shadow_message; .box_shadow_message;