Skip to content

Commit

Permalink
Item12180: Fix font for debug message, add comment to template
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15860 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Nov 3, 2012
1 parent 68fddfb commit bf77255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ table.configureFeedbackSummaryTable td {
.configureFeedbackSummaryCell {
background-color:#fffbe8;
}
.configureFeedbackUnsaved .configureFeedbackSummaryCell {
.configureFeedbackSummaryCell .configureFeedbackUnsaved {
font-size:xx-small;
color:black;
}
Expand Down
2 changes: 2 additions & 0 deletions core/lib/Foswiki/Configure/templates/feedbackunsaved.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- Template used for Feedback pending summary div -->

<#assign pendingList>
<span class="configureFeedbackUnsaved"><br />
<#list pendingItems as i>
Expand Down

0 comments on commit bf77255

Please sign in to comment.