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>
|
</script>
|
||||||
<style type="text/css">
|
## TODO: This "fixes" styles for some browsers, while breaking them for others...
|
||||||
.newgrid table {
|
## Need to look into how to really fix this at some point. For now, the "broken"
|
||||||
position: relative;
|
## browsers will have a big gap between the grid table and controls above.
|
||||||
top: -32px;
|
## <style type="text/css">
|
||||||
}
|
## .newgrid table {
|
||||||
.newgrid .pager {
|
## position: relative;
|
||||||
position: relative;
|
## top: -32px;
|
||||||
top: -32px;
|
## }
|
||||||
}
|
## .newgrid .pager {
|
||||||
</style>
|
## position: relative;
|
||||||
|
## top: -32px;
|
||||||
|
## }
|
||||||
|
## </style>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
${parent.body()}
|
${parent.body()}
|
||||||
|
|
Loading…
Reference in a new issue