Skip to content

Commit

Permalink
Remove Plone related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinjitea committed Jun 12, 2019
1 parent f092f82 commit b792ca6
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 623 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,4 @@ sandbox/
# Pycharm:
.idea

# Project-specific files
# These templates will be fetched from eionet, no need to include them in repo
gemet/thesaurus/templates/plone/head.html
gemet/thesaurus/templates/plone/header.html
gemet/thesaurus/templates/plone/before_login.html
gemet/thesaurus/templates/plone/header_before_container.html
gemet/thesaurus/templates/plone/header_after_container.html
gemet/thesaurus/templates/plone/footer.html
exports
1 change: 0 additions & 1 deletion gemet/local_settings.py.docker
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ if 'FORCE_SCRIPT_NAME' in os.environ:
if 'GEMET_RDFGZ_PATH' in os.environ:
GEMET_RDFGZ_PATH = os.environ['GEMET_RDFGZ_PATH']

PLONE_URL = os.environ.get('PLONE_URL', '')
GEMET_URL = 'http://www.eionet.europa.eu/gemet'

# Fill in the following settings to enable LDAP authentication
Expand Down
25 changes: 0 additions & 25 deletions gemet/thesaurus/static/thesaurus/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1469,22 +1469,6 @@ li:hover .btn-remove-down {
font-family: arial;
}

/* plone headers fixes */

#portal-globalnav-wrapper {
background:white;
box-shadow: none;
}

.plone-breadcrumb {
height: 30px !important;
}

.plone-breadcrumb div.container {
line-height: 1.42857143 !important;
height: 30px !important;
}

div.container.header-container.collapse-header:before {
content: none;
}
Expand Down Expand Up @@ -1513,10 +1497,6 @@ div.container.header-container.collapse-header:before {
font-size: 1rem !important;
}

#content-header .plone-navbar-nav>li {
display: inline-flex;
}

i {
font-family: OpenSans,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
height:inherit !important;
Expand Down Expand Up @@ -1545,11 +1525,6 @@ i {

}

nav.plone-breadcrumb > div.container {
width: 92%;
max-width: unset !important;
}

#profilelink:before {
content: none;
}
Expand Down
76 changes: 0 additions & 76 deletions gemet/thesaurus/templates/layout_plone.html

This file was deleted.

0 comments on commit b792ca6

Please sign in to comment.