MDL-58235 block_myoverview: add styling for clean theme
authorRyan Wyllie <ryan@moodle.com>
Tue, 21 Mar 2017 06:03:47 +0000 (06:03 +0000)
committerRyan Wyllie <ryan@moodle.com>
Mon, 10 Apr 2017 06:28:21 +0000 (06:28 +0000)
Part of MDL-55611

theme/bootstrapbase/less/moodle/blocks.less
theme/bootstrapbase/style/moodle.css
theme/bootstrapbase/templates/block_myoverview/event-list-item.mustache

index 7c4b977..7e987a3 100644 (file)
             /*rtl:ignore*/
             left: 50%;
             margin: 0;
+            padding: 0;
             transform: translate(-45%, -45%);
             color: #fff;
             height: (@chart-size / 2);
index a1567f6..307e0cf 100644 (file)
@@ -16359,6 +16359,7 @@ body {
   /*rtl:ignore*/
   left: 50%;
   margin: 0;
+  padding: 0;
   transform: translate(-45%, -45%);
   color: #fff;
   height: 35px;
index a63d55f..5c02670 100644 (file)
             </div>
         </div>
         <div class="visible-tablet span6">
-            <div class="text-right text-truncate">{{enddate}}</div>
+            <div class="text-right text-truncate">
+                {{#userdate}} {{timesort}}, {{#str}} strftimerecent {{/str}} {{/userdate}}
+            </div>
         </div>
     </div>
-    <div class="text-right visible-phone text-truncate">{{enddate}}</div>
+    <div class="text-right visible-phone text-truncate">
+        {{#userdate}} {{timesort}}, {{#str}} strftimerecent {{/str}} {{/userdate}}
+    </div>
 </li>