1 |
d5eddb45
|
Anděl Ondřej
|
@font-face {
|
2 |
|
|
font-family: 'Charis';
|
3 |
|
|
src: url('fonts/charis-sil/CharisSILR.ttf') format('truetype');
|
4 |
|
|
}
|
5 |
|
|
|
6 |
6ddecabb
|
Anděl Ondřej
|
@font-face {
|
7 |
|
|
font-family: 'Impacted';
|
8 |
|
|
src: url('fonts/impacted/IMPACTED.ttf') format('truetype');
|
9 |
|
|
}
|
10 |
|
|
|
11 |
9a7b1f4c
|
Ondřej Anděl
|
html, body, .container-fluid {
|
12 |
|
|
height: 100%;
|
13 |
d5eddb45
|
Anděl Ondřej
|
font-family: 'Charis', Fallback, sans-serif;
|
14 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
15 |
|
|
|
16 |
|
|
.app-header {
|
17 |
6ddecabb
|
Anděl Ondřej
|
color: #376039;
|
18 |
51c25d7f
|
Anděl Ondřej
|
min-height: 15%;
|
19 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
20 |
|
|
|
21 |
6ddecabb
|
Anděl Ondřej
|
.logo {
|
22 |
|
|
height: 80px;
|
23 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
24 |
|
|
|
25 |
|
|
.app-header .title {
|
26 |
|
|
width: max-content;
|
27 |
6ddecabb
|
Anděl Ondřej
|
justify-content: center;
|
28 |
|
|
font-family: 'Impacted', Fallback, sans-serif;
|
29 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
30 |
|
|
|
31 |
|
|
.app-content {
|
32 |
51c25d7f
|
Anděl Ondřej
|
height: calc(80% - 2.5em);
|
33 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
34 |
|
|
|
35 |
d99d8a5b
|
Anděl Ondřej
|
.required {
|
36 |
|
|
color: red;
|
37 |
|
|
}
|
38 |
|
|
|
39 |
6ddecabb
|
Anděl Ondřej
|
.menu {
|
40 |
51c25d7f
|
Anděl Ondřej
|
min-height: 2.5em;
|
41 |
6ddecabb
|
Anděl Ondřej
|
background-image: linear-gradient( #A5ca79, #376039);
|
42 |
|
|
color: white;
|
43 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
44 |
|
|
|
45 |
6ddecabb
|
Anděl Ondřej
|
.menu a {
|
46 |
|
|
height: 100%;
|
47 |
|
|
color: white;
|
48 |
9a7b1f4c
|
Ondřej Anděl
|
background-color: transparent;
|
49 |
|
|
}
|
50 |
|
|
|
51 |
6ddecabb
|
Anděl Ondřej
|
.menu a:hover,
|
52 |
|
|
.menu a:focus {
|
53 |
|
|
background-color: #A5ca79;
|
54 |
9a7b1f4c
|
Ondřej Anděl
|
text-decoration: none;
|
55 |
|
|
}
|
56 |
|
|
|
57 |
6ddecabb
|
Anděl Ondřej
|
.menu .active{
|
58 |
|
|
background-image: linear-gradient(#376039, #A5ca79);
|
59 |
9a7b1f4c
|
Ondřej Anděl
|
text-decoration: none;
|
60 |
|
|
}
|
61 |
|
|
|
62 |
|
|
.app-content .content {
|
63 |
6ddecabb
|
Anděl Ondřej
|
background-color: #f1f1f1;
|
64 |
9a7b1f4c
|
Ondřej Anděl
|
height: 100%;
|
65 |
|
|
flex-direction: column;
|
66 |
|
|
}
|
67 |
|
|
|
68 |
|
|
.app-footer {
|
69 |
|
|
text-align: center;
|
70 |
a5559649
|
Anděl Ondřej
|
background-image: linear-gradient( #A5ca79, #376039);
|
71 |
6ddecabb
|
Anděl Ondřej
|
color: white;
|
72 |
9a7b1f4c
|
Ondřej Anděl
|
height: 5%;
|
73 |
|
|
}
|
74 |
|
|
|
75 |
|
|
.modal-body {
|
76 |
8e625871
|
Anděl Ondřej
|
background-color: #f1f1f1;
|
77 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
78 |
|
|
|
79 |
|
|
.modal-header, .modal-footer {
|
80 |
a5559649
|
Anděl Ondřej
|
background-image: linear-gradient( #A5ca79, #376039);
|
81 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
82 |
|
|
|
83 |
6ddecabb
|
Anděl Ondřej
|
.app-content .content .search-filters {
|
84 |
|
|
max-width: none !important;
|
85 |
|
|
}
|
86 |
|
|
|
87 |
4a535717
|
Anděl Ondřej
|
.app-content .content {
|
88 |
|
|
height: 100%;
|
89 |
|
|
overflow: auto;
|
90 |
|
|
}
|
91 |
|
|
|
92 |
9a7b1f4c
|
Ondřej Anděl
|
.app-content .content .search-results {
|
93 |
|
|
height: 100%;
|
94 |
|
|
overflow: auto;
|
95 |
|
|
}
|
96 |
|
|
|
97 |
f20e0b8b
|
Anděl Ondřej
|
.app-content .content .search-results .action-td {
|
98 |
6ddecabb
|
Anděl Ondřej
|
width: 13%;
|
99 |
9a7b1f4c
|
Ondřej Anděl
|
}
|
100 |
a908ef13
|
Anděl Ondřej
|
|
101 |
f26471ee
|
Anděl Ondřej
|
input:not(input[type=checkbox]), select, textarea {
|
102 |
d5eddb45
|
Anděl Ondřej
|
height: 90%;
|
103 |
a5559649
|
Anděl Ondřej
|
border-radius: 5px;
|
104 |
a908ef13
|
Anděl Ondřej
|
border: 1px solid grey;
|
105 |
|
|
margin-left: 2px;
|
106 |
|
|
font-size: 14px;
|
107 |
|
|
line-height: 20px;
|
108 |
|
|
padding: 6px 12px;
|
109 |
|
|
}
|
110 |
|
|
|
111 |
f26471ee
|
Anděl Ondřej
|
input[type=checkbox]
|
112 |
|
|
{
|
113 |
|
|
-webkit-appearance:checkbox;
|
114 |
|
|
}
|
115 |
|
|
|
116 |
cd67c936
|
Anděl Ondřej
|
textarea {
|
117 |
|
|
width: 100%;
|
118 |
|
|
resize: none;
|
119 |
|
|
}
|
120 |
|
|
|
121 |
4779c9ce
|
Anděl Ondřej
|
.min-wdth {
|
122 |
|
|
min-width: 200px;
|
123 |
|
|
}
|
124 |
|
|
|
125 |
a5559649
|
Anděl Ondřej
|
.btn{
|
126 |
|
|
background-color: #A5ca79;
|
127 |
|
|
}
|
128 |
|
|
|
129 |
a908ef13
|
Anděl Ondřej
|
select {
|
130 |
|
|
padding: 6px 18px 6px 12px;
|
131 |
|
|
appearance: none;
|
132 |
4779c9ce
|
Anděl Ondřej
|
background: url("http://localhost/aswi/application/view/img/select-ico.png") 96% / 20px no-repeat white;
|
133 |
a908ef13
|
Anděl Ondřej
|
}
|
134 |
|
|
|
135 |
|
|
/* Remove default arrow in Internet Explorer 10 and 11 */
|
136 |
|
|
select::-ms-expand {
|
137 |
|
|
display: none;
|
138 |
|
|
}
|
139 |
|
|
|
140 |
|
|
/* Target Internet Explorer 9 to undo the custom arrow */
|
141 |
|
|
@media screen and (min-width:0\0) {
|
142 |
|
|
select {
|
143 |
|
|
background: none \9;
|
144 |
|
|
padding: 5px \9;
|
145 |
|
|
}
|
146 |
10e26305
|
Anděl Ondřej
|
}
|
147 |
|
|
|
148 |
|
|
/*multis. jquery*/
|
149 |
|
|
.multi-select-container {
|
150 |
|
|
min-width: 200px;
|
151 |
|
|
display: inline-block;
|
152 |
|
|
position: relative;
|
153 |
|
|
margin-left: 2px;
|
154 |
|
|
font-size: 14px;
|
155 |
|
|
line-height: 20px;
|
156 |
|
|
}
|
157 |
|
|
|
158 |
|
|
.multi-select-menu {
|
159 |
|
|
position: absolute;
|
160 |
|
|
left: 0;
|
161 |
|
|
top: 0.8em;
|
162 |
|
|
float: left;
|
163 |
|
|
min-width: 100%;
|
164 |
|
|
background: #fff;
|
165 |
|
|
margin: 1em 0;
|
166 |
|
|
padding: 0.4em 6px;
|
167 |
|
|
border: 1px solid #aaa;
|
168 |
|
|
display: none;
|
169 |
|
|
z-index: 20;
|
170 |
|
|
overflow: hidden scroll;
|
171 |
|
|
}
|
172 |
|
|
|
173 |
|
|
.multi-select-menu input {
|
174 |
|
|
margin-right: 0.3em;
|
175 |
|
|
vertical-align: 0.1em;
|
176 |
|
|
}
|
177 |
|
|
|
178 |
|
|
.multi-select-button {
|
179 |
a5559649
|
Anděl Ondřej
|
border-radius: 5px;
|
180 |
10e26305
|
Anděl Ondřej
|
border: 1px solid grey;
|
181 |
|
|
display: inline-block;
|
182 |
|
|
font-size: 0.875em;
|
183 |
|
|
padding: 6px 12px;
|
184 |
|
|
min-width: 200px;
|
185 |
|
|
max-width: 20em;
|
186 |
|
|
white-space: nowrap;
|
187 |
|
|
overflow: hidden;
|
188 |
|
|
text-overflow: ellipsis;
|
189 |
|
|
vertical-align: -0.5em;
|
190 |
|
|
background-color: #fff;
|
191 |
|
|
cursor: default;
|
192 |
|
|
}
|
193 |
|
|
|
194 |
|
|
.multi-select-button:after {
|
195 |
|
|
content: "";
|
196 |
|
|
display: inline-block;
|
197 |
|
|
width: 0;
|
198 |
|
|
height: 0;
|
199 |
|
|
border-style: solid;
|
200 |
|
|
border-width: 0.4em 0.4em 0 0.4em;
|
201 |
|
|
border-color: #333333 transparent transparent transparent;
|
202 |
|
|
margin-left: 0.4em;
|
203 |
|
|
vertical-align: 0.1em;
|
204 |
|
|
float: right;
|
205 |
|
|
margin-top: 5%
|
206 |
|
|
}
|
207 |
|
|
|
208 |
|
|
.multi-select-container--open .multi-select-menu { display: block; }
|