Skip to content

Commit 66e2453

Browse files
minor fixes
1 parent 9a4e1ba commit 66e2453

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

WebContent/options.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body {
33
font-size: 10pt;
44
}
55

6-
body>div {
6+
body > div {
77
position: relative;
88
margin: 0px auto;
99
width: 320px;
@@ -15,7 +15,7 @@ body>div {
1515
-webkit-box-shadow: #888 2px 2px 2px;
1616
}
1717

18-
body>div>div {
18+
body > div > div {
1919
padding-left: 10px;
2020
padding-right: 10px;
2121
}
@@ -40,7 +40,8 @@ label {
4040

4141
input[type="checkbox"] {
4242
position: absolute;
43-
right: 0px; width : auto;
43+
right: 0px;
44+
width: auto;
4445
margin-left: 15px;
4546
margin-bottom: 5px;
4647
margin-top: 5px;
@@ -49,7 +50,8 @@ input[type="checkbox"] {
4950

5051
button {
5152
position: absolute;
52-
top: -2px; right : 0px;
53+
top: -4px;
54+
right: 0px;
5355
background-color: #F3F3F3;
5456
-webkit-border-radius: 3px;
5557
right: 0px;

WebContent/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2><img alt="icon" id="icon" src="jsonview48.png"/>JSONView options</h2>
1515
<input type="checkbox" id="safeMethodInput">
1616
</div>
1717
<div class="optionBlock">
18-
<label for="openStyleInput">Build custom theme with the style editor</label>
18+
<label for="openStyleInput">Build custom theme with style editor</label>
1919
<button onclick="location.href = 'csseditor.html'">Open</button>
2020
</div>
2121
<p> (*) : safe method forces the browser to send an extra HTTP request to get the raw HTTP content. </p>

0 commit comments

Comments
 (0)