Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User avatar (top right) showing too big on forum view (Moodle 3.1.1) #172

Open
lcassisi opened this issue Sep 4, 2016 · 2 comments
Open

Comments

@lcassisi
Copy link

lcassisi commented Sep 4, 2016

captura de pantalla 2016-09-03 a las 21 52 13

As you can see user avatar shows bigger than normal. This happens only on forum view. In other pages it looks good. In all pages user name shows with the links color, when should show in white color (inverted navbar).
@lcassisi lcassisi changed the title User avatar (top right) showing too big on forum view (Moodle 3.1.1 User avatar (top right) showing too big on forum view (Moodle 3.1.1) Sep 4, 2016
@lcassisi
Copy link
Author

lcassisi commented Sep 8, 2016

Fixed this issue by adding this css rules in theme_elegance | customcss, but I think there's a problem with html code:

a#action-menu-toggle-0.toggle-display.textmenu {
display: inline-block;
}
.usermenu .menubar a img.userpicture {
width: 36px;
height: 36px
}

sbourget added a commit to sbourget/moodle-theme_elegance that referenced this issue Sep 11, 2016
@brzozi
Copy link

brzozi commented Jan 26, 2017

Moodle 3.2 The same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants