-
Improvement
-
Resolution: Fixed
-
Minor
-
2.1
-
None
-
MOODLE_21_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
Go to Settings -> Site administration -> Users -> Permissions -> Site administrator
with the standard theme.
You will find the disclosure triangle below the "search" field in the column of "Current site administrators"
cutted as you can see in the attachment.
THIS IS TRUE in arialist, formal_white, formfactor, fusion, leatherbound, nimble, nonzero, overlay, serenity, sky_high, splash AND EVEN STANDARD.
Because of this, my proposal is to intervene at the central level changing
canvas/style/admin.css selector at line 69
from
#userselector_options {
|
font-size: 0.75em;
|
}
|
to
#userselector_options {
|
font-size: 0.75em;
|
padding: 0.3em;
|
}
|
and in
standard/style/core.css at line 198
from
#userselector_options {font-size: 0.75em;}
|
to
#userselector_options {font-size: 0.75em;padding: 0.3em;}
|