From 97bba79bb4553ae99c48fb20681df2dc020729de Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 9 Jan 2013 13:26:54 -0500 Subject: [PATCH] Be specific about border box, don't kill buttons. --- css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 0a7468faa..a7b4dc8ef 100644 --- a/css/app.css +++ b/css/app.css @@ -16,7 +16,7 @@ body { position: fixed; } -* { +div, textarea, input, span, ul, li, ol, a, button { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; @@ -930,6 +930,7 @@ div.typeahead a:first-child { ------------------------------------------------------- */ .notice { + pointer-events: none; position:absolute; top:11px; left:11px;