diff --git a/themes/seven/style.css b/themes/seven/style.css index 9d1361f9f9e..f1639e81011 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -814,11 +814,11 @@ div.admin-options div.form-item { /* Maintenance theming */ body.in-maintenance #sidebar-first { - float: right; + float: left; width: 200px; } body.in-maintenance #content { - float: left; + float: right; width: 550px; padding-right: 20px; }