mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 03:29:05 +01:00
Fix prefsHelper tooltip always on top
-Fix prefsHelper tooltips layover fields in FF
This commit is contained in:
parent
9d1a9a7bcf
commit
446ec78c13
@ -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;
|
||||||
|
@ -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);
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user