mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
merge of '4b822e668e3eba0adc2d24daa8e1cea1b81b23fe'
and 'f2cbdceabe70afea4ba64e1147d1c712474b43d5' Monotone-Parent: 4b822e668e3eba0adc2d24daa8e1cea1b81b23fe Monotone-Parent: f2cbdceabe70afea4ba64e1147d1c712474b43d5 Monotone-Revision: 2017072eb2f586bc9fc1688e6be46830a9c33f6b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-16T15:14:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,8 +31,7 @@ DIV#rightPanel
|
||||
}
|
||||
|
||||
DIV#contactsListContent
|
||||
{
|
||||
position: absolute;
|
||||
{ position: absolute;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
height: 16em;
|
||||
@@ -190,7 +189,12 @@ TABLE#contactsList
|
||||
}
|
||||
|
||||
TABLE#contactsList TD
|
||||
{ white-space: nowrap; }
|
||||
{ white-space: nowrap;
|
||||
width: 20%; }
|
||||
|
||||
TABLE#contactsList TD.headerName,
|
||||
TABLE#contactsList TD.headerEmail
|
||||
{ width: 30%; }
|
||||
|
||||
TABLE#contactsList TD IMG
|
||||
{
|
||||
|
||||
@@ -475,6 +475,7 @@ TABLE#messageList
|
||||
top: 2em;
|
||||
bottom: 0px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
TABLE#messageList TBODY
|
||||
@@ -489,9 +490,12 @@ TABLE#messageList TBODY
|
||||
|
||||
TABLE#messageList TD
|
||||
{
|
||||
height: 1.2em;
|
||||
height: 1.2em;
|
||||
}
|
||||
|
||||
TABLE#messageList TD.tbtv_subject_headercell
|
||||
{ width: 30%; }
|
||||
|
||||
TABLE#messageList TR._selected TD
|
||||
{
|
||||
background: #4b6983;
|
||||
|
||||
@@ -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%; }
|
||||
|
||||
|
||||
@@ -218,6 +218,8 @@ DIV#toolbar
|
||||
white-space: nowrap;
|
||||
overflow: auto; }
|
||||
|
||||
BODY.popup { min-width: 400px; }
|
||||
|
||||
BODY.popup DIV#toolbar
|
||||
{ border-top: 0px; }
|
||||
|
||||
@@ -432,7 +434,7 @@ TR.tableview TD
|
||||
padding-right: .3em; }
|
||||
|
||||
TR.tableview TD.headerDateTime
|
||||
{ width: 14em; }
|
||||
{ width: 18em; }
|
||||
|
||||
TR.tableview TD.headerLocation
|
||||
{ width: 10em; }
|
||||
|
||||
Reference in New Issue
Block a user