mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-36633 usability: Styling over the admin pages
This commit is contained in:
parent
6bf410ed4b
commit
fa9c0aab13
21 changed files with 93 additions and 60 deletions
|
@ -54,6 +54,7 @@
|
|||
#page-admin-qbehaviours #qbehaviours div,
|
||||
#page-admin-qbehaviours #qbehaviours form {display: inline;}
|
||||
#page-admin-qbehaviours #qbehaviours img.spacer {width: 16px;}
|
||||
#page-admin-qbehaviours #qbehaviours img { padding-right: .45em; }
|
||||
|
||||
#page-admin-qtypes .disabled {color: gray;}
|
||||
#page-admin-qtypes th {white-space: normal;}
|
||||
|
@ -63,6 +64,7 @@
|
|||
#page-admin-qtypes #qtypes div,
|
||||
#page-admin-qtypes #qtypes form {display: inline;}
|
||||
#page-admin-qtypes #qtypes img.spacer {width: 16px;}
|
||||
#page-admin-qtypes #qtypes img { padding-right: .45em; vertical-align: text-bottom; }
|
||||
|
||||
.path-admin-roles .buttons .singlebutton,
|
||||
#page-admin-course-index .buttons .singlebutton,
|
||||
|
@ -156,6 +158,8 @@
|
|||
#mnetconfig table,
|
||||
.environmenttable {margin-left:auto;margin-right:auto;}
|
||||
.environmenttable .cell {padding: 0.15em 0.5em;}
|
||||
.environmenttable img.iconhelp { padding-right: 0.3em;}
|
||||
.dir-rtl .environmenttable img.iconhelp { padding-left: 0.3em; padding-right: 0}
|
||||
#trustedhosts .generaltable {margin-left: auto;margin-right: auto;width: 500px;}
|
||||
#trustedhosts .standard {width: auto;}
|
||||
.form-buttons {margin: 10px 0 0 13em;}
|
||||
|
@ -257,6 +261,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 .displayname img.icon { padding-top:0; padding-bottom: 0; }
|
||||
#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;}
|
||||
|
@ -282,3 +287,5 @@
|
|||
#core-cache-store-summaries .default-store td {color:#333;font-style: italic;}
|
||||
#core-cache-rescan-definitions,
|
||||
#core-cache-mode-mappings .edit-link {margin-top:0.5em;text-align:center;}
|
||||
|
||||
.tinymcesubplugins img.icon { padding-top: 0; padding-bottom: 0; }
|
||||
|
|
|
@ -90,8 +90,8 @@ a.autolink.glossary:hover {cursor: help;}
|
|||
img.resize {height: 1em;width: 1em;}
|
||||
.block img.resize,
|
||||
.breadcrumb img.resize {height: 0.9em;width: 0.8em;}
|
||||
img.icon {height:16px;vertical-align:text-bottom;width:16px;padding: 2px 6px 2px 0;}
|
||||
.dir-rtl img.icon {padding: 2px 0 2px 6px;}
|
||||
img.icon {height:16px;vertical-align:text-bottom;width:16px;padding-right: 6px;}
|
||||
.dir-rtl img.icon {padding-left: 6px; padding-right: 0; }
|
||||
img.iconsmall {height:12px;margin-right:3px;vertical-align:middle;width:12px;}
|
||||
img.iconhelp, .helplink img {height:16px; padding-left:3px;vertical-align:text-bottom;width:16px;}
|
||||
img.iconlarge {height: 24px; width: 24px; vertical-align:middle;}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#chooseqtype .submitbuttons {margin: 0.7em 0;text-align: center;}
|
||||
|
||||
#qtypechoicecontainer {display: none;}
|
||||
body.jsenabled #qtypechoicecontainer {display: block;}
|
||||
|
||||
#qtypechoicecontainer_c.yui-panel-container.shadow .underlay {background: none;}
|
||||
#qtypechoicecontainer.yui-panel .hd {color:#333333;letter-spacing: 1px;text-shadow: 1px 1px 1px #FFFFFF;border-radius: 10px 10px 0 0;border: 1px solid #CCCCCC;border-bottom: 1px solid #BBBBBB;background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);}
|
||||
|
@ -23,7 +22,7 @@ body.jsenabled #qtypechoicecontainer {display: block;}
|
|||
#qtypechoicecontainer #chooseqtypehead h3 {margin: 0;font-weight: normal;}
|
||||
#qtypechoicecontainer #chooseqtype .qtypes {position: relative;border-bottom: 1px solid #BBBBBB;padding: 0.24em 0;}
|
||||
#qtypechoicecontainer #chooseqtype .qtypeoption {margin-bottom: 0; padding: 0.3em 0 0.3em 1.6em;}
|
||||
#qtypechoicecontainer #chooseqtype .qtypeoption img {vertical-align: middle;padding-left: 1em;padding-right: 0.5em;}
|
||||
#qtypechoicecontainer #chooseqtype .qtypeoption img {vertical-align: text-bottom;padding-left: 1em;padding-right: 0.5em;}
|
||||
#qtypechoicecontainer #chooseqtype .selected {background-color: #FFFFFF;box-shadow: 0px 0px 10px 0px #CCCCCC;-webkit-box-shadow: 0px 0px 10px 0px #CCCCCC;-moz-box-shadow: 0px 0px 10px 0px #CCCCCC;}
|
||||
#qtypechoicecontainer #chooseqtype .instruction,
|
||||
#qtypechoicecontainer #chooseqtype .qtypesummary {display: none;position: absolute;top: 0px;right: 0px;bottom: 0px;left: 60%;margin: 0;padding: 1.5em 1.6em;background-color: #FFFFFF;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue