]> git.mxchange.org Git - friendica.git/commitdiff
fix checkbox/radio buttons for some browsers
authorSimon L'nu <simon.lnu@gmail.com>
Sat, 21 Apr 2012 00:18:47 +0000 (20:18 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sat, 21 Apr 2012 00:18:47 +0000 (20:18 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/style.css
view/theme/dispy/style.css

index 100748ac45a21c8f31a0a358cde4a2aac10cd0bf..1c7bf8f4065477e5251bb2fae61e11f1a17e3f92 100644 (file)
@@ -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;
index 9af91bba66643f8737b5e0a0360fcddefa5ae120..8823bc81a5bf23d7ea18aa8d1c54fddc672e8ef8 100644 (file)
@@ -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;