Bläddra i källkod

- HAckpoint : pres

idleman 5 år sedan
förälder
incheckning
9505b68ab9
3 ändrade filer med 15 tillägg och 1 borttagningar
  1. 1 0
      plugin/hackpoint/action.php
  2. 13 0
      plugin/hackpoint/css/main.css
  3. 1 1
      plugin/hackpoint/page.list.sketch.php

+ 1 - 0
plugin/hackpoint/action.php

@@ -38,6 +38,7 @@ switch($_['action']){
 				if(!$sketch->state &&  $sketch->creator != $myUser->login) continue;
 
 				$row = $sketch->toArray();
+				$row['comment'] = truncate($row['comment'],70);
 				$row['picture'] = $sketch->picture();
 				$row['created'] = relative_time($row['created']);
 				$response['rows'][] = $row;

+ 13 - 0
plugin/hackpoint/css/main.css

@@ -29,6 +29,7 @@
 /* liste des sketchs */
 #sketchs li{
 	display: inline-block;
+	float:left;
 	margin:0;
 	vertical-align: top;
 	padding:5px;
@@ -36,6 +37,18 @@
 	border:0;
 }
 
+#sketchs li .card {
+    height: 400px;
+    background-color: #343a40;
+    overflow: hidden;
+}
+
+#sketchs li .card > p{
+    overflow: hidden;
+    height: 48px;
+    text-overflow: ellipsis;
+}
+
 
 /* fiche sketch */
 .page-sheet-sketch,.page-sheet-sketch body,.page-sheet-sketch .container-fluid{

+ 1 - 1
plugin/hackpoint/page.list.sketch.php

@@ -52,7 +52,7 @@ require_once(__DIR__.SLASH.'Sketch.class.php');
                 
                 </li>
         </ul>
-
+        <div class="clear"></div>
          <!-- Pagination -->
        
         <ul class="pagination">