Skip to content

Commit c1915bc

Browse files
committed
Flipped location of tutorial steps and editor.
1 parent 4689ee9 commit c1915bc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

index.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ iframe {
5555
position: absolute;
5656
width: 480px;
5757
height: 270px;
58-
left: 480px;
58+
left: 0px;
5959
top: 270px;
6060
overflow: hidden;
6161
border: none;
@@ -66,12 +66,13 @@ iframe {
6666

6767
#editor-container {
6868
position: absolute;
69-
left: 0px;
69+
left: 480px;
7070
top: 0px;
7171
width: 480px;
7272
height: 540px;
7373
background-color: rgb(40, 44, 52);
7474
border-right: solid 1px black;
75+
border-left: solid 1px black;
7576
z-index: 1;
7677
}
7778

@@ -98,7 +99,7 @@ a:visited { color: white; }
9899
#tutorial {
99100
animation-name: node-ready;
100101
animation-duration: 0.001s;
101-
left: 480px;
102+
left: 0px;
102103
width: 480px;
103104
font-size: 14px;
104105
position: absolute;
@@ -140,7 +141,7 @@ a:visited { color: white; }
140141
#tutorial-menu {
141142
width: 90px;
142143
height: 18px;
143-
left: 718px;
144+
left: 238px;
144145
display: inline;
145146
text-align: center;
146147
text-decoration: none;
@@ -162,7 +163,7 @@ a:visited { color: white; }
162163
#tutorial-full {
163164
width: 90px;
164165
height: 18px;
165-
left: 838px;
166+
left: 358px;
166167
display: inline;
167168
text-align: center;
168169
text-decoration: none;
@@ -184,7 +185,7 @@ a:visited { color: white; }
184185
#tutorial-save {
185186
width: 90px;
186187
height: 18px;
187-
left: 30px;
188+
left: 510px;
188189
display: inline;
189190
text-align: center;
190191
text-decoration: none;
@@ -206,7 +207,7 @@ a:visited { color: white; }
206207
#tutorial-next {
207208
width: 90px;
208209
height: 18px;
209-
left: 270px;
210+
left: 750px;
210211
text-decoration: none;
211212
text-align: center;
212213
top: 5px;
@@ -227,7 +228,7 @@ a:visited { color: white; }
227228
#tutorial-prev {
228229
width: 90px;
229230
height: 18px;
230-
left: 150px;
231+
left: 630px;
231232
text-decoration: none;
232233
text-align: center;
233234
top: 5px;

0 commit comments

Comments
 (0)