mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-47340 action_menu: selector, RTL, consistency fixes
This commit is contained in:
parent
b49de5d930
commit
6287692843
5 changed files with 36 additions and 14 deletions
|
@ -2066,7 +2066,8 @@ img#persona_signin {
|
|||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
|
||||
.iconsmall {
|
||||
.iconsmall,
|
||||
.smallicon {
|
||||
margin: 4px 4px 4px 0px;
|
||||
padding: 8px 4px 0px 2px;
|
||||
vertical-align: text-bottom;
|
||||
|
@ -2143,8 +2144,10 @@ img#persona_signin {
|
|||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.iconsmall {
|
||||
.iconsmall,
|
||||
.smallicon {
|
||||
margin: 4px 4px 4px -24px;
|
||||
padding: 4px;
|
||||
}
|
||||
> li {
|
||||
display:block;
|
||||
|
@ -2183,9 +2186,13 @@ img#persona_signin {
|
|||
text-align: right;
|
||||
left: 0;
|
||||
right: auto;
|
||||
.iconsmall {
|
||||
margin-right:0;
|
||||
margin-left:8px;
|
||||
a {
|
||||
padding: 2px 28px 2px 1em;
|
||||
}
|
||||
.iconsmall,
|
||||
.smallicon {
|
||||
margin-right: -24px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/** bottom left of button **/
|
||||
|
|
|
@ -941,15 +941,16 @@ span.editinstructions {
|
|||
margin-right:1em;
|
||||
display:inline-block;
|
||||
display:initial;
|
||||
img {
|
||||
> a img,
|
||||
.menubar img {
|
||||
margin: 0 4px;
|
||||
height:12px;
|
||||
padding: 0;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
&.show .menu {
|
||||
a {
|
||||
padding:4px 1em 4px 4px;
|
||||
li {
|
||||
line-height: 20px;
|
||||
}
|
||||
img {
|
||||
width: 12px;
|
||||
|
@ -1194,6 +1195,11 @@ span.editinstructions {
|
|||
}
|
||||
.course-count {
|
||||
margin-left:2rem;
|
||||
|
||||
.smallicon {
|
||||
margin-left: 0px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
.bulk-action-checkbox {
|
||||
margin-left: -3px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue