Remove style hack for message grid views.
For now...still need to really fix this at some point.
This commit is contained in:
parent
d2eabccd46
commit
de7496e1aa
|
@ -43,16 +43,19 @@
|
|||
});
|
||||
|
||||
</script>
|
||||
<style type="text/css">
|
||||
.newgrid table {
|
||||
position: relative;
|
||||
top: -32px;
|
||||
}
|
||||
.newgrid .pager {
|
||||
position: relative;
|
||||
top: -32px;
|
||||
}
|
||||
</style>
|
||||
## TODO: This "fixes" styles for some browsers, while breaking them for others...
|
||||
## Need to look into how to really fix this at some point. For now, the "broken"
|
||||
## browsers will have a big gap between the grid table and controls above.
|
||||
## <style type="text/css">
|
||||
## .newgrid table {
|
||||
## position: relative;
|
||||
## top: -32px;
|
||||
## }
|
||||
## .newgrid .pager {
|
||||
## position: relative;
|
||||
## top: -32px;
|
||||
## }
|
||||
## </style>
|
||||
</%def>
|
||||
|
||||
${parent.body()}
|
||||
|
|
Loading…
Reference in a new issue