wiki: Remove some inline css.

This commit is contained in:
Andre D
2012-10-01 06:09:54 -05:00
committed by Neil Williams
parent f858121086
commit 4963fd239f
2 changed files with 5 additions and 1 deletions

View File

@@ -997,6 +997,10 @@ a.author { margin-right: 0.5em; }
padding-left: 10px;
}
#wiki_revision_reason {
width: 100%;
}
.wiki-page .revision {
transition: opacity 500ms;
-o-transition: opacity 500ms;

View File

@@ -43,7 +43,7 @@
%if thing.show_reason_field:
<br/><br/>
<label for="reason">${_("reason for revision")}</label><br/>
<input type="text" name="reason" style="width: 100%" />
<input type="text" name="reason" id="wiki_revision_reason" />
%endif
<input type="hidden" id="previous" name="previous" value="${thing.previous}" /><br/><br/>
<input type="submit" value="${_('save page')}" />