diff --git a/public/css/admin-pages.css b/public/css/admin-pages.css index a0a9c9cf..780e0303 100644 --- a/public/css/admin-pages.css +++ b/public/css/admin-pages.css @@ -42,4 +42,26 @@ .box-profile:focus .overlay { opacity: 1; +} + + +/*syling select 2 from collaborators in the edit blade menu*/ + + +.select2-container--classic.select2-container--open .select2-dropdown{ + height:30px; +} +.select2-container--classic .select2-results>.select2-results__options{ + height:30px; +} +.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{ + background-color: #E4E4E4; + color: #333333; +} +.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable:hover{ + background-color: #064c72; + color: #eee; +} +.select2-container--classic.select2-container--open .select2-dropdown{ + border-color:#E4E4E4; } \ No newline at end of file diff --git a/public/grapheditor/styles/grapheditor.css b/public/grapheditor/styles/grapheditor.css index 1024ce4a..741a1bbc 100644 --- a/public/grapheditor/styles/grapheditor.css +++ b/public/grapheditor/styles/grapheditor.css @@ -1888,3 +1888,24 @@ div.picker { z-index: 10007; } margin:5px; } + +/*syling select 2 from collaborators in the edit blade menu*/ + + +.select2-container--classic.select2-container--open .select2-dropdown{ + height:30px; +} +.select2-container--classic .select2-results>.select2-results__options{ + height:30px; +} +.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{ + background-color: #E4E4E4; + color: #333333; +} +.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable:hover{ + background-color: #064c72; + color: #eee; +} +.select2-container--classic.select2-container--open .select2-dropdown{ + border-color:#E4E4E4; +} diff --git a/resources/lang/pt.json b/resources/lang/pt.json index 1b21c133..ffef1632 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -463,8 +463,9 @@ "This editor is in beta testing, bugs can happen. We are working to implement new features and fix bugs, if you have any problem please contact us through the help menu.": "Este editor está em teste beta, podem ocorrer bugs. Estamos trabalhando para implementar novos recursos e corrigir bugs, se você tiver algum problema entre em contato conosco através do menu de ajuda.", "Collaborators": "Colaboradores", "You": "Você", - "Insert usernames to share your ontology with other Onto4ALL users": "Insira nomes de usuário para compartilhar sua ontologia com outros usuários Onto4ALL", - "Insert usernames here": "Insira os nomes de usário aqui", + "Insert the email accounts to share your ontology with other Onto4ALL users": "Insira os emails para compartilhar sua ontologia com outros usuários Onto4ALL", + "Insert email accounts here": "Insira o email dos usuários aqui", + "Search for the users":"Digite os emails dos usuários", "Collaborators will be able to edit this ontology": "Os colaboradores poderão editar esta ontologia", "Report": "Relatório", "Last Updated Ontology": "Última ontologia atualizada", @@ -490,6 +491,8 @@ "General Information": "Informações Gerais", "Save the ontology first to see its IRI": "Salve a ontologia primeiro para poder ver o IRI", "Untitled Ontology": "Ontologia não nomeada", + + "Currently, the Onto4ALL team is composed of 8 people:":"Atualmente, o time é composto por 8 pessoas:", "Chat with other collaborators of this ontology, messages are saved and can be read at any time between collaborators.": "Converse com outros colaboradores dessa ontologia, as mensagens são salvas e podem ser lidas a qualquer momento entre os colaboradores.", "Enter message...": "Digite a mensagem..." } diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index ac198d59..1008b694 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -109,7 +109,7 @@
-