Use table row highlighting instead of images for deliniating query fragments. Fixes bug #11877.
This commit is contained in:
parent
e549df1b47
commit
1d7bd4e524
3 changed files with 10 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue