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

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8618 from rexboy7/responsive-settings
Bug 830644 - [Settings][HIDPI] Support High resolution devices
  • Loading branch information
rexboy7 committed Mar 20, 2013
2 parents 2f2d2fd + 8f5ebdd commit 7202403
Show file tree
Hide file tree
Showing 28 changed files with 174 additions and 127 deletions.
9 changes: 5 additions & 4 deletions apps/settings/index.html
Expand Up @@ -40,6 +40,7 @@
<!--<script defer src="shared/js/mobile_operator.js"></script>-->

<!-- all non-#root panels will lazy-load their own scripts -->
<link rel="stylesheet" href="/shared/style/responsive.css" >
</head>
<body class="skin-organic uninit">

Expand Down Expand Up @@ -1584,23 +1585,23 @@ <h1></h1>
<span id="messageBody">3 tries left.</span>
</div>
<div id="pinArea">
<div id="pinArea" class="sim-code-area">
<div data-l10n-id="simPin">SIM PIN</div>
<div class="input-wrapper">
<input type="number" name="simpin" size="8" maxlength="8" />
<input type="text" name="simpinVis" size="8" maxlength="8" />
</div>
</div>
<div id="pukArea">
<div id="pukArea" class="sim-code-area">
<div data-l10n-id="pukCode">PUK Code</div>
<div class="input-wrapper">
<input type="number" name="simpuk" size="8" maxlength="8" />
<input type="text" name="simpukVis" size="8" maxlength="8" />
</div>
</div>
<div id="newPinArea">
<div id="newPinArea" class="sim-code-area">
<div data-l10n-id="newSimPinMsg">
Create PIN (must contain 4 to 8 digits)
</div>
Expand All @@ -1610,7 +1611,7 @@ <h1></h1>
</div>
</div>
<div id="confirmPinArea">
<div id="confirmPinArea" class="sim-code-area">
<div>Confirm New PIN</div>
<div class="input-wrapper">
<input type="number" name="confirmNewSimpin" size="8" maxlength="8" />
Expand Down
2 changes: 2 additions & 0 deletions apps/settings/onpair.html
Expand Up @@ -19,6 +19,8 @@

<!-- Specific code -->
<script type="application/javascript" defer src="js/onpair.js"></script>

<link rel="stylesheet" href="shared/style/responsive.css">
</head>
<body role="application">
<form role="dialog" data-type="confirm" id="pair-view">
Expand Down
1 change: 1 addition & 0 deletions apps/settings/resources/obtaining_source_code.html
@@ -1,5 +1,6 @@
<html>
<head>
<link rel="stylesheet" href="/shared/style/responsive.css" >
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions apps/settings/resources/open_source_license.html
Expand Up @@ -12,6 +12,7 @@
white-space: normal;
}
</style>
<link rel="stylesheet" href="/shared/style/responsive.css" >
</head>

<body>
Expand Down

0 comments on commit 7202403

Please sign in to comment.