]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixes #1505 - some lazy css was impacting opera for checkboxes - overriding border...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 11 Feb 2010 17:31:16 +0000 (17:31 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 11 Feb 2010 17:31:16 +0000 (17:31 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3930 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php

index 37ff5ff919a6d2cb45928b5052e7e27275f8edc1..e5df6a0b2c34fdaaa39bdc75a032012f896d2466 100644 (file)
@@ -822,6 +822,10 @@ input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
 }
+input[type="checkbox"] {
+       padding: 1px;
+       border-style: none;
+}
 textarea {
        font: 120% Arial, Helvetica, sans-serif;
        border: solid 1px #cccccc;