# HG changeset patch # User cavaliet # Date 1384786423 -3600 # Node ID d6c92b37252fd2e6ae917f3251b800bb635dbe1c # Parent 6d3bf30a171b7b131c2d574ecb6b2c5f66509861 better contribution display : 0018150 diff -r 6d3bf30a171b -r d6c92b37252f src/jocondelab/static/jocondelab/css/front-notice.css --- a/src/jocondelab/static/jocondelab/css/front-notice.css Mon Nov 18 15:07:49 2013 +0100 +++ b/src/jocondelab/static/jocondelab/css/front-notice.css Mon Nov 18 15:53:43 2013 +0100 @@ -100,7 +100,7 @@ } .notice-contribution-field { - font-size: 12px; line-height: 20px; height: 20px; padding: 0 4px; border: 1px solid #999999; margin-bottom: 8px; + font-size: 12px; line-height: 20px; height: 20px; padding: 0 4px; border: 1px solid #999999; margin-bottom: 5px; border-radius: 4px; width: 90%; } @@ -109,7 +109,10 @@ } .contribution-frame { - margin: 10px 0; padding: 10px; + margin: 10px 0; padding: 3px 10px 5px; +} +.contribution-frame .inline { + display: inline; } .folksonomy-frame { @@ -131,6 +134,9 @@ .contribution-frame .notice-term-list { font-size: 14px; line-height: 16px; } +.contribution-frame .notice-term-list .notice-term{ + margin-left: 4px; +} .notice-term.contribution-null { background: transparent; font-style: italic; diff -r 6d3bf30a171b -r d6c92b37252f src/jocondelab/templates/jocondelab/front_describe.html --- a/src/jocondelab/templates/jocondelab/front_describe.html Mon Nov 18 15:07:49 2013 +0100 +++ b/src/jocondelab/templates/jocondelab/front_describe.html Mon Nov 18 15:53:43 2013 +0100 @@ -6,12 +6,10 @@ {% block breadcrumbs %}{% trans "Contribuer" %}{% endblock %} {% block main %}