Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Panel and Report Improvement #417

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
758 changes: 756 additions & 2 deletions app/css/app.css

Large diffs are not rendered by default.

114 changes: 111 additions & 3 deletions app/css/dark/darkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ body{
.panelChatArea .findIcon,
.panelChatArea .searchIcon,
.detailPage section .heading .filterArea a:before,
.filterPanel .closeLink:before {
.filterPanel .closeLink:before,
.wizardBody .panel-heading >span:before {
background-image: url(../img/dark/sprite-codeArena.png);
}
.codeArea .shareLink .dropdown-menu,
Expand Down Expand Up @@ -86,6 +87,17 @@ body{
background-image: url(../img/dark/loadinfo.net.gif);
background-repeat: no-repeat;
}
.modal .modal-content .wizardHeader .cancel:before,
.wizardBody .nav>li>span:before,
.wizardBody .nav .active:before,
.wizardBody .pager .btn:before,
.wizardBody .dropdown-toggle:before,
.wizardBody .numberInput>div>a:before,
.wizardBody .checkboxLbl:before,
.step-2 .logoUpload .thumbnail {
background-image: url(../img/dark/sprite-wizard.png);
background-repeat: no-repeat;
}
/***************header style*/
.header .navIcons .themePanel {
border-color: #fff;
Expand Down Expand Up @@ -216,6 +228,100 @@ footer .right .sponsorLogo {
.modal .modal-content .modal-body .argType {
color: #fff;
}

/*contest creation wizard modal*/
.modal-lg .modal-content {
border-color: #1f444e
}
.modal .modal-content .wizardHeader {
background: #1f444e;
}
.modal .modal-content .wizardBody {
color: #fff;
}
.modal .wizardBody .btn {
background: #0f9abd;
}
.wizardBody .nav>li {
color: #1b5e6f;
background: #1f444e;
}
.wizardBody .nav .active {
color: #fff;
background: #0bbbe7;
}
.wizardBody .tabContent {
border-color: #1f444e;
}
.wizardBody .errorInfo {
color: #ff0f00;
}
.wizardBody .inputBorder,
.wizardBody .dropdown-menu,
.wizardBody .numberInput>div,
.wizardBody .radioLbl:before,
.wizardBody .selectorMenu ul:first-child,
.step-3 .phaseSchedule hr {
border-color: #3b3c3d;
border-color: rgba(255, 255, 255, 0.16);
}
.wizardBody .error .inputBorder,
.wizardBody .error .radioLbl:before {
border-color: #ff0f00;
}
.wizardBody .inputBorder>input {
background: transparent;
border-width: 0;
color: #fff;
}
.wizardBody .inputBorder>input[name="startDate"] {
color: #0bbbe7;
}
.wizardBody .dropdown-toggle {
color: #fff;
}
.wizardBody .calendar .selectedDate .fc-day-number:before {
background: #0f9abd;
}
.wizardBody .panel-heading {
background: #1f444e;
color: #fff;
}
.wizardBody .panel-body {
border-color: #1f444e;
}
.wizardBody .info {
color: #636d70;
}
.step-1 .calendarSec {
background: #1a1c1d;
}
.wizardBody .startTime .dropdown-menu {
background: #1A1C1D;
}
.wizardBody .selectorMenu,
.wizardBody .methodDD .dropdown-menu {
background: #151718;
}
.step-4 .leftPart h3 {
background: #1a1c1d;
}
.wizardBody .step-4 .leftPart p {
border-color: #1a2e33;
border-color: rgba(31,68,78,0.5);
}
.wizardBody .step-4 .leftPart label {
color: #5b6467;
}
.wizardBody .step-4 .leftPart .roomAssign label {
color: #4c5456;
}
.wizardBody .step-4 .rightPart label {
color: #636d70;
}
.step-4 .rightPart>div {
border-color: #1f444e;
}
/********************* active contests part */
.panel-custom {
background: #151718;
Expand Down Expand Up @@ -303,7 +409,8 @@ footer .right .sponsorLogo {
.panelCodeEditor .settingsPanel .lineNumberRow .lineNumLbl:before {
border-color: rgba(255, 255, 255, 0.16);
}
.panelCodeEditor .settingsPanel .lineNumRadio:checked ~ .lineNumLbl:before {
.panelCodeEditor .settingsPanel .lineNumRadio:checked ~ .lineNumLbl:before,
.wizardBody .radioInput:checked ~ .radioLbl:before {
box-shadow: 0 0 0 4px rgba(21,23,24,0.98) inset, 0 0 0 10px #fff inset;
}
.panelCodeEditor .settingsPanel .btn-settings {
Expand Down Expand Up @@ -430,7 +537,8 @@ footer .right .sponsorLogo {
.listView .listHeader h2 {
color: #687376;
}
.calendar .fc-border-separate tr.fc-last th {
.calendar .fc-border-separate tr.fc-last th,
.wizardBody .step-1 .calendarSec .startTime {
border-color: #1f444e;
}
.calendar .fc-border-separate thead .fc-day-header {
Expand Down
125 changes: 122 additions & 3 deletions app/css/light/lightTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ body{
.panelChatArea .findIcon,
.panelChatArea .searchIcon,
.detailPage section .heading .filterArea a:before,
.filterPanel .closeLink:before {
.filterPanel .closeLink:before,
.wizardBody .panel-heading >span:before {
background-image: url(../img/light/sprite-codeArena.png);
}
.codeArea .shareLink .dropdown-menu,
Expand Down Expand Up @@ -92,6 +93,17 @@ body{
background-image: url(../img/light/loadinfo.net.gif);
background-repeat: no-repeat;
}
.modal .modal-content .wizardHeader .cancel:before,
.wizardBody .nav>li>span:before,
.wizardBody .nav .active:before,
.wizardBody .pager .btn:before,
.wizardBody .dropdown-toggle:before,
.wizardBody .numberInput>div>a:before,
.wizardBody .checkboxLbl:before,
.step-2 .logoUpload .thumbnail {
background-image: url(../img/light/sprite-wizard.png);
background-repeat: no-repeat;
}
/***************header style*/
.userInfo .rating-none {
color: #fff;
Expand Down Expand Up @@ -231,6 +243,111 @@ footer .right .sponsorLogo {
.modal .modal-content .modal-body .argType {
color: #000;
}

/*contest creation wizard modal*/
.modal-lg .modal-content {
border-color: #75a5c8
}
.modal .modal-content .wizardHeader {
background: #75a5c8;
color: #fff;
}
.modal .modal-content .wizardBody {
color: #316f99;
background: #d1dce3;
}
.modal .wizardBody .btn {
background: #0999d1;
}
.wizardBody .nav>li {
color: #19687c;
background: #75a5c8;
}
.wizardBody .nav .active {
color: #19687c;
background: #0bbbe7;
}
.wizardBody .tabContent {
border-color: #75a5c8;
background: #f5f8fa;
}
.wizardBody .step-1,
.wizardBody .step-4 {
background: #fff;
}
.wizardBody .errorInfo {
color: #ff0f00;
}
.wizardBody .inputBorder,
.wizardBody .dropdown-menu,
.wizardBody .numberInput>div,
.wizardBody .radioLbl:before,
.wizardBody .selectorMenu ul:first-child,
.step-3 .phaseSchedule hr {
border-color: #b7c9d7;
}
.wizardBody .error .inputBorder,
.wizardBody .error .radioLbl:before {
border-color: #ff0f00;
}
.wizardBody .inputBorder>input {
background: transparent;
border-width: 0;
color: #316F99;
}
.wizardBody .inputBorder>input[name="startDate"] {
color: #0bbbe7;
}
.wizardBody .dropdown-toggle {
color: #316F99;
}
.wizardBody .calendar .selectedDate .fc-day-number:before {
background: #0999d1;
color: #fff;
}
.wizardBody .panel-heading {
background: #75a5c8;
color: #fff;
}
.wizardBody .panel-body {
border-color: #75a5c8;
background: #fff;
}
.wizardBody .info {
color: #316f99;
}
.wizardBody .step-3 .info {
color: #636d70;
}
.step-1 .calendarSec {
background: #f5f8fa;
}
.wizardBody .startTime .dropdown-menu {
background: #f5f8fa;
}
.wizardBody .selectorMenu,
.wizardBody .methodDD .dropdown-menu {
background: #fff;
}
.step-4 .leftPart h3 {
background: #e8f0f6;
}
.wizardBody .step-4 .leftPart p {
border-color: #d2dadc;
}
.wizardBody .step-4 .leftPart label {
color: #5b6467;
}
.wizardBody .step-4 .leftPart .roomAssign label {
color: #4c5456;
}
.wizardBody .step-4 .rightPart label {
color: #636d70;
}
.step-4 .rightPart>div {
border-color: #d2dadc;
}

.notificationPopup {
color: #3BA35E;
}
Expand Down Expand Up @@ -332,7 +449,8 @@ footer .right .sponsorLogo {
.panelCodeEditor .settingsPanel .lineNumberRow .lineNumLbl:before {
border-color: #316F99;
}
.panelCodeEditor .settingsPanel .lineNumRadio:checked ~ .lineNumLbl:before {
.panelCodeEditor .settingsPanel .lineNumRadio:checked ~ .lineNumLbl:before,
.wizardBody .radioInput:checked ~ .radioLbl:before {
box-shadow: 0 0 0 4px #fff inset,0 0 0 10px rgba(49,111,153,.98) inset;
}
.panelCodeEditor .settingsPanel .btn-settings {
Expand Down Expand Up @@ -461,7 +579,8 @@ footer .right .sponsorLogo {
.listView .listHeader h2 {
color: #316f99;
}
.calendar .fc-border-separate tr.fc-last th {
.calendar .fc-border-separate tr.fc-last th,
.wizardBody .step-1 .calendarSec .startTime {
border-color: #b7c9d7;
}
.calendar .fc-border-separate thead .fc-day-header {
Expand Down