Author: kcardineaud Date: 2011-07-18 10:48:04 +0200 (Mon, 18 Jul 2011) New Revision: 124 Url: http://chorem.org/repositories/revision/vradi/124 Log: text and checkbox are now on the same line Modified: trunk/vradi-web/src/main/webapp/css/style.css Modified: trunk/vradi-web/src/main/webapp/css/style.css =================================================================== --- trunk/vradi-web/src/main/webapp/css/style.css 2011-07-15 12:06:48 UTC (rev 123) +++ trunk/vradi-web/src/main/webapp/css/style.css 2011-07-18 08:48:04 UTC (rev 124) @@ -36,6 +36,10 @@ padding:2px; } +.wwlbl , .wwctrl { + display:inline; +} + #thesaurusPanel { margin : 0; float :left; @@ -59,6 +63,7 @@ #footer { clear:both; } + #resultPanel { width:100%; } @@ -67,6 +72,8 @@ display:none; } + + #queryNamePanel { text-align: right; width: 62%;