MDL-61657 block_myoverview: whitespace and css-style fixes

This commit is contained in:
Eloy Lafuente (stronk7) 2018-04-23 23:34:47 +02:00
parent c8cc25caba
commit 5e488f8c22
3 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,6 @@ class core_geopattern extends \RedeyeVentures\GeoPattern\GeoPattern {
*/
public function patternbyid($uniqueid) {
$this->setString($uniqueid);
}
public function datauri() {

View File

@ -344,7 +344,7 @@
background-color: transparent;
.row-fluid [class*="span"] {
margin-left:0px;
margin-left: 0;
}
.event-list-item {

View File

@ -16488,7 +16488,7 @@ body {
background-color: transparent;
}
.block_myoverview .row-fluid [class*="span"] {
margin-left: 0px;
margin-left: 0;
}
.block_myoverview .event-list-item {
border-bottom: 1px solid #ddd;