Skip to content

Commit

Permalink
Item12180: more styling of changed; set nyro close button at right size
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15973 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 10, 2012
1 parent af0606d commit f0ebfb6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
.nmReposition {
position: absolute;
}
.nyroModalClose {
z-index: 1;
}
.nyroModalCloseButton {
top: -13px;
right: -13px;
width: 12px;
height: 12px;
width: 17px;
height: 17px;
text-indent: -9999em;
background: url(%RESOURCEURI%close.gif);
}
Expand Down
4 changes: 0 additions & 4 deletions core/lib/Foswiki/Configure/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -977,10 +977,6 @@ div.configureMessageBox {
margin-right: 0;
}

.nyroModalClose {
z-index: 1;
}

/* Responsive: Tablet to desktop */

@media (min-width: 481px) and (max-width: 979px) {
Expand Down
6 changes: 3 additions & 3 deletions core/lib/Foswiki/Configure/templates/feedbackunsaved.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
</#assign>

<#assign noPending>
<div class="configureOk"><span>No unsaved changes</span></div>
<div class="configureNoChanges"><span>No unsaved changes</span></div>
</#assign>

<#assign onePending>
<div class="foswikiAlert configureUnsaved"><span>
<div class="configureUnsaved"><span>
1 unsaved change<#if timesaved??>,&nbsp;from ${timesaved}</#if>
<#if listPending gt 0 >
${pendingList}
Expand All @@ -22,7 +22,7 @@
</#assign>

<#assign nPending>
<div class="foswikiAlert configureUnsaved"><span>
<div class="configureUnsaved"><span>
${pendingCount} unsaved changes<#if timesaved??>,&nbsp;from ${timesaved}</#if>
<#if listPending gt 0>
${pendingList}
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/templates/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<input type="hidden" name="action" value="Configure" />
<input type='submit' class='foswikiButton' name='changePassword' value='Change password' />
<input type='submit' class='foswikiButton' name='discardChanges' value='Discard changes' onclick="return setSubmitAction(this,'DiscardChanges');" />
<input type='submit' class='foswikiButton discardChanges' name='discardChanges' value='Discard changes' />
<input type='submit' class='enableWhenSomethingChanged foswikiSubmit' name='saveChanges' value='Save changes' onclick="return setSubmitAction(this,'Savechanges');" />
</div>
</div>
Expand Down

0 comments on commit f0ebfb6

Please sign in to comment.