fixed a lineage problem and checked in the new shortcut system
This commit is contained in:
parent
1d8973dc8b
commit
12094333ec
9 changed files with 181 additions and 154 deletions
49
www/extras/wobject/Shortcut/querybuilder.css
Normal file
49
www/extras/wobject/Shortcut/querybuilder.css
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
.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;
|
||||
}
|
||||
|
||||
.qbButton {
|
||||
height: 20px;
|
||||
font-size: 12px;
|
||||
border-width: 1px;
|
||||
-moz-border-radius: 0px;
|
||||
}
|
||||
|
||||
.qbText {
|
||||
background-color: white;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue