Fix hardcoded extra in Shortcut query builder.
This commit is contained in:
parent
d8b9a64f83
commit
2ceed12b46
1 changed files with 3 additions and 3 deletions
|
|
@ -1,19 +1,19 @@
|
|||
.qbtd {
|
||||
height: 20px;
|
||||
background-image: url(/extras/wobject/WobjectProxy/hline.gif);
|
||||
background-image: url(hline.gif);
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.qbtdleft {
|
||||
height: 20px;
|
||||
background-image: url(/extras/wobject/WobjectProxy/hline.gif);
|
||||
background-image: url(hline.gif);
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.qbtdright {
|
||||
height: 20px;
|
||||
background-image: url(/extras/wobject/WobjectProxy/vline.gif);
|
||||
background-image: url(vline.gif);
|
||||
background-repeat: repeat-y;
|
||||
align: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue