Skip to content

Commit 69fb170

Browse files
committed
[PRAC/cont] Move CRM-app log to "Session storage"
Organiz ability app/test without del/correct server data (usability). Worth noting: - that after page/reloading everything is restored as it was (according the server data). core: B-3 / JS-BL
1 parent 423fbeb commit 69fb170

File tree

2 files changed

+308
-109
lines changed

2 files changed

+308
-109
lines changed

core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/css/crm-output.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
margin-bottom: 10px;
6262
}
6363

64+
.crm__output-table thead {
65+
display: table;
66+
width: 1180px;
67+
}
68+
6469
.crm__output-table tbody {
6570
display: table;
6671
width: 1180px;
@@ -435,6 +440,14 @@
435440
line-height: 12px;
436441
}
437442

443+
.head-cell__icon-up {
444+
background-size: 13px;
445+
}
446+
447+
.head-cell__icon-down {
448+
background-size: 13px;
449+
}
450+
438451
.crm__output-table-body {
439452
font-size: 13px;
440453
}

0 commit comments

Comments
 (0)