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

Commit

Permalink
Bug 1155097 - fixed passcode CSS with -moz-padding-start
Browse files Browse the repository at this point in the history
  • Loading branch information
EragonJ authored and rvandermeulen committed Apr 23, 2015
1 parent 27d7c75 commit 321bad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/settings/style/settings.css
Expand Up @@ -512,7 +512,7 @@ section ul.operate-certificate {
#cb-passcode-def {
display: block;
border: 0;
padding-left: 3.5rem;
-moz-padding-start: 3.5rem;
line-height: 2rem;
font-size: 1.4rem;
font-weight: lighter;
Expand All @@ -527,7 +527,7 @@ section ul.operate-certificate {
clear: both;
display: none;
height: 4.2rem;
padding-left: 3rem;
-moz-padding-start: 3rem;
color: red;
font-size: 1.5rem;
line-height: 4.2rem;
Expand Down

0 comments on commit 321bad7

Please sign in to comment.