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:
c8cc25c
)
MDL-61657 block_myoverview: whitespace and css-style fixes
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Mon, 23 Apr 2018 21:34:47 +0000
(23:34 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Mon, 23 Apr 2018 21:35:17 +0000
(23:35 +0200)
lib/classes/geopattern.php
patch
|
blob
|
blame
|
history
theme/bootstrapbase/less/moodle/blocks.less
patch
|
blob
|
blame
|
history
theme/bootstrapbase/style/moodle.css
patch
|
blob
|
blame
|
history
diff --git
a/lib/classes/geopattern.php
b/lib/classes/geopattern.php
index
e4d890b
..
3dc15dc
100644
(file)
--- a/
lib/classes/geopattern.php
+++ b/
lib/classes/geopattern.php
@@
-35,7
+35,6
@@
class core_geopattern extends \RedeyeVentures\GeoPattern\GeoPattern {
*/
public function patternbyid($uniqueid) {
$this->setString($uniqueid);
-
}
public function datauri() {
diff --git
a/theme/bootstrapbase/less/moodle/blocks.less
b/theme/bootstrapbase/less/moodle/blocks.less
index
a467c04
..
44c7038
100644
(file)
--- a/
theme/bootstrapbase/less/moodle/blocks.less
+++ b/
theme/bootstrapbase/less/moodle/blocks.less
@@
-344,7
+344,7
@@
background-color: transparent;
.row-fluid [class*="span"] {
- margin-left:
0px
;
+ margin-left:
0
;
}
.event-list-item {
diff --git
a/theme/bootstrapbase/style/moodle.css
b/theme/bootstrapbase/style/moodle.css
index
8c7166d
..
0c97cf1
100644
(file)
--- a/
theme/bootstrapbase/style/moodle.css
+++ b/
theme/bootstrapbase/style/moodle.css
@@
-16488,7
+16488,7
@@
body {
background-color: transparent;
}
.block_myoverview .row-fluid [class*="span"] {
- margin-left: 0
px
;
+ margin-left: 0;
}
.block_myoverview .event-list-item {
border-bottom: 1px solid #ddd;