Use table row highlighting instead of images for deliniating query fragments. Fixes bug #11877.

This commit is contained in:
Colin Kuskie 2010-09-20 14:25:18 -07:00
parent e549df1b47
commit 1d7bd4e524
3 changed files with 10 additions and 6 deletions

View file

@ -1,20 +1,22 @@
.qbtr_alt {
background-color:#DCE4EE;
}
.qbtd {
height: 20px;
background-image: url(hline.gif);
padding-left: 5px;
padding-right: 5px;
height: 20px;
}
.qbtdleft {
height: 20px;
background-image: url(hline.gif);
padding-right: 5px;
height: 20px;
}
.qbtdright {
height: 20px;
background-image: url(vline.gif);
background-repeat: repeat-y;
height: 20px;
align: right;
}