mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +01:00
Calendar tooltip style fixes for Firefox
This commit is contained in:
parent
4184d88027
commit
1673cc9aed
@ -2559,7 +2559,7 @@ app.classes.calendar = AppJS.extend(
|
|||||||
*/
|
*/
|
||||||
_owner: function(state) {
|
_owner: function(state) {
|
||||||
var owner = '';
|
var owner = '';
|
||||||
if(state.owner.length && state.owner.length == 1)
|
if(state.owner.length && state.owner.length == 1 && app.calendar.sidebox_et2)
|
||||||
{
|
{
|
||||||
var own = app.calendar.sidebox_et2.getWidgetById('owner').getDOMNode();
|
var own = app.calendar.sidebox_et2.getWidgetById('owner').getDOMNode();
|
||||||
if(own.selectedIndex >= 0)
|
if(own.selectedIndex >= 0)
|
||||||
|
@ -291,7 +291,7 @@ var et2_calendar_event = et2_valueWidget.extend([et2_IDetachedDOM],
|
|||||||
|
|
||||||
_tooltip: function() {
|
_tooltip: function() {
|
||||||
|
|
||||||
var border = this.div.css('border-color');
|
var border = this.div.css('borderTopColor');
|
||||||
var bg_color = this.div.css('background-color');
|
var bg_color = this.div.css('background-color');
|
||||||
var header_color = this.title.css('color');
|
var header_color = this.title.css('color');
|
||||||
|
|
||||||
|
@ -404,6 +404,9 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
.calendar_calEventTooltip .calendar_calEventBodySmall {
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.calendar_calAddEvent{
|
.calendar_calAddEvent{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -472,7 +475,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
.calendar_calEventBodySmall{
|
.calendar_calEventBodySmall{
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar_calEventLabel{
|
.calendar_calEventLabel{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
@ -917,26 +917,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
.calendar_calEventHeaderSmall .calendar_calEventIcons img {
|
.calendar_calEventHeaderSmall .calendar_calEventIcons img {
|
||||||
height: 13px;
|
height: 13px;
|
||||||
}
|
}
|
||||||
/* body of the event
|
|
||||||
*/
|
|
||||||
.calendar_calEventBody,
|
|
||||||
.calendar_calEventBodySmall {
|
|
||||||
padding: 0px 3px 0px;
|
|
||||||
left: 2px;
|
|
||||||
right: 2px;
|
|
||||||
height: 99%;
|
|
||||||
}
|
|
||||||
.calendar_calEventBodySmall {
|
|
||||||
font-size: 95%;
|
|
||||||
}
|
|
||||||
.calendar_calEventLabel {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 90%;
|
|
||||||
}
|
|
||||||
.calendar_calEventTitle {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 110%;
|
|
||||||
}
|
|
||||||
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
||||||
*/
|
*/
|
||||||
.calendar_calDayView {
|
.calendar_calDayView {
|
||||||
|
@ -1039,29 +1039,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
height: 13px;
|
height: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* body of the event
|
|
||||||
*/
|
|
||||||
.calendar_calEventBody,.calendar_calEventBodySmall{
|
|
||||||
padding: 0px 3px 0px;
|
|
||||||
left: 2px;
|
|
||||||
right: 2px;
|
|
||||||
height: 99%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar_calEventBodySmall{
|
|
||||||
font-size: 95%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar_calEventLabel{
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar_calEventTitle{
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 110%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
||||||
*/
|
*/
|
||||||
.calendar_calDayView{
|
.calendar_calDayView{
|
||||||
|
@ -795,6 +795,7 @@ ul.et2_link_string {
|
|||||||
background-color: #FDF9DB;
|
background-color: #FDF9DB;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
color: black;
|
color: black;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Tabs widget
|
* Tabs widget
|
||||||
|
Loading…
Reference in New Issue
Block a user