Be specific about border box, don't kill buttons.

This commit is contained in:
Tom MacWright
2013-01-09 13:26:54 -05:00
parent 2ac84eef21
commit 97bba79bb4

View File

@@ -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;