Skip to content

Commit 111366a

Browse files
adding css styling for universal search
1 parent ec0d2b7 commit 111366a

File tree

1 file changed

+49
-18
lines changed

1 file changed

+49
-18
lines changed

sde_indexing_helper/static/css/collections_list.css

Lines changed: 49 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body {
3232
color:black;
3333
}
3434

35-
.dtsp-name {
35+
.dtsp-name {
3636
margin-left:40px;
3737
}
3838

@@ -83,11 +83,11 @@ body {
8383
border-color: #fafafa;
8484
font-size: 0.6875rem;
8585
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12); }
86-
86+
8787
.select-dropdown:hover {
8888
box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
8989
}
90-
90+
9191
.select-dropdown:focus,
9292
.select-dropdown.focus {
9393
box-shadow: none, 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
@@ -104,7 +104,7 @@ body {
104104
max-width: 400px;
105105
width: 400px;
106106
}
107-
107+
108108
.url-cell {
109109
display:flex;
110110
align-items: center;
@@ -116,7 +116,7 @@ body {
116116
text-overflow: ellipsis;
117117
max-width: calc(100% - 30px);
118118
display: inline-block;
119-
width: 400px;
119+
width: 400px;
120120
padding-right: 10px;
121121
}
122122

@@ -140,7 +140,7 @@ text-align: left;
140140
color: rgba(255, 255, 255, 1);
141141
margin-bottom: 0 !important;
142142
}
143-
143+
144144
.tableHeader{
145145
background-color:#15232E !important;
146146
}
@@ -197,7 +197,7 @@ margin-bottom: 0 !important;
197197
.table tbody tr:nth-child(odd) {
198198
background-color: #050E19 !important;
199199
}
200-
200+
201201
.table tbody tr:nth-child(even) {
202202
background-color: #3F4A58 !important;
203203
}
@@ -209,7 +209,7 @@ margin-bottom: 0 !important;
209209
line-height: 36px;
210210
letter-spacing: -0.03em;
211211
}
212-
212+
213213
#hideShowColumnsModal {
214214
position: fixed;
215215
top: 0;
@@ -219,19 +219,19 @@ margin-bottom: 0 !important;
219219
width: 30vw;
220220
z-index: 2000;
221221
}
222-
222+
223223
#subTitle {
224224
font-size: 14px;
225225
font-weight: 400;
226226
line-height: 21px;
227227
letter-spacing: -0.02em;
228228
}
229-
229+
230230
.checkbox-wrapper {
231231
display: flex;
232232
align-items: baseline;
233233
}
234-
234+
235235
.checkbox-wrapper label {
236236
font-weight: 600;
237237
font-size: 16px;
@@ -240,7 +240,7 @@ margin-bottom: 0 !important;
240240
color: rgba(31, 41, 53, 1);
241241
padding-left: 10px;
242242
}
243-
243+
244244
.modalFooter {
245245
position: sticky;
246246
bottom: 0;
@@ -275,10 +275,41 @@ margin-bottom: 0 !important;
275275
}
276276

277277
.custom-pane-title {
278-
font-size: 16px;
279-
font-weight: 500;
280-
line-height: 24px;
281-
letter-spacing: -0.02em;
282-
color: rgba(255, 255, 255, 1);
283-
padding-left: 9px;
278+
font-size: 16px;
279+
font-weight: 500;
280+
line-height: 24px;
281+
letter-spacing: -0.02em;
282+
color: rgba(255, 255, 255, 1);
283+
padding-left: 9px;
284+
}
285+
286+
.search-container {
287+
display: flex;
288+
flex-direction: column;
289+
align-items: flex-end;
290+
margin-bottom: 20px;
291+
}
292+
293+
.search-container label {
294+
margin-right: 10px;
295+
font-weight: bold;
296+
font-size: 18px;
297+
margin-top: 5px;
298+
align-items: center;
299+
}
300+
301+
.search-container input {
302+
flex: 1;
303+
max-width: 400px;
304+
}
305+
306+
.search-container input {
307+
max-width: 400px;
308+
padding: 5px;
309+
border-radius: 8px; /* Rounded corners */
310+
border: 1px solid #ccc;
311+
}
312+
313+
.search-container input:focus {
314+
font-style: italic;
284315
}

0 commit comments

Comments
 (0)