mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
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:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user