Skip to content

Commit 7446437

Browse files
committed
Merge pull request #30 from mfloryan/issue-28
Fixed #28 - list of builds is scrollable now
2 parents 68833aa + c52821f commit 7446437

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

tcslackbuildnotifier-web-ui/src/main/resources/buildServerResources/SlackNotification/css/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ input[type=checkbox], input[type=radio] {
88

99
div#buildList{
1010
padding: 1em;
11-
overflow:scroll;
11+
}
12+
13+
div#buildPane {
14+
overflow: scroll;
1215
}
1316

1417
label {

tcslackbuildnotifier-web-ui/src/main/resources/buildServerResources/SlackNotification/slackNotificationInclude.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<div id='buildPane'>
148148
<p style="border-bottom:solid 1px #cccccc; margin:0; padding:0.5em;"><label><input name="buildTypeAll" onclick="toggleAllBuildTypesSelected();" type=checkbox style="padding-right: 1em;" class="buildType_all"><strong>All Project Builds</strong></label></p>
149149
<p style="border-bottom:solid 1px #cccccc; margin:0; padding:0.5em;"><label><input id="buildTypeSubProjects" name="buildTypeSubProjects" onclick="updateSelectedBuildTypes();" type=checkbox style="padding-right: 1em;" class="buildType_subprojects"><strong>All Sub-Project Builds</strong></label></p>
150-
<div id='buildList' style="overflow:auto; padding:0;">
150+
<div id='buildList' style="padding:0;">
151151
</div>
152152
</div>
153153
</div><!-- panel-container -->

0 commit comments

Comments
 (0)