Browse Source

userwithoutenrol and userwithoutdata css fixes

MOODLE_23_STABLE
Artem Andreev 14 years ago
parent
commit
a9ed72b9d1
  1. 6
      styles.css

6
styles.css

@ -31,11 +31,13 @@
margin: auto; margin: auto;
} }
.path-mod-attforblock .userwithoutenrol { .path-mod-attforblock .userwithoutenrol,
.path-mod-attforblock .userwithoutenrol a{
color: gray; color: gray;
} }
.path-mod-attforblock .userwithoutdata { .path-mod-attforblock .userwithoutdata,
.path-mod-attforblock .userwithoutdata a{
color: red; color: red;
} }

Loading…
Cancel
Save