blob: 19355ddd80882f05c4cd015cbfe2dc1321691742 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001.table-container-flex {
2 /* height: 650px; */
3 margin-top: 35px;
4 clear: both;
5 .table {
6 width: 100%;
7 border: 1px solid #d8d8d8;
8 .head {
9 background-color: #eaeaea;
10 .head-row {
11 color: #333333;
12 font-weight: bold;
13 text-align: center;
14 border-right: 1px solid @border_color_d;
15 padding: 8px 15px;
16
17 &:last-child {
18 border-right: none;
19 }
20
21 .table-header-sort-arrow {
22 display: inline-block;
23 background-color: transparent;
24 border: none;
25 color: #AAA;
26 margin: 8px 0 0 5px;
27 &.up {
28 border-left: 5px solid transparent;
29 border-right: 5px solid transparent;
30 border-bottom: 5px solid;
31 }
32 &.down {
33 border-left: 5px solid transparent;
34 border-right: 5px solid transparent;
35 border-top: 5px solid;
36 }
37 }
38 }
39 }
40 .body {
41 .scrollbar-container {
42 max-height: 430px;
43 .perfect-scrollbar;
44 }
45 .b_9;
46
47 .data-row {
48 border-bottom: 1px solid @border_color_d;
49 div {
50
51 border-right: 1px solid @border_color_d;
52
53
54 &:last-child {
55 border-right: none;
56 }
57
58 .table-role-select {
59 background-color: transparent;
60 border: 0;
61 width: 100%;
62
63 }
64 .table-role-label {
65 margin-left:4px;
66 }
67
68 }
69
70 &.selected {
71 background-color: #e6f6fb;
72 }
73
74 & + div.item-opened {
75 border-bottom: 1px solid @border_color_d;
76 padding: 10px 23px;
77 text-align: left;
78 word-break: break-all;
79 }
80 }
81 .data-row:hover {
82 .bg_j;
83 }
84
85
86 button.add-button {
87 margin: 10px auto;
88 display: block;
89 border: 1px solid #eaeaea;
90 background-color: @func_color_r;
91 box-shadow: 0px 1px 1px 0px rgba(24, 24, 25, 0.05);
92 width: 297px;
93 height: 39px;
94 color: #666666;
95 font-size: 14px;
96 font-weight: bold;
97
98 &:before {
99 .sprite-new;
100 .add-icon-blue;
101 float: left;
102 margin-left: 5px;
103 content: "";
104 }
105 }
106 }
107
108 .no-row-text{
109 text-align: center;
110 margin-top:25px;
111
112 a {
113 cursor: pointer;
114 }
115 }
116
117 .table-btn-col {
118
119 line-height: 0px;
120 text-align: center;
Piotr Darosz2c25cba2019-03-27 15:25:50 +0100121
122 button {
Michael Lando451a3402017-02-19 10:28:42 +0200123 background-color: transparent;
124 border: none;
125 .sprite;
Michael Lando451a3402017-02-19 10:28:42 +0200126 opacity: 0.8;
Piotr Darosz2c25cba2019-03-27 15:25:50 +0100127 }
128 .table-delete-btn {
129 .sprite.e-sdc-small-icon-delete;
Michael Lando451a3402017-02-19 10:28:42 +0200130
131 }
132 .table-edit-btn {
Michael Lando451a3402017-02-19 10:28:42 +0200133 .e-sdc-small-icon-pencil;
Michael Lando451a3402017-02-19 10:28:42 +0200134 margin-right: 10px;
135 }
136 .table-save-btn {
Michael Lando451a3402017-02-19 10:28:42 +0200137 .sprite.e-sdc-green-save;
138 }
139 .table-download-btn {
Michael Lando451a3402017-02-19 10:28:42 +0200140 margin-left: 10px;
Michael Lando451a3402017-02-19 10:28:42 +0200141 .sprite.e-sdc-small-download;
142 }
Piotr Darosz2c25cba2019-03-27 15:25:50 +0100143 .table-magnifier-btn {
144 margin-left: 10px;
145 .sprite.magnification-glass;
146 }
Michael Lando451a3402017-02-19 10:28:42 +0200147 }
148
149 }
150
151 .no-row-text {
152 text-align: center;
153 font-size: 15px;
154 border-bottom: 1px solid #d8d8d8;
155 width: 300px;
156 margin: 26px auto;
157 padding-bottom: 22px;
158 }
159
160 .flex-container {
161 display: flex;
162 }
163
164 .flex-item {
165 width:10px;
166 line-height: 25px;
167 padding: 5px 15px;
168 flex-grow: 1;
169 text-align: left;
170
171 }
172
173}