Skip to content

Commit

Permalink
centered magnifier in big search and aligned metadata checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Jul 24, 2018
1 parent 0ad5706 commit 2a1c59b
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 12 deletions.
6 changes: 5 additions & 1 deletion geonode/static/geonode/css/base.css
Expand Up @@ -7074,7 +7074,7 @@ article.tab-pane {
}
.home .big-search .search .fa-search {
position: absolute;
top: 10px;
top: 3px;
left: 15px;
}
.home .big-search .btn-default {
Expand Down Expand Up @@ -7552,6 +7552,10 @@ nav.filter li a {
#upload-button {
margin-top: 20px;
}
/* overwrite bootstrap styling, save updates */
#id_metadata_uploaded_preserve {
margin-left: 5px;
}
/* Upload Documents
----------------------- */
#upload_form input[type="text"] {
Expand Down
7 changes: 6 additions & 1 deletion geonode/static/geonode/less/base.less
Expand Up @@ -230,7 +230,7 @@ article.tab-pane {
.search input { text-indent: 64px;}
.search .fa-search {
position: absolute;
top: 10px;
top: 3px;
left: 15px;
}
.btn-default {
Expand Down Expand Up @@ -726,6 +726,11 @@ nav.filter {
margin-top: 20px;
}

/* overwrite bootstrap styling, save updates */
#id_metadata_uploaded_preserve{
margin-left: 5px;
}

/* Upload Documents
----------------------- */
#upload_form {
Expand Down
2 changes: 1 addition & 1 deletion geonode/static/lib/js/assets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/leaflet-plugins.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/require.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions geonode/static/lib/js/text.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a1c59b

Please sign in to comment.