mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: 9b167b33323b157aee2d6777c2f147342741d50a
Monotone-Revision: f2cbdceabe70afea4ba64e1147d1c712474b43d5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-05-16T14:26:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -141,12 +141,15 @@ DIV#rightPanel
|
||||
overflow: hidden; }
|
||||
|
||||
DIV#appointmentsListView
|
||||
{
|
||||
{ display: block;
|
||||
position: absolute;
|
||||
display: block;
|
||||
background: #fff;
|
||||
top: 2.5em;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
height: 15.5em;
|
||||
margin: 0.5em 0px 0px 0px;
|
||||
min-width: 600px; }
|
||||
|
||||
DIV#calendarView
|
||||
@@ -292,14 +295,14 @@ DIV#calendarView A
|
||||
border: 1px solid #deebf7; }
|
||||
|
||||
TABLE#appointmentsList
|
||||
{ ddisplay: table; }
|
||||
{ display: block;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
TABLE#appointmentsList td.tbtv_subject_headercell
|
||||
{ width: 35%; }
|
||||
|
||||
TABLE#appointmentsList td.headerDateTime
|
||||
{ width: 17em; }
|
||||
|
||||
TABLE#appointmentsList td.headerLocation
|
||||
{ width: 20%; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user