See ChangeLog

Monotone-Parent: 3c56ca9ef63d29beeb411890d72b4047a46d7713
Monotone-Revision: 4126acd8a39c70e133baeb54d6b5122aac7b5b8a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-05-31T19:12:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-05-31 19:12:46 +00:00
parent 792952088a
commit cf4de4c817
9 changed files with 100 additions and 72 deletions

View File

@@ -485,7 +485,7 @@ LI._selected,
TR._selected > TD,
TD._selected
{
background: #9ABCD8;
background-color: #9ABCD8 !important;
color: #fff;
}
@@ -534,22 +534,6 @@ DIV.resize-handle
top: 0px;
left: 0px; }
@media print
{
BODY
{ position: static;
font-size: 10pt;
height: auto;
overflow: visible; }
DIV#logConsole,
DIV#linkBanner,
DIV#toolbar,
DIV.menu,
DIV.tabsContainer
{ display: none; }
}
.genericHoverClass
{
background-color: #9ABCD8 !important;
@@ -559,7 +543,7 @@ DIV.resize-handle
DIV.dialog
{ position: absolute;
width: 350px;
z-index: 3; }
z-index: 50; }
DIV.dialog > DIV
{ border: 1px solid #444;
@@ -1010,3 +994,19 @@ DIV.bottomToolbar A.bottomButton SPAN:active
/* row editing */
.editing > INPUT[type="text"]
{ width: 98%; }
@media print
{
BODY
{ position: static;
font-size: 10pt;
height: auto;
overflow: visible; }
DIV#logConsole,
DIV#linkBanner,
DIV#toolbar,
DIV.menu,
DIV.tabsContainer
{ display: none; }
}