# HG changeset patch # User Raphael Velt # Date 1326110783 -3600 # Node ID 1e091ac28dd9d75d8115feefe9819e197a54e0b6 # Parent 99d10583431581ef3695b094e84704699590d4bc semantic board corrections diff -r 99d105834315 -r 1e091ac28dd9 web/client_new.php --- a/web/client_new.php Mon Jan 09 12:51:19 2012 +0100 +++ b/web/client_new.php Mon Jan 09 13:06:23 2012 +0100 @@ -160,11 +160,13 @@ _('Video')); ?>
  • - _('SemanticBoard')); ?> + _('SemanticBoard')); ?>
  • +
  • - _('SocialGraph')); ?> + _('SocialGraph')); ?>
  • +
    diff -r 99d105834315 -r 1e091ac28dd9 web/client_old.php --- a/web/client_old.php Mon Jan 09 12:51:19 2012 +0100 +++ b/web/client_old.php Mon Jan 09 13:06:23 2012 +0100 @@ -279,11 +279,13 @@ _('Video')); ?>
  • - _('SemanticBoard')); ?> + _('SemanticBoard')); ?>
  • +
  • - _('SocialGraph')); ?> + _('SocialGraph')); ?>
  • +
    diff -r 99d105834315 -r 1e091ac28dd9 web/enmi2011/config.php --- a/web/enmi2011/config.php Mon Jan 09 12:51:19 2012 +0100 +++ b/web/enmi2011/config.php Mon Jan 09 13:06:23 2012 +0100 @@ -106,6 +106,7 @@ 'player_height' => 488, // New Tweet live parameters + 'knowtex_url' => "http://labs.knowtex.com/enmi2011/?mapOnly#carto", 'use_tweetcast' => false, 'js_config' => " var connect_type = 'gevent', diff -r 99d105834315 -r 1e091ac28dd9 web/res/css/semanticboard.css --- a/web/res/css/semanticboard.css Mon Jan 09 12:51:19 2012 +0100 +++ b/web/res/css/semanticboard.css Mon Jan 09 13:06:23 2012 +0100 @@ -28,9 +28,7 @@ .small #container { width: 446px; - margin: 0 auto; - position: relative; - overflow: hidden; + height: 500px; } #tweetcont { @@ -58,6 +56,10 @@ float: left; width: 800px; margin-top: 12px; } +.small #columncont { + width: 446px; +} + .column { float: left; width: 780px; height: 70px; margin: 5px 10px; position: relative; }