Skip to content

Commit

Permalink
Bug 818172 - Overrides the building block styles to show SIM PIN error
Browse files Browse the repository at this point in the history
messages. r=Alive, a=blocking-basecamp+
  • Loading branch information
RudyLu committed Dec 9, 2012
1 parent 0e4afcb commit f4d85b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/system/style/simcard.css
Expand Up @@ -18,10 +18,21 @@
padding-top: 10px; padding-top: 10px;
} }


#errorMsg{
padding: 1rem;
}

#simpin-dialog .error #messageHeader { #simpin-dialog .error #messageHeader {
color: red; color: red;
} }


/* for simpin error message,
* to override [role="dialog"] rules in core.css*/
#messageBody {
color: #000;
white-space: normal;
}

#simpin-dialog .input-wrapper { #simpin-dialog .input-wrapper {
position: relative; position: relative;
} }
Expand Down

0 comments on commit f4d85b6

Please sign in to comment.