projects
/
moodle-mod_attendance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d26cb0
)
userwithoutenrol and userwithoutdata css fixes
author
Artem Andreev
<andreev.artem@gmail.com>
Thu, 23 Jun 2011 13:29:20 +0000
(17:29 +0400)
committer
Artem Andreev
<andreev.artem@gmail.com>
Thu, 23 Jun 2011 13:29:20 +0000
(17:29 +0400)
styles.css
patch
|
blob
|
history
diff --git
a/styles.css
b/styles.css
index
3f47381
..
9561ed9
100644
(file)
--- a/
styles.css
+++ b/
styles.css
@@
-31,11
+31,13
@@
margin: auto;
}
-.path-mod-attforblock .userwithoutenrol {
+.path-mod-attforblock .userwithoutenrol,
+.path-mod-attforblock .userwithoutenrol a{
color: gray;
}
-.path-mod-attforblock .userwithoutdata {
+.path-mod-attforblock .userwithoutdata,
+.path-mod-attforblock .userwithoutdata a{
color: red;
}