You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/26 22:02:40 UTC

[06/22] git commit: [#2835] ticket:287 Center radiobuttons and checkboxes

[#2835] ticket:287 Center radiobuttons and checkboxes


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c8cbb93f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c8cbb93f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c8cbb93f

Branch: refs/heads/master
Commit: c8cbb93ff3df63130e1291c0cabe20c2e4dddb01
Parents: c3db268
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Mar 6 09:08:35 2013 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Tue Mar 26 20:57:35 2013 +0000

----------------------------------------------------------------------
 Allura/allura/lib/widgets/resources/css/search.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c8cbb93f/Allura/allura/lib/widgets/resources/css/search.css
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/widgets/resources/css/search.css b/Allura/allura/lib/widgets/resources/css/search.css
index 8d4f308..614bc01 100644
--- a/Allura/allura/lib/widgets/resources/css/search.css
+++ b/Allura/allura/lib/widgets/resources/css/search.css
@@ -5,3 +5,8 @@ input.search-query {
 .date {
   color: #aaa;
 }
+
+input[type="radio"],
+input[type="checkbox"] {
+  vertical-align: middle;
+}