From 9dcb52882ce4982058ad05342776a6957d3356fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Tue, 18 Sep 2012 22:29:09 +0200 Subject: [PATCH] MDL-35238 Distinguish the uninstall link from the settings link It has been reported (can't find the issue now, sorry) that having these two links next to each other represents an usability issue as folks found themselves clicking at the uninstall link instead of the settings link. Previously, these links were displayed in separate columns but then the whole table got too wide - see MDL-20438. --- theme/base/style/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/style/admin.css b/theme/base/style/admin.css index ef209d2c3f6..92539805609 100644 --- a/theme/base/style/admin.css +++ b/theme/base/style/admin.css @@ -252,6 +252,7 @@ #page-admin-plugins #plugins-overview-filter .filter-item {padding:5px 10px;} #page-admin-plugins #plugins-overview-filter .filter-item.active {font-weight:bold;} #page-admin-plugins #plugins-overview-filter .separator {border-left:1px dotted #999;} +#page-admin-plugins #plugins-control-panel .actions .uninstall {color:#900;} #page-admin-plugins #plugins-control-panel .notes .pluginupdateinfo {padding:5px 10px;margin:10px;background-color:#d2ebff;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;} #page-admin-plugins #plugins-control-panel .notes .pluginupdateinfo.maturity50 {background-color:#ffd3d9;} #page-admin-plugins #plugins-control-panel .notes .pluginupdateinfo.maturity100,