Author: lkaufmann Date: 2014-06-06 15:09:47 +0200 (Fri, 06 Jun 2014) New Revision: 2012 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2012 Log: Update Synthetis display Modified: trunk/wao-web/src/main/webapp/wao.css Modified: trunk/wao-web/src/main/webapp/wao.css =================================================================== --- trunk/wao-web/src/main/webapp/wao.css 2014-06-06 12:50:34 UTC (rev 2011) +++ trunk/wao-web/src/main/webapp/wao.css 2014-06-06 13:09:47 UTC (rev 2012) @@ -838,6 +838,35 @@ * Synthèse */ +.syntheses { + background: #EFEFEF; +} + +.syntheses #synthesis-filters-form { + margin-bottom: 0; +} + +.syntheses article { + max-width: 968px; + margin: 0 auto; + background-color: #FFF; + border-left: 1px solid #BBB; + border-right: 1px solid #BBB; + border-bottom: 1px solid #EEE; + margin: 0 auto; + max-width: 968px; + padding: 10px 20px 20px 20px; +} + +.syntheses .table { + background-color: #FAFAFA; + margin: 0 auto; + max-width: 968px; +} +.syntheses .table thead tr th { + background-color: #F0F0F0; +} + .syntheses th, .syntheses td { text-align: right;
participants (1)
-
lkaufmann@users.forge.codelutin.com