mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 200c136a534dc2ecb0352de0b5b3d96cd51d0a72
Monotone-Revision: e2d09733a32053b0e8123fe4e81ab87021140781 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-06-12T19:25:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -46,7 +46,8 @@ DIV#rightPanel
|
||||
}
|
||||
|
||||
DIV#mailboxContent
|
||||
{ position: absolute;
|
||||
{ background-color: #fff;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 18em;
|
||||
left: 0px;
|
||||
@@ -471,8 +472,8 @@ TABLE#addr_table
|
||||
TABLE#messageList
|
||||
{ display: block;
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
width: 100%;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
||||
@@ -122,7 +122,7 @@ function openAddressbook(sender) {
|
||||
function onMenuSharing(event) {
|
||||
var folderID = document.menuTarget.getAttribute("dataname");
|
||||
var urlstr = URLForFolderID(folderID) + "/acls";
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
|
||||
openAclWindow(urlstr);
|
||||
}
|
||||
@@ -372,7 +372,7 @@ function moveMessages(rowIds, folder) {
|
||||
|
||||
function onMenuDeleteMessage(event) {
|
||||
uixDeleteSelectedMessages();
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function onMailboxTreeItemClick(event) {
|
||||
@@ -395,7 +395,7 @@ function onMailboxTreeItemClick(event) {
|
||||
else
|
||||
openMailbox(mailbox);
|
||||
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function onMailboxMenuMove() {
|
||||
@@ -555,7 +555,7 @@ function onFolderMenuClick(event) {
|
||||
topNode.menuSelectedEntry = this;
|
||||
this.select();
|
||||
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
function onFolderMenuHide(event) {
|
||||
|
||||
Reference in New Issue
Block a user