# HG changeset patch # User veltr # Date 1381394174 -7200 # Node ID 21e6b17a7099eb8284ffb2183311ac4fe9e0277d # Parent cfaa09b0a06012700464bf90307f54b1d577c585 Better view of multiple images in describe mode diff -r cfaa09b0a060 -r 21e6b17a7099 src/jocondelab/static/jocondelab/css/front-notice.css --- a/src/jocondelab/static/jocondelab/css/front-notice.css Wed Oct 09 18:44:22 2013 +0200 +++ b/src/jocondelab/static/jocondelab/css/front-notice.css Thu Oct 10 10:36:14 2013 +0200 @@ -15,19 +15,15 @@ } .describe-mode .notice-images li { - margin: 0; display: inline-block; max-width: 80%; + margin: 0; display: block; max-width: 100%; box-shadow: none; background: transparent; } .describe-mode .notice-images li:nth-child(n+2) { - float: right; clear: right; width: 20%; -} - -.describe-mode .notice-images li:nth-child(2n+2) { - clear: right; + display: inline-block; max-width: 160px; vertical-align: middle; } .describe-mode .notice-images img { - max-height: 480px; + max-height: 480px; box-shadow: 0 0 3px #999999; } .describe-mode .notice-images li:nth-child(n+2) img {