mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-21 21:09:28 +00:00
Monotone-Parent: b3600c7338751f5409cd7560c74becdc13e172f8
Monotone-Revision: 3c0fcfcac202c6097fb0fa37b97c52fef28e9c93 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-15T19:22:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
*/
|
||||
|
||||
DIV#rightPanel
|
||||
{
|
||||
position: absolute;
|
||||
{ position: absolute;
|
||||
top: 5.5em;
|
||||
left: 15em;
|
||||
margin-left: 5px;
|
||||
|
||||
@@ -882,6 +882,7 @@ DIV.gradient, DIV.text
|
||||
left: 2px;
|
||||
right: 2px;
|
||||
bottom: 2px;
|
||||
height: 100%;
|
||||
overflow: hidden; }
|
||||
|
||||
DIV.gradient > IMG
|
||||
|
||||
@@ -1814,6 +1814,7 @@ function configureLists() {
|
||||
var list = $("tasksList");
|
||||
list.multiselect = true;
|
||||
list.observe("mousedown", onTasksSelectionChange);
|
||||
list.observe("selectstart", listRowMouseDownHandler);
|
||||
|
||||
var input = $("showHideCompletedTasks");
|
||||
input.observe("click", onShowCompletedTasks);
|
||||
|
||||
@@ -518,8 +518,7 @@ DIV.dragHandle:active
|
||||
|
||||
/* search fields */
|
||||
DIV#filterPanel
|
||||
{
|
||||
height: 2em;
|
||||
{ height: 2em;
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -905,10 +905,8 @@ function onSearchMouseDown(event) {
|
||||
relX = (Event.pointerX(event) - superNode.offsetLeft - this.offsetLeft);
|
||||
relY = (Event.pointerY(event) - superNode.offsetTop - this.offsetTop);
|
||||
|
||||
if (relY < 24) {
|
||||
event.cancelBubble = true;
|
||||
event.returnValue = false;
|
||||
}
|
||||
if (relX < 24)
|
||||
Event.stop(event);
|
||||
}
|
||||
|
||||
function onSearchFocus() {
|
||||
|
||||
@@ -30,6 +30,9 @@ TD.tbtv_navcell
|
||||
border-right: 1px solid #666;
|
||||
border-bottom: 1px solid #666; }
|
||||
|
||||
DIV#windowButtons
|
||||
{ height: 3em; }
|
||||
|
||||
A.button,
|
||||
INPUT.button
|
||||
{ border: 1px solid #fff;
|
||||
@@ -38,6 +41,11 @@ INPUT.button
|
||||
margin: 0px;
|
||||
padding: 0px; }
|
||||
|
||||
A.button
|
||||
{ color: #000;
|
||||
padding: 1px 4px; }
|
||||
|
||||
|
||||
A.button IMG
|
||||
{ margin: 1px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user