move table row highlighting to the appropriate stylesheet

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3618 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-11-01 21:31:41 +00:00
parent 71132017e7
commit 9cf4fef900

View file

@ -430,6 +430,15 @@ div.box h4 {
margin: 0;
}
.row-normal {
background-color: #ffffff;
border: none;
}
.row-hilite {
background-color: #efefef;
border: none;
}
#content {
padding-right: 10px;