mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
See ChangeLog.
Monotone-Parent: 66db9463cbafa20e7fce07829dca8d5d59f33165 Monotone-Revision: aa47b57f3bbc833ffcc7199f21b79f0453a1cd87 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-29T20:21:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
DIV#propertiesView
|
||||
{ overflow: hidden;
|
||||
padding: 5px 5px 0 5px; }
|
||||
|
||||
DIV
|
||||
{ clear: both; }
|
||||
|
||||
@@ -43,7 +39,10 @@ BUTTON#colorButton
|
||||
height: 18px; }
|
||||
|
||||
DIV#buttons
|
||||
{ padding: 10px;
|
||||
{ position: absolute;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
padding: 10px;
|
||||
padding-top: 5px;
|
||||
text-align: right; }
|
||||
|
||||
@@ -53,9 +52,6 @@ INPUT#calendarSyncTag
|
||||
LABEL
|
||||
{ white-space: nowrap; }
|
||||
|
||||
#davLinks A
|
||||
{ margin-left: 60px; }
|
||||
|
||||
#webCalendarUrl SPAN.content
|
||||
{ white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
|
||||
function onLoadCalendarProperties() {
|
||||
var tabsContainer = $("propertiesTabs");
|
||||
var controller = new SOGoTabsController();
|
||||
controller.attachToTabsContainer(tabsContainer);
|
||||
|
||||
var colorButton = $("colorButton");
|
||||
var calendarColor = $("calendarColor");
|
||||
colorButton.setStyle({ "backgroundColor": calendarColor.value, display: "inline" });
|
||||
|
||||
@@ -94,11 +94,11 @@ TABLE
|
||||
BUTTON#colorButton
|
||||
{ margin-top: 2px; }
|
||||
|
||||
DIV#propertiesView FIELDSET
|
||||
DIV#propertiesTabs FIELDSET
|
||||
{ margin: 0.5em;
|
||||
padding: 5px; }
|
||||
|
||||
DIV#propertiesView LEGEND
|
||||
DIV#propertiesTabs LEGEND
|
||||
{ margin-bottom: 5px; }
|
||||
|
||||
/* UIxMailPartICalViewer */
|
||||
|
||||
Reference in New Issue
Block a user