Skip to content

Commit

Permalink
MDL-65421 core_grades: Move here icon width.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jun 5, 2019
1 parent 29c3951 commit d60d3b9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
1 change: 1 addition & 0 deletions pix/movehere.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions theme/boost/scss/moodle/course.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,6 @@ li.section.hidden span.commands a.editing_show {
clear: both;
}

.section img.movetarget {
height: 16px;
width: 80px;
}

input.titleeditor {
width: 330px;
vertical-align: text-bottom;
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ $iconsizes: map-merge((
height: $icon-big-height;
font-size: $icon-big-height;
}

&.movetarget {
width: 80px;
}
}

.navbar-dark a .icon {
Expand Down
6 changes: 2 additions & 4 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -10567,6 +10567,8 @@ div.editor_atto_toolbar button .icon {
width: 64px;
height: 64px;
font-size: 64px; }
.icon.movetarget {
width: 80px; }

.navbar-dark a .icon {
color: rgba(255, 255, 255, 0.5) !important;
Expand Down Expand Up @@ -12040,10 +12042,6 @@ li.section.hidden span.commands a.editing_show {
text-align: center;
clear: both; }

.section img.movetarget {
height: 16px;
width: 80px; }

input.titleeditor {
width: 330px;
vertical-align: text-bottom; }
Expand Down
6 changes: 2 additions & 4 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -10808,6 +10808,8 @@ div.editor_atto_toolbar button .icon {
width: 64px;
height: 64px;
font-size: 64px; }
.icon.movetarget {
width: 80px; }

.navbar-dark a .icon {
color: rgba(255, 255, 255, 0.5) !important;
Expand Down Expand Up @@ -12282,10 +12284,6 @@ li.section.hidden span.commands a.editing_show {
text-align: center;
clear: both; }

.section img.movetarget {
height: 16px;
width: 80px; }

input.titleeditor {
width: 330px;
vertical-align: text-bottom; }
Expand Down

0 comments on commit d60d3b9

Please sign in to comment.