From 642df831f9d30fd6ec4e6af5086447f7844bbadc Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Wed, 26 Feb 2014 15:30:44 +0800 Subject: [PATCH] MDL-44139 Remove adminwarning from base css. Grr. Afterburner has nothing defined for adminwarning before, so this makes it look all red and splotchy. --- theme/base/style/admin.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/base/style/admin.css b/theme/base/style/admin.css index bb7e4191076..240550ba13d 100644 --- a/theme/base/style/admin.css +++ b/theme/base/style/admin.css @@ -134,8 +134,7 @@ #page-admin-roles-override .overridenotice, #page-admin-roles-define .definenotice {margin: 1em 10% 2em 10%;text-align: left;} -#page-admin-index .adminerror, -#page-admin-index .adminwarning {background-color:#ffd3d9 } +#page-admin-index .adminerror {background-color:#ffd3d9 } #page-admin-index .adminerror .singlebutton, #page-admin-index .adminwarning .singlebutton, #page-admin-index #layout-table .singlebutton {margin:20px;}