From 5536f2fccf199d4693429445403d1907de0c71a3 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Thu, 24 May 2012 11:49:36 +0200 Subject: [PATCH] MDL-32339 improving the layout for narrow screens --- theme/base/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/admin.css b/theme/base/style/admin.css index 58ba4e7a451..e22e8027923 100644 --- a/theme/base/style/admin.css +++ b/theme/base/style/admin.css @@ -88,7 +88,7 @@ #page-admin-index .adminwarning.maturityinfo.maturity100, #page-admin-index .adminwarning.maturityinfo.maturity150 {background-color:#f3f2aa;} -#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo {margin:10px auto;width:60%;text-align:left;} +#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo {line-height:1.8;margin:20px auto;width:60%;text-align:left;} #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo .info.release {margin-right:10px;padding:5px 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;} #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity50 .info.release {background-color:#ffd3d9;} #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity100 .info.release,