# HG changeset patch # User rougeronj # Date 1428400918 -7200 # Node ID 288fb435874e4a8d84ea3a5d80bcc53a628a8b60 # Parent 44ebb0d0b836ab83b64aaceb033796af0ef87e15 Render parent books, child books, and other books separately - minor clean in modal.html diff -r 44ebb0d0b836 -r 288fb435874e client/app/books/book.css --- a/client/app/books/book.css Tue Apr 07 12:00:14 2015 +0200 +++ b/client/app/books/book.css Tue Apr 07 12:01:58 2015 +0200 @@ -51,5 +51,9 @@ .accordion-toggle .glyphicon{ font-size: 17px; - margin-left:5px; + margin-left:10px; +} + +.list-books:nth-child(odd){ + background-color:#f8f8f8; } \ No newline at end of file diff -r 44ebb0d0b836 -r 288fb435874e client/app/books/books.html --- a/client/app/books/books.html Tue Apr 07 12:00:14 2015 +0200 +++ b/client/app/books/books.html Tue Apr 07 12:01:58 2015 +0200 @@ -1,13 +1,26 @@

Liste des books :

- - + + - {{ i.title }} - - + {{ parentBook.title }} + + + + + + + Autres Books + + diff -r 44ebb0d0b836 -r 288fb435874e client/app/search/modal.html --- a/client/app/search/modal.html Tue Apr 07 12:00:14 2015 +0200 +++ b/client/app/search/modal.html Tue Apr 07 12:01:58 2015 +0200 @@ -6,7 +6,7 @@