diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-20 20:18:47 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-20 20:18:47 -0400 |
commit | 7a14f459042d923aaa441d783ac84709b555a4d4 (patch) | |
tree | dbd9b82448201ce88fb52b4915b1fdc009a8a173 /view/theme/dispy | |
parent | 172aff1c2bb52f07e107bff2abbeea40a12aa5ae (diff) | |
download | volse-hubzilla-7a14f459042d923aaa441d783ac84709b555a4d4.tar.gz volse-hubzilla-7a14f459042d923aaa441d783ac84709b555a4d4.tar.bz2 volse-hubzilla-7a14f459042d923aaa441d783ac84709b555a4d4.zip |
fix checkbox/radio buttons for some browsers
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 9af91bba6..8823bc81a 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; |