mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Minor CSS/JS fix in Calendar module.
Monotone-Parent: e87a7d4ca04131da133962a5f2c5afdff4ef8f48 Monotone-Revision: 6970e7a89b13f1353d770e663717021a53350856 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-01-14T15:26:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -300,7 +300,7 @@ DIV#eventDialog P
|
||||
DIV#eventDialog SPAN.label
|
||||
{ color: #444; }
|
||||
|
||||
DIV#eventDialog p#description
|
||||
DIV#eventDialog P#description
|
||||
{ margin-top: 1em; }
|
||||
|
||||
._unfocused#dateSelector TD._selected,
|
||||
|
||||
@@ -303,7 +303,8 @@ function refreshAttendeesRO () {
|
||||
var attendeesLabel = $("attendeesLabel");
|
||||
var attendeesDiv = $("attendeesDiv");
|
||||
|
||||
attendeesLabel.setStyle({ display: "block" });
|
||||
if (attendeesLabel)
|
||||
attendeesLabel.setStyle({display: "block"});
|
||||
attendeesDiv.setStyle({display: "block"});
|
||||
|
||||
// Register "click" event on each attendee's email
|
||||
|
||||
@@ -193,9 +193,6 @@ function onComponentEditorLoad(event) {
|
||||
tmp = $("cancelButton");
|
||||
if (tmp)
|
||||
tmp.observe ("click", onCancelButtonClick);
|
||||
|
||||
if (tmp)
|
||||
window.resizeTo(430,540);
|
||||
}
|
||||
|
||||
function onSummaryChange (e) {
|
||||
|
||||
Reference in New Issue
Block a user