From f9336480231d6d4a8cbdb5e493af5a4a7b1b300d Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 7 Dec 2012 15:45:01 +0100 Subject: [PATCH] Contacts: Add -webkit prefix for box-sizing. --- css/contacts.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/contacts.css b/css/contacts.css index 5b8659b0..21dada6a 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -66,11 +66,11 @@ width: 100%; font-size: .8em; float: left; - -moz-box-sizing: border-box; box-sizing: border-box; + -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: auto 0 auto .3em; } -#groupactions { -moz-box-sizing: border-box; box-sizing: border-box; height: 4em; border-bottom: 1px solid #DDDDDD; } +#groupactions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 4em; border-bottom: 1px solid #DDDDDD; } #groupactions > button, .addcontact, .import-upload-button, .doImport { -moz-border-bottom-colors: none; -moz-border-left-colors: none;