+
<%= render :partial => 'games/repository' %>
-
+
<%= render :partial => 'games/game_results' %>
diff --git a/app/views/games/_repository.html.erb b/app/views/games/_repository.html.erb
index 8930f2d64..156a7ecd7 100644
--- a/app/views/games/_repository.html.erb
+++ b/app/views/games/_repository.html.erb
@@ -71,8 +71,13 @@
g_l('codotab_con_'+i).className='undis';
}
- n == 2 ? $("#games_repository_contents").removeClass("-bg-black").addClass("-bg-weightblack")
- : $("#games_repository_contents").removeClass("-bg-weightblack").addClass("-bg-black");
+ if(n==2){
+ $("#games_repository_contents").removeClass("-bg-black -flex-basic70").addClass("-bg-weightblack -flex-basic60");
+ $("#-bg-change-color").removeClass("-bg-black").addClass("-bg-weightblack");
+ }else{
+ $("#games_repository_contents").removeClass("-bg-weightblack -flex-basic60").addClass("-bg-black -flex-basic70");
+ $("#-bg-change-color").removeClass("-bg-weightblack").addClass("-bg-black");
+ }
g_l('codotab_con_'+n).className='dis -relative';
g_l('codetab_nav_'+n).className='blacktab_hover';
diff --git a/public/stylesheets/css/taskstyle.css b/public/stylesheets/css/taskstyle.css
index dcf1f11a7..4b6469426 100644
--- a/public/stylesheets/css/taskstyle.css
+++ b/public/stylesheets/css/taskstyle.css
@@ -148,11 +148,13 @@ input.knowledge_frame{height:30px;line-height:30px;border:none;background:#f3f5f
.-flex-basic40{flex-basis:auto;}
.-flex-basic50{flex-basis:auto;}
.b-label{width:4px;cursor:ew-resize;background:#2b2b2b;}
-.h-center{height:4px;cursor:ns-resize;background:#33485F;z-index:9999;}
+.h-center{height:4px;cursor:ns-resize;background:#33485F;}
+.-changebg{height:3px;}
.-brother{width:100%;height:100%;position:absolute;left:0;top:0;z-index:999;}
.-bg-weightblack{background:#000;}
+.-flex-basic70{flex:4 9 auto;}
/*---------------------------------------------*/
-.-flex-basic60{flex:4 9 auto;}
+.-flex-basic60{flex:none;}
.-flex-basic100{flex-basis: 100%!important;}
.-header-title{ max-width:500px; font-weight: normal;}
.-header-right{ background:#333;border-radius:25px; padding:5px 15px; height: 30px; position: absolute; right:10px;line-height: 30px;}