merge of '1efb09bf023898a5a0088c9ba29ca00f1a304611'

and 'e44dbcb80563c6b1e0330f9be451c0793811c85f'

Monotone-Parent: 1efb09bf023898a5a0088c9ba29ca00f1a304611
Monotone-Parent: e44dbcb80563c6b1e0330f9be451c0793811c85f
Monotone-Revision: ab2ccda92b2df4cd7482934e46d69ed541d0ead8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-02T19:55:50
This commit is contained in:
Francis Lachapelle 2012-02-02 19:55:50 +00:00
commit 28e64b2076
3 changed files with 8 additions and 13 deletions

View file

@ -109,17 +109,15 @@ DIV#filtersListWrapper
top: 174px;
left: 2em; }
DIV#filtersListWrapper TD,
DIV.bottomToolbar
{ -khtml-user-select: none;
-moz-user-select: none; }
TABLE#filtersList
{ width: 100%;
cursor: default; }
TR.filterListRow
{ background: #ccddec;
cursor: pointer; }
TD.filterListCell
{ -moz-user-select: none; }
TH#activeTableHeader
{ width: 50px;
text-align: center; }

View file

@ -364,6 +364,8 @@ function onFilterMoveDown(event) {
function onFilterEdit(event) {
_editFilter(this.rowIndex - 1);
event.stop();
return false;
}
function copyFilter(originalFilter) {

View file

@ -535,9 +535,6 @@ DIV.dTreeNode SPAN._dragOver
color: #fff;
}
INPUT.checkBox
{ vertical-align: middle; }
/* resizable columns */
TABLE TD.resize-handle-active,
@ -814,9 +811,7 @@ SPAN.caption
DIV.tabsContainer
{ overflow: hidden;
padding: 0px 5px;
-moz-user-select: none;
-khtml-user-select: none; }
padding: 0px 5px; }
DIV.tabsContainer > DIV.scrollToolbar
{ position: absolute;