From: Simon L'nu Date: Sat, 21 Apr 2012 00:18:47 +0000 (-0400) Subject: fix checkbox/radio buttons for some browsers X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a14f459042d923aaa441d783ac84709b555a4d4;p=friendica.git fix checkbox/radio buttons for some browsers Signed-off-by: Simon L'nu --- diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index 100748ac45..1c7bf8f406 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -2546,6 +2546,8 @@ input[type="search"] { input[type="checkbox"], input[type="radio"] { border: 1px #999 solid; margin: 0 0 0 0; + height: 15px; + width: 15px; } input[type="submit"], input[type="button"] { background-color: #eee; diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 9af91bba66..8823bc81a5 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -2547,6 +2547,8 @@ input[type="search"] { input[type="checkbox"], input[type="radio"] { border: 1px #999 solid; margin: 0 0 0 0; + height: 15px; + width: 15px; } input[type="submit"], input[type="button"] { background-color: #555753;