Skip to content

Commit

Permalink
Update data requests settings
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Apr 12, 2024
1 parent af01627 commit 5249822
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion ckanext/openafrica/assets/css/openafrica_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1387,5 +1387,33 @@ label {

.dataset-content {
height: auto;
display: flex;
/* display: flex; */
}
.dataset-item .dataset-content .dataset-heading .label {
color: #FFF;
padding: 3px 8px 4px;
}

.pull-right {
float: right;
}

.pull-left {
float: left;
}
.btn-danger-serious {
border: 1px solid #d43f3a !important;
margin: 0 5px 5px 5px;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
color: #333333;
white-space: nowrap;
text-decoration: none;
}
.container {
padding-bottom: 8px;
}

0 comments on commit 5249822

Please sign in to comment.