Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified the layout of the page #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Source/Core/pages/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title data-language="extName" >Google Maps Carbon Footprint Options</title>
<link rel = "shortcut icon" href="icon.jpg">
<link rel="stylesheet" href="css/options.css" type="text/css" media="screen" />
</head>

Expand Down Expand Up @@ -123,7 +124,7 @@
<select class="selectFUnit" style="margin-left:0;" disabled>
<option value="L" id="fuel-unit" selected>L</option>
</select>
<button id="load-prices-button" data-language="loadPricesBtn">Get Prices</button>
<button id="load-prices-button" data-language="loadPricesBtn">Get <br>Prices</button>
</div>
</div>
</div>
Expand All @@ -145,9 +146,9 @@
<div id="next-checkup">
<label for="next-checkup-month" data-language="notificationNextChekupNext" >Next Checkup in:</label>
<input class="checkup-number" type="number" id="next-checkup-year" value="0" min="0" step="1" disabled>
<label for="next-checkup-year" data-language="notificationNextChekupYears" >years and</label>
<label for="next-checkup-year" data-language="notificationNextChekupYears" >years and </label>
<input class="checkup-number" type="number" id="next-checkup-month" value="0" min="0" step="1" disabled>
<label for="next-checkup-year" data-language="notificationNextChekupMonths" >months</label>
<label for="next-checkup-year" data-language="notificationNextChekupMonths" style="float:right" >months</label>
</div>
</div>
</div>
Expand Down