MDL-47340 action_menu: selector, RTL, consistency fixes

This commit is contained in:
Jetha Chan 2014-10-20 14:05:49 +08:00
parent b49de5d930
commit 6287692843
5 changed files with 36 additions and 14 deletions

View file

@ -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 **/

View file

@ -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