mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
WIP of new hint presentation for preferences:
- Remove extra prefHelp styles of calendar which disturbs the default behavior
This commit is contained in:
parent
1239a15132
commit
8790b478a0
@ -2358,53 +2358,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
margin: -2px -1px 0px -2px;
|
||||
width: 410px;
|
||||
}
|
||||
/** #####################################################################################
|
||||
* @package preferences
|
||||
* ######################################################################################
|
||||
*/
|
||||
table.prefTable {
|
||||
width: 100%;
|
||||
}
|
||||
tr.prefRow {
|
||||
position: relative;
|
||||
}
|
||||
td.prefName {
|
||||
width: 50%;
|
||||
}
|
||||
tr.prefRow > td {
|
||||
vertical-align: bottom;
|
||||
/* otherwise help will cover bigger prefValue */
|
||||
}
|
||||
.prefHelp {
|
||||
position: absolute;
|
||||
right: 55%;
|
||||
display: none;
|
||||
width: 33%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
tr.prefRow:hover .prefHelp {
|
||||
display: block;
|
||||
z-index: 10;
|
||||
/* FF: displays it under next prefName without */
|
||||
}
|
||||
.prefDefault,
|
||||
.prefValue {
|
||||
float: left;
|
||||
}
|
||||
.prefValue {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.prefValue textarea,
|
||||
textarea.prefValue {
|
||||
width: 99%;
|
||||
height: 5em;
|
||||
}
|
||||
.prefType,
|
||||
.prefApp {
|
||||
font-size: 150%;
|
||||
display: inline-block;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
/* ###########################################################################################################################################
|
||||
* Calendar specfic
|
||||
/* ###########################################################################################################################################
|
||||
|
@ -1012,61 +1012,11 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
width:410px;
|
||||
}
|
||||
|
||||
/** #####################################################################################
|
||||
* @package preferences
|
||||
* ######################################################################################
|
||||
*/
|
||||
|
||||
table.prefTable {
|
||||
width: 100%;
|
||||
}
|
||||
tr.prefRow {
|
||||
position: relative;
|
||||
}
|
||||
td.prefName {
|
||||
width: 50%;
|
||||
}
|
||||
tr.prefRow > td {
|
||||
vertical-align: bottom; /* otherwise help will cover bigger prefValue */
|
||||
}
|
||||
.prefHelp {
|
||||
position: absolute;
|
||||
right: 55%;
|
||||
display: none;
|
||||
width: 33%;
|
||||
background-color: @color_tooltip;
|
||||
|
||||
}
|
||||
tr.prefRow:hover .prefHelp {
|
||||
display: block;
|
||||
z-index: 10; /* FF: displays it under next prefName without */
|
||||
}
|
||||
.prefDefault, .prefValue {
|
||||
float: left;
|
||||
}
|
||||
.prefValue {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.prefValue textarea, textarea.prefValue {
|
||||
width: 99%;
|
||||
height: 5em;
|
||||
}
|
||||
|
||||
.prefType, .prefApp {
|
||||
font-size: 150%;
|
||||
display: inline-block;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* ###########################################################################################################################################
|
||||
* Calendar specfic
|
||||
/* ###########################################################################################################################################
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
/*ui-widget*/
|
||||
/*edit series*/
|
||||
button#series {
|
||||
|
Loading…
Reference in New Issue
Block a user