mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-40376 Themes: Remove padding from course/manage page
This commit is contained in:
parent
f0d37f4ac5
commit
df8b7e73a5
1 changed files with 4 additions and 1 deletions
|
@ -111,7 +111,10 @@
|
||||||
#page-admin-qtypes #qtypes img { padding-right: .45em; vertical-align: text-bottom; }
|
#page-admin-qtypes #qtypes img { padding-right: .45em; vertical-align: text-bottom; }
|
||||||
|
|
||||||
.path-admin-roles .buttons .singlebutton,
|
.path-admin-roles .buttons .singlebutton,
|
||||||
#page-admin-course-manage {display: inline;padding: 5px;}
|
#path-admin-course-manage .buttons {
|
||||||
|
display: inline;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.path-admin-roles .capabilitysearchui {text-align: left;margin-left: auto;margin-right: auto;}
|
.path-admin-roles .capabilitysearchui {text-align: left;margin-left: auto;margin-right: auto;}
|
||||||
#page-admin-roles-define .topfields {margin: 1em 0 2em;}
|
#page-admin-roles-define .topfields {margin: 1em 0 2em;}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue