fix css issue

This commit is contained in:
Matthew Harris
2015-10-08 21:26:37 +01:00
parent 1e87eee2e4
commit 0a82363187

View File

@@ -29,7 +29,7 @@
<fieldset> <fieldset>
<legend>@T("Database Setup")</legend> <legend>@T("Database Setup")</legend>
@if (Model.State != TenantState.Uninitialized) { @if (Model.State != TenantState.Uninitialized) {
<div class="warning message">@T("Warning: If you don't know what you're doing you *will* (likely) send this tenant into a downward spiral of irrecoverable disrepair. Have a nice day.")</div> <div class="message message-Warning">@T("Warning: If you don't know what you're doing you *will* (likely) send this tenant into a downward spiral of irrecoverable disrepair. Have a nice day.")</div>
} }
else { else {
<div> <div>