Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d14355
)
MDL-58482 theme_boost: css fixes for view badge page
author
Simey Lameze
<simey@moodle.com>
Wed, 19 Apr 2017 07:42:00 +0000
(15:42 +0800)
committer
Simey Lameze
<simey@moodle.com>
Fri, 21 Apr 2017 00:50:27 +0000
(08:50 +0800)
theme/boost/scss/moodle/core.scss
patch
|
blob
|
blame
|
history
diff --git
a/theme/boost/scss/moodle/core.scss
b/theme/boost/scss/moodle/core.scss
index
c7a3be9
..
7f757a1
100644
(file)
--- a/
theme/boost/scss/moodle/core.scss
+++ b/
theme/boost/scss/moodle/core.scss
@@
-1685,6
+1685,7
@@
ul.badges {
display: inline-block;
vertical-align: top;
margin-top: 17px;
+ margin-bottom: 20px;
.expireimage {
width: 100px;
@@
-1698,9
+1699,10
@@
ul.badges {
.singlebutton {
padding-top: 5px;
+ display: block;
-
input
{
- margin-left:
0
;
+
button
{
+ margin-left:
4px
;
}
}
}