Skip to content

Commit

Permalink
Deploying to gh-pages from @ f720749 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforIATIbot committed Dec 2, 2024
0 parents commit 585d948
Show file tree
Hide file tree
Showing 7,443 changed files with 9,600 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org-id-finder.codeforiati.org
68 changes: 68 additions & 0 deletions css/css.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
.jumbotron {
background-color: #fff;
}

.jumbotron .container {
max-width: 40rem;
}

.list-group {
margin-top: .25rem;
max-height: 12rem;
overflow-y: auto;
box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px;
}

.activity-id {
padding-right: 40px;
}

.btn-clear {
margin-left: -40px; z-index: 100;
}

.footer {
background-color: #f5f5f5;
}

.footer > .container {
padding-right: 15px;
padding-left: 15px;
}

.form-control {
background-image: none !important;
}

.form-control[readonly] {
background-color: #fff;
}

#org-identifier-group {
visibility: hidden;
}

.select2-results__option > span {
display: flex;
}

.select2-rendered__name {
flex-basis: 100%;
}

.select2-rendered__org_id {
white-space: nowrap;
text-align: right;
padding-left: 10px;
font-style: italic;
}

.select2-rendered__match {
font-weight: bold;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
max-height: 180px;
}
Loading

0 comments on commit 585d948

Please sign in to comment.