# HG changeset patch # User rougeronj # Date 1433231190 -7200 # Node ID cb13a9009bf51ab532cbddee3cccfb620f6d6990 # Parent be1ff4e0593f2df1fd7f702f4167f273b0643b67 improve slideshow interface and add ngTouch to handle swipe on mobile diff -r be1ff4e0593f -r cb13a9009bf5 client/app/app.css --- a/client/app/app.css Fri May 29 13:38:24 2015 +0200 +++ b/client/app/app.css Tue Jun 02 09:46:30 2015 +0200 @@ -3,11 +3,12 @@ } .ammico-content { - min-height: 500px; + max-width: 1170px; + min-width: 970px; } -/* -.ng-scope{ - border: red 1px solid; -} -*/ +@media(max-width:991px){ + .navbar > .container{ + width: 100%; + } +} \ No newline at end of file diff -r be1ff4e0593f -r cb13a9009bf5 client/app/books/book.css --- a/client/app/books/book.css Fri May 29 13:38:24 2015 +0200 +++ b/client/app/books/book.css Tue Jun 02 09:46:30 2015 +0200 @@ -1,9 +1,13 @@ +.gallery{ + padding:0; +} + .gallery .item { position:relative; - height: 206px; - width: 19%; + height: 200px; + width: 18%; padding: 0; - margin: 5px; + margin: 1%; border: 1px solid #cdcdcd; overflow: hidden; } diff -r be1ff4e0593f -r cb13a9009bf5 client/app/books/book.html --- a/client/app/books/book.html Fri May 29 13:38:24 2015 +0200 +++ b/client/app/books/book.html Tue Jun 02 09:46:30 2015 +0200 @@ -9,7 +9,7 @@

{{book.slides.length}} objets

-