This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +41
-28
lines changed Expand file tree Collapse file tree 2 files changed +41
-28
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ th, td {
156
156
margin-bottom : 5px ;
157
157
}
158
158
# fixed-bar-right button {
159
- background-color : # F2F2F2 ;
159
+ background-color : # F2F2F2 ;
160
160
border : 1px solid # ddd ;
161
161
padding : 2.5px 6px ;
162
162
color : black;
@@ -251,28 +251,31 @@ button:focus {
251
251
border-top : 2px solid # 394171 ;
252
252
border-bottom : 4px solid # e98024 ;
253
253
font-size : 18px ;
254
- }
255
- .wrapper {
256
- max-width : 960px ;
257
- margin : 0 auto;
254
+ padding : 0 20px ;
258
255
}
259
256
# header # logo div {
260
257
display : inline-block;
261
258
}
262
259
# topbar {
263
260
background-color : # 15212d ;
264
261
width : 100% ;
265
- height : 20px ;
266
262
color : # fff ;
267
263
line-height : 1 ;
264
+ font-size : 70% ;
265
+ text-align : right;
266
+ padding : 3px 20px ;
267
+ display : table;
268
268
}
269
269
# logo {
270
270
display : inline-block;
271
- margin-top : 15px ;
271
+ margin-top : 5px ;
272
+ }
273
+ .symbol-logo {
274
+ width : 22% ;
272
275
}
273
276
.type-logo {
274
- width : 80 % ;
275
- margin-left : 10 px ;
277
+ width : 57 % ;
278
+ margin-left : 8 px ;
276
279
}
277
280
278
281
.left-header {
@@ -283,12 +286,27 @@ button:focus {
283
286
float : right;
284
287
}
285
288
289
+ # header .right-header {
290
+ margin-top : 5px ;
291
+ }
292
+
286
293
# logout , # accountSelect , # login {
287
294
display : none;
288
295
}
289
296
297
+ # logout , # login {
298
+ display : inline-block;
299
+ letter-spacing : .75px ;
300
+ padding : 6px ;
301
+ text-transform : uppercase;
302
+ font-size : 0.7em ;
303
+ }
304
+
290
305
# login {
291
- margin-top : 25px ;
306
+ padding : 0 10px ;
307
+ font-size : 0.8em ;
308
+ line-height : 2em ;
309
+ margin : 0.8em 0 ;
292
310
}
293
311
294
312
.btn-primary {
@@ -303,4 +321,4 @@ button:focus {
303
321
text-decoration : none !important ;
304
322
background-color : # 14602B !important ;
305
323
border-color : # 14602B !important ;
306
- }
324
+ }
Original file line number Diff line number Diff line change 18
18
<div id =" center" ></div >
19
19
<div class =" spinning" ><img src =" image/binary-symbol-logo.svg" /></div >
20
20
<div id =" topbar" >
21
- <div class =" wrapper" >
22
- <div class =" right-header" >
23
- { {> language } }
24
- <select id =" tours" >
25
- <option value =" " data-i18n-text =" Select a Tour" ></option >
26
- <option value =" welcome" data-i18n-text =" Welcome!" ></option >
27
- <option value =" introduction" data-i18n-text =" Introduction" ></option >
28
- </select >
29
- </div >
30
- </div >
21
+ <div class =" right-header" >
22
+ { {> language } }
23
+ <select id =" tours" >
24
+ <option value =" " data-i18n-text =" Select a Tour" ></option >
25
+ <option value =" welcome" data-i18n-text =" Welcome!" ></option >
26
+ <option value =" introduction" data-i18n-text =" Introduction" ></option >
27
+ </select >
28
+ </div >
31
29
</div >
32
30
<div id =" header" >
33
- <div class =" wrapper" >
34
31
<div class =" left-header" >
35
32
<a href =" " id =" logo" >
36
- <div >< img class =" symbol-logo" src =" image/binary-symbol-logo.svg" alt =" Binary-logo" /></ div >
37
- <div >< img class =" type-logo" src =" image/binary-type-logo.svg" alt =" Binary-logo" ></ div >
33
+ <img class =" symbol-logo" src =" image/binary-symbol-logo.svg" alt =" Binary-logo" />
34
+ <img class =" type-logo" src =" image/binary-type-logo.svg" alt =" Binary-logo" >
38
35
</a >
39
36
</div >
40
37
<div class =" right-header" >
41
38
<div >
42
- <select id =" accountSelect" >
43
- </select >
39
+ <select id =" accountSelect" ></select >
44
40
</div >
45
41
<div class =" intro-token" >
46
- <button id =" logout" data-i18n-text =" Logout " ></button >
42
+ <button id =" logout" data-i18n-text =" Log out " ></button >
47
43
<button title =" Add your tokens to the bot" id =" login" data-i18n-text =" Login" ></button >
48
44
</div >
49
45
</div >
50
- </div >
51
46
</div >
52
47
<div id =" blocklyDiv" ></div >
53
48
<div id =" summaryPanel" class =" panel" >
You can’t perform that action at this time.
0 commit comments