Author: kcardineaud Date: 2011-07-13 16:35:38 +0200 (Wed, 13 Jul 2011) New Revision: 120 Url: http://chorem.org/repositories/revision/vradi/120 Log: modify search page style and fix a position problem with footnote Modified: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/resultGrid.jsp trunk/vradi-web/src/main/webapp/css/style.css Modified: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/resultGrid.jsp =================================================================== --- trunk/vradi-web/src/main/webapp/WEB-INF/jsp/resultGrid.jsp 2011-07-11 15:00:08 UTC (rev 119) +++ trunk/vradi-web/src/main/webapp/WEB-INF/jsp/resultGrid.jsp 2011-07-13 14:35:38 UTC (rev 120) @@ -52,7 +52,7 @@ formatter="date" formatoptions="{newformat : 'd/m/Y H:i', srcformat : 'Y-m-d H:i:s'}" sortable="true" - width="30"/> + width="25"/> <sjg:gridColumn name="objet" index="%{fqObjet}" @@ -62,6 +62,6 @@ <sjg:gridColumn name="wikittyId" title="%{actionText}" formatter="formatLink" - width="10"/> + width="15"/> </sjg:grid> \ No newline at end of file Modified: trunk/vradi-web/src/main/webapp/css/style.css =================================================================== --- trunk/vradi-web/src/main/webapp/css/style.css 2011-07-11 15:00:08 UTC (rev 119) +++ trunk/vradi-web/src/main/webapp/css/style.css 2011-07-13 14:35:38 UTC (rev 120) @@ -1,13 +1,19 @@ /* Layout */ + +#page-home { + display:block; +} + + + + + + #contentPanel th { text-align: left; } -div.left{ - float:left; -} - #doUpdateFormSubmit { display: none; } @@ -24,10 +30,6 @@ float:right; } -.left { - float:left; -} - .button { margin-top:20px; height:31px; @@ -39,11 +41,18 @@ } #thesaurusPanel { - width: 20%; + margin : 0; + float :left; + width: 300px; } +#contentPanel { + margin : 0 0 0 320px; + width:auto; +} + #wrap { - height: 100%; + } #savedQueriesPanel { @@ -51,10 +60,12 @@ height: 10px; } -.contentPanel { - width: 80%; - float:right; +#footer { + clear:both; } +#resultPanel { + width:100%; +} #queryNamePanel { text-align: right; @@ -66,12 +77,10 @@ float:left; } -#thesaurusForm { - height: 5%; -} #searchActionPanel { float:right; + width:22%; } #searchForm {