File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
font-size : 10pt ;
4
4
}
5
5
6
- body > div {
6
+ body > div {
7
7
position : relative;
8
8
margin : 0px auto;
9
9
width : 320px ;
@@ -15,7 +15,7 @@ body>div {
15
15
-webkit-box-shadow : # 888 2px 2px 2px ;
16
16
}
17
17
18
- body > div > div {
18
+ body > div > div {
19
19
padding-left : 10px ;
20
20
padding-right : 10px ;
21
21
}
@@ -40,7 +40,8 @@ label {
40
40
41
41
input [type = "checkbox" ] {
42
42
position : absolute;
43
- right : 0px ; width : auto;
43
+ right : 0px ;
44
+ width : auto;
44
45
margin-left : 15px ;
45
46
margin-bottom : 5px ;
46
47
margin-top : 5px ;
@@ -49,7 +50,8 @@ input[type="checkbox"] {
49
50
50
51
button {
51
52
position : absolute;
52
- top : -2px ; right : 0px ;
53
+ top : -4px ;
54
+ right : 0px ;
53
55
background-color : # F3F3F3 ;
54
56
-webkit-border-radius : 3px ;
55
57
right : 0px ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h2><img alt="icon" id="icon" src="jsonview48.png"/>JSONView options</h2>
15
15
< input type ="checkbox " id ="safeMethodInput ">
16
16
</ div >
17
17
< 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 >
19
19
< button onclick ="location.href = 'csseditor.html' "> Open</ button >
20
20
</ div >
21
21
< p > (*) : safe method forces the browser to send an extra HTTP request to get the raw HTTP content. </ p >
You can’t perform that action at this time.
0 commit comments