mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
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.
This commit is contained in:
parent
7bc759bd44
commit
9dcb52882c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue