Skip to content

Commit be4b6d4

Browse files
committed
improved display of the module wrapper
1 parent 4ec34be commit be4b6d4

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

css/stylesheet.css

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ button:not([disabled]):hover {
6363
button.active {
6464
background: rgb(38, 38, 38);
6565
}
66-
6766
.btn input,
6867
button input {
6968
outline: none;
@@ -200,6 +199,9 @@ section {
200199

201200
.tab_container {
202201
top: 30px;
202+
background: #242424;
203+
border: 1px solid #505050;
204+
border-top: none;
203205
}
204206

205207
.tab {
@@ -221,6 +223,9 @@ section {
221223

222224
.module_wrapper {
223225
overflow: scroll;
226+
font-family: monospace;
227+
border: none;
228+
border-bottom: 1px solid #505050;
224229
}
225230

226231
.module_wrapper .name {
@@ -249,6 +254,19 @@ section {
249254

250255
.tab_bar {
251256
height: 30px;
257+
border-left: none;
258+
border-bottom: 1px solid #505050;
259+
}
260+
261+
.tab_bar button {
262+
position: relative;
263+
float: left;
264+
height: 29px;
265+
}
266+
267+
.tab_bar button.active {
268+
border: 1px solid #505050;
269+
border-bottom: none;
252270
}
253271

254272
.files_bar {
@@ -399,6 +417,7 @@ pre {
399417
display: inline-table;
400418
color: white;
401419
table-layout: fixed;
420+
border: 1px solid #505050;
402421
}
403422

404423
.mtbl-row {

public/algorithm_visualizer.css

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ button:not([disabled]):hover {
183183
button.active {
184184
background: rgb(38, 38, 38);
185185
}
186-
187186
.btn input,
188187
button input {
189188
outline: none;
@@ -320,6 +319,9 @@ section {
320319

321320
.tab_container {
322321
top: 30px;
322+
background: #242424;
323+
border: 1px solid #505050;
324+
border-top: none;
323325
}
324326

325327
.tab {
@@ -341,6 +343,9 @@ section {
341343

342344
.module_wrapper {
343345
overflow: scroll;
346+
font-family: monospace;
347+
border: none;
348+
border-bottom: 1px solid #505050;
344349
}
345350

346351
.module_wrapper .name {
@@ -369,6 +374,19 @@ section {
369374

370375
.tab_bar {
371376
height: 30px;
377+
border-left: none;
378+
border-bottom: 1px solid #505050;
379+
}
380+
381+
.tab_bar button {
382+
position: relative;
383+
float: left;
384+
height: 29px;
385+
}
386+
387+
.tab_bar button.active {
388+
border: 1px solid #505050;
389+
border-bottom: none;
372390
}
373391

374392
.files_bar {
@@ -520,6 +538,7 @@ pre {
520538
display: inline-table;
521539
color: white;
522540
table-layout: fixed;
541+
border: 1px solid #505050;
523542
}
524543

525544
.mtbl-row {

public/algorithm_visualizer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)