Added proxying by alternate criteria to WobjectProxy

This commit is contained in:
Len Kranendonk 2004-07-22 18:51:07 +00:00
parent d7171e5d49
commit 02d24c4e4c
13 changed files with 515 additions and 31 deletions

View file

@ -0,0 +1,42 @@
.qbtd {
height: 20px;
background-image: url(/extras/wobject/WobjectProxy/hline.gif);
padding-left: 5px;
padding-right: 5px;
}
.qbtdleft {
height: 20px;
background-image: url(/extras/wobject/WobjectProxy/hline.gif);
padding-right: 5px;
}
.qbtdright {
height: 20px;
background-image: url(/extras/wobject/WobjectProxy/vline.gif);
background-repeat: repeat-y;
align: right;
}
.qbfieldLabel {
text-align: left;
font-size: 12px;
border-style: solid;
border-width: 1px;
padding-right: 4px;
padding-left: 4px;
background-color: white;
}
.qbselect {
height: 20px;
font-size: 12px;
}
.qbText {
background-color: white;
text-align: left;
font-size: 12px;
}