Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22502 from pivanov/bug-1037607
Browse files Browse the repository at this point in the history
Bug 1037607 - The drop-down fields in the add contact dialog are left aligned
  • Loading branch information
Pavel Ivanov committed Aug 6, 2014
2 parents a1f7807 + 6e17257 commit ba40f71
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions apps/communications/contacts/style/app.css
Expand Up @@ -654,3 +654,14 @@ form[role="dialog"].no-overlay button {
#sim-picker {
text-align: left;
}


html[dir="rtl"] .fillflow-row-action {
right: auto;
left: 0;
}

html[dir="rtl"] .view-body-inner,
html[dir="rtl"] ::-moz-placeholder {
text-align: right;
}
10 changes: 9 additions & 1 deletion shared/style/buttons.css
Expand Up @@ -337,6 +337,13 @@ html[dir="rtl"] li .button.icon {
padding: 1rem 1.3rem 1rem 4rem;
}

html[dir="rtl"] li button.icon:before,
html[dir="rtl"] li [role="button"].icon:before,
html[dir="rtl"] li .button.icon:before {
right: auto;
left: 0.5rem;
}

html[dir="rtl"] li button.icon-dialog,
html[dir="rtl"] li [role="button"].icon-dialog,
html[dir="rtl"] li .button.icon-dialog {
Expand Down Expand Up @@ -369,4 +376,5 @@ html[dir="rtl"] .button.icon-dialog select {
right: 0.3rem; /* .3rem space because of italic */
text-indent: 1rem;
padding: 0 0 0 4rem;
}
}

0 comments on commit ba40f71

Please sign in to comment.