Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 76fc847

Browse files
authored
Merge pull request #264 from deedee/support_challenge_group
fix group control length
2 parents 6f07486 + 921baf5 commit 76fc847

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/web/css/direct/launchcontest.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,8 +3193,7 @@ div#winnerDiv {
31933193
border: 1px solid #CCC;
31943194
border-radius: 5px;
31953195
margin-left: 132px;
3196-
width: auto;
3197-
margin-right: 50px;
3196+
width: 372px;
31983197
}
31993198
.ms-ctn-focus{
32003199
background-color: #ffffff;
@@ -3205,4 +3204,15 @@ div#winnerDiv {
32053204
div#groupDisplay {
32063205
margin-top: 20px;
32073206
}
3208-
3207+
div#groupDisplay #groupDiv{
3208+
margin-top: 20px;
3209+
width: 293px;
3210+
}
3211+
#groupDiv .ms-res-ctn .ms-res-item{
3212+
font-size: 12px;
3213+
text-decoration: underline;
3214+
line-height: 20px;
3215+
}
3216+
#groupDiv .ms-res-ctn .ms-res-item-active {
3217+
background-color: #CCC;
3218+
}

0 commit comments

Comments
 (0)