mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Mantis 139: dialog boxes of webcalendar
Monotone-Parent: fe1684747671de5019121d2155b79f89a2f376eb Monotone-Revision: 525ded69698841a7e49b579ace037c3eca060d31 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-21T14:10:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -41,3 +41,7 @@ DIV#buttons
|
||||
|
||||
INPUT#calendarSyncTag
|
||||
{ width: 7em; }
|
||||
|
||||
#webCalendarUrl span.content
|
||||
{ white-space:nowrap;
|
||||
overflow: hidden; }
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
/* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
|
||||
function onLoadCalendarProperties() {
|
||||
if ($("webCalendarUrl"))
|
||||
window.resizeTo(500,360);
|
||||
|
||||
var colorButton = $("colorButton");
|
||||
var calendarColor = $("calendarColor");
|
||||
colorButton.setStyle({ "backgroundColor": calendarColor.value, display: "inline" });
|
||||
|
||||
Reference in New Issue
Block a user