You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/10/28 19:01:32 UTC

[10/50] [abbrv] allura git commit: [#7924] add some color to group permission icons

[#7924] add some color to group permission icons


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

Branch: refs/heads/hs/7919
Commit: 91a643b606e5745500ea47ca99c1b4753aae8d36
Parents: 4d6861b
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Oct 27 22:01:40 2015 +0000
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Oct 27 22:01:40 2015 +0000

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/allura.css | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/91a643b6/Allura/allura/nf/allura/css/allura.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/allura.css b/Allura/allura/nf/allura/css/allura.css
index e2e97f0..7409a9b 100644
--- a/Allura/allura/nf/allura/css/allura.css
+++ b/Allura/allura/nf/allura/css/allura.css
@@ -72,3 +72,12 @@ tr.rev div.markdown_content p {
   text-align: center;
   line-height: 2em;
 }
+
+#usergroup_admin .fa-plus-circle,
+#usergroup_admin .fa-check-circle,
+#usergroup_admin .fa-check {
+  color: green;
+}
+#usergroup_admin .fa-ban {
+  color: red;
+}