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 #10801 from mcirlanaru/bug_889771
Browse files Browse the repository at this point in the history
Bug 889771 - Fix width of SIM PIN input box. r=@fabi1cazenave
  • Loading branch information
mihai committed Jul 9, 2013
2 parents 5b5f6d8 + 77a498a commit e40438b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/system/style/simcard.css
Expand Up @@ -12,7 +12,7 @@
}

#simpin-dialog .container {
padding-left: 2rem;
padding: 0 2rem;
font-size: 1.5rem;
}

Expand Down Expand Up @@ -46,6 +46,7 @@
#simpin-dialog .input-wrapper input {
font-size: 3rem;
display: block;
width: auto;
}

#xckArea .input-wrapper input {
Expand Down

0 comments on commit e40438b

Please sign in to comment.