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

change effort hours estimate label #422

Merged
merged 1 commit into from
May 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/web/WEB-INF/includes/contest/editTab.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
</div>
<br/><br/>
<div class="effortEstimateRow">
<span class="name fixWidthName" title="Enter effort hours estimate"><strong>Effort Hours<br/>Estimate:</strong>&nbsp;&nbsp;&nbsp;<a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></span>
<span class="name fixWidthName" title="Enter effort hours estimate"><strong>Estimated Effort:&nbsp;</strong><a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></span>
<input id="effortHoursEstimate" class="bigin" name="effortHoursEstimate" type="text" value="" />
</div>
<br/><br/>
Expand Down
2 changes: 1 addition & 1 deletion src/web/WEB-INF/includes/contest/editTabMarathon.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
</div>
<br /><br />
<div class="effortEstimateRow">
<span class="name fixWidthName" title="Enter effort hours estimate"><strong>Effort Hours<br/>Estimate:</strong>&nbsp;&nbsp;&nbsp;<a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></span>
<span class="name fixWidthName" title="Enter effort hours estimate"><strong>Estimated Effort:&nbsp;</strong><a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></span>
<input id="effortHoursEstimate" class="bigin" name="effortHoursEstimate" type="text" value="" />
</div>
<br/><br/>
Expand Down
2 changes: 1 addition & 1 deletion src/web/WEB-INF/includes/contest/editTabSoftware.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<br/>

<div class="effortEstimateRow">
<span class="name fixWidthName" title="Enter effort hours estimate"><strong>Effort Hours<br/>Estimate:</strong>&nbsp;&nbsp;&nbsp;<a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></span>
<span class="name fixWidthName" title="Enter effort hours estimate"><strong>Estimated Effort:&nbsp;</strong><a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></span>
<input id="effortHoursEstimate" class="bigin" name="effortHoursEstimate" type="text" value="" />
<br/>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/web/WEB-INF/includes/launch/contestSelection.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</div>
</div>
<div class="ms-row effortEstimateRow">
<label>Effort Hours Estimate:&nbsp;&nbsp;&nbsp;<a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></label>
<label>Estimated Effort:&nbsp;&nbsp;<a href="javascript:;" class="helpme"><img src="/images/help_ico5.gif" alt="help"/></a></label>
<input id="effortHoursEstimate" class="text" name="effortHoursEstimate" type="text"/>
</div>
</div>
Expand Down
8 changes: 2 additions & 6 deletions src/web/css/direct/launchcontest.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@

/** label **/
#launchContestOut .addNewContest label {
width: 118px;
width: 125px;
float: left;
display: inline;
margin-left: 14px;
Expand Down Expand Up @@ -389,10 +389,6 @@
padding: 0 21px 0 24px;
}

#effortHoursEstimate {
margin: 10px 0;
}

/** end .addNewContest **/

/** paymentMethod **/
Expand Down Expand Up @@ -3204,7 +3200,7 @@ div#winnerDiv {
.ms-group-div{
border: 1px solid #CCC;
border-radius: 4px;
margin-left: 132px;
margin-left: 139px;
width: 372px;
}

Expand Down