Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
40526616
Commit
40526616
authored
Oct 29, 2013
by
Andrew Nicols
Browse files
MDL-40975 Course: Tidy up icon spacings
parent
fe3593b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/base/style/core.css
View file @
40526616
...
...
@@ -1481,16 +1481,12 @@ img#persona_signin { cursor: pointer; }
.jsenabled
.moodle-actionmenu
[
data-enhance
]
.toggle-display.textmenu
{
display
:
block
;
vertical-align
:
bottom
;
margin-left
:
4px
;
padding-left
:
4px
;
}
.jsenabled
.moodle-actionmenu
[
data-enhance
]
.toggle-display.textmenu
.iconsmall
{
margin
:
8px
4px
0px
4px
;
}
.jsenabled
.moodle-actionmenu
[
data-enhance
]
.toggle-display.textmenu
.iconsmall
{
padding-left
:
0
;
margin
:
4px
8px
4px
0px
;
padding
:
4px
;
}
.jsenabled
.moodle-actionmenu
[
data-enhanced
]
.toggle-display
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);}
...
...
theme/base/style/course.css
View file @
40526616
...
...
@@ -47,14 +47,9 @@
.section
.activity
.moodle-actionmenu
[
data-enhanced
]
.menu
>
li
>
*
{
display
:
block
;
}
.section
.activity
.moodle-actionmenu
.menubar
>
li
>
img
{
margin-right
:
5px
;
vertical-align
:
text-bottom
;
padding
:
0
3px
0
0
;
}
.section
.activity
.moodle-actionmenu
[
data-enhanced
]
.menu
{
margin-left
:
-2.8em
;}
.section
img
.iconsmall
{
vertical-align
:
middle
;
vertical-align
:
text-bottom
;
width
:
16px
;
height
:
16px
;
margin
:
4px
;
...
...
@@ -62,7 +57,7 @@
.section
.editing_title
img
.iconsmall
{
width
:
12px
;
height
:
12px
;
margin
:
8
px
8px
0
0
;
margin
:
4
px
8px
4px
0
;
}
.section
.activity.editor_displayed
a
.editing_title
,
...
...
theme/bootstrapbase/less/moodle/course.less
View file @
40526616
...
...
@@ -71,6 +71,7 @@
.activity img.activityicon {
margin-right: 6px;
vertical-align: text-bottom;
}
.dir-rtl .section .activity img.activityicon {
margin-left: 6px;
...
...
@@ -646,6 +647,7 @@ span.editinstructions {
width:16px;
height:16px;
padding:0.3em;
vertical-align: text-bottom;
}
.section {
...
...
@@ -660,8 +662,9 @@ span.editinstructions {
.iconsmall {
width: 12px;
height: 12px;
margin: 4px 8px 0 0;
padding: 4px 8px 0 0;
margin: 8px 8px 0px 0;
padding: 4px 8px 0px 0;
vertical-align: text-bottom;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment