Remove style hack for message grid views.

For now...still need to really fix this at some point.
This commit is contained in:
Lance Edgar 2016-02-01 16:33:48 -06:00
parent d2eabccd46
commit de7496e1aa

View file

@ -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()}