forked from extern/egroupware
WIP of new hint presentation for preferences:
- Remove extra prefHelp styles of calendar which disturbs the default behavior
This commit is contained in:
parent
132d69b9f3
commit
d9d701ae8f
@ -2379,53 +2379,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
margin: -2px -1px 0px -2px;
|
margin: -2px -1px 0px -2px;
|
||||||
width: 410px;
|
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
|
* Calendar specfic
|
||||||
/* ###########################################################################################################################################
|
/* ###########################################################################################################################################
|
||||||
|
@ -1012,61 +1012,11 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
width:410px;
|
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
|
* Calendar specfic
|
||||||
/* ###########################################################################################################################################
|
/* ###########################################################################################################################################
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*ui-widget*/
|
/*ui-widget*/
|
||||||
/*edit series*/
|
/*edit series*/
|
||||||
button#series {
|
button#series {
|
||||||
|
Loading…
Reference in New Issue
Block a user