Merge branch 'dev' into virusdefender-dev

* dev:
  后端比赛与比赛题目部分已修改完成
  修改并完善比赛及其他部分的内容及测试
  CodeMirror自动更改高度的问题
  增加及修改account与announcement的测试
  修改比赛的views及部分问题
  后端修改比赛创建部分,同时在models中增加了几个字段
  后端比赛和比赛题目的部分,还有要增加和修改的地方
  修复一个点击错误

Conflicts:
	oj/settings.py
This commit is contained in:
virusdefender
2015-08-22 14:13:47 +08:00
20 changed files with 1009 additions and 79 deletions

View File

@@ -69,6 +69,22 @@ li.list-group-item {
padding: 0 0;
}
.ac-flag{
.ac-flag {
color: green;
}
.CodeMirror{
min-height: 250px;
_height:250px;
height: auto;
}
.CodeMirror-scroll {
overflow: auto;
min-height: 250px;
_height:250px;
height: auto;
position: relative;
outline: none;
}