diff --git a/app/views/admins/competition_settings/index.html.erb b/app/views/admins/competition_settings/index.html.erb index f2ed61622..2509dea13 100644 --- a/app/views/admins/competition_settings/index.html.erb +++ b/app/views/admins/competition_settings/index.html.erb @@ -486,4 +486,5 @@ +
<% end %> \ No newline at end of file diff --git a/public/images/educoder/competitions/trophy.png b/public/images/educoder/competitions/trophy.png index e07fb3d94..7b129cfae 100644 Binary files a/public/images/educoder/competitions/trophy.png and b/public/images/educoder/competitions/trophy.png differ diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css index fb23f3b22..23dfe3895 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css @@ -344,8 +344,17 @@ } .CompetitionContents{ - background: #fff; + background: #fff !important; padding: 40px; box-shadow: 3px 2px 12px 2px rgba(0,0,0,0.05); border: 1px solid rgba(239,239,239,1); +} + +.rankbeicenter{ + text-align: center; +} +.rankbei{ + font-size: 16px; + color: rgba(119,119,119,1); + } \ No newline at end of file diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js index 61f99d921..119a84a1a 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js @@ -325,7 +325,7 @@ class CompetitionCommon extends Component{ -