diff --git a/home/src/main/resources/rdf/display/everytime/localeSelectionGUI.n3 b/home/src/main/resources/rdf/display/everytime/localeSelectionGUI.n3 deleted file mode 100644 index 3062d28f0..000000000 --- a/home/src/main/resources/rdf/display/everytime/localeSelectionGUI.n3 +++ /dev/null @@ -1,12 +0,0 @@ -# $This file is distributed under the terms of the license in LICENSE$ - -# -# Associate the LocaleSelectionDataGetter with the languageSelector.ftl Freemarker template. -# - -@prefix display: . - - display:hasDataGetter display:localeSelectorDataGetter . - -display:localeSelectorDataGetter - a . diff --git a/webapp/src/main/webapp/templates/freemarker/edit/forms/css/autocomplete.css b/webapp/src/main/webapp/templates/freemarker/edit/forms/css/autocomplete.css deleted file mode 100644 index 3c232c3c7..000000000 --- a/webapp/src/main/webapp/templates/freemarker/edit/forms/css/autocomplete.css +++ /dev/null @@ -1,24 +0,0 @@ -/* $This file is distributed under the terms of the license in LICENSE$ */ - -/* Styles for autocomplete and autocomplete selections using jQuery UI. This is separated out so that forms -that don't load customFormWithAutocomplete.css still have access to these styles. */ - -.acSelection { - display: none; - margin-top: 1em; -} -.acSelectionInfo { - background-color: #d9d9d9; - padding: .2em .35em; -} -ul.ui-autocomplete { - font-size: .95em; -} -li.ui-menu-item a.ui-corner-all { - text-align: left; - padding-left: .25em; -} -.acSelectorWithHelpText{ - font-style: italic; - color: #555; -}