From de7496e1aa6ac690ccd254f84a0363808d4785f7 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 1 Feb 2016 16:33:48 -0600 Subject: [PATCH] Remove style hack for message grid views. For now...still need to really fix this at some point. --- tailbone/templates/messages/index.mako | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/tailbone/templates/messages/index.mako b/tailbone/templates/messages/index.mako index 5d60edab..cfcf21d1 100644 --- a/tailbone/templates/messages/index.mako +++ b/tailbone/templates/messages/index.mako @@ -43,16 +43,19 @@ }); - +## 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. +## ${parent.body()}