mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Merge pull request #5850 from sboursen-scinote/sb_SCI-8842
Update illustrations [SCI-8842]
This commit is contained in:
commit
2ddb43c2ea
5 changed files with 12 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 46 KiB |
|
@ -133,6 +133,16 @@ table {
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
padding-top: 7rem;
|
||||||
|
|
||||||
|
img {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
max-width: 33%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-teams-info {
|
.no-teams-info {
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
<% if user_signed_in? && current_user.teams.blank? && !(activities_are_selected? || settings_are_selected?) %>
|
<% if user_signed_in? && current_user.teams.blank? && !(activities_are_selected? || settings_are_selected?) %>
|
||||||
<!-- If member of no teams -->
|
<!-- If member of no teams -->
|
||||||
<div id="no-teams-jumbotron" class="jumbotron">
|
<div id="no-teams-jumbotron" class="jumbotron">
|
||||||
<%= image_tag "empty-screen-illustration.png" %>
|
<%= image_tag "/images/not-part-of-any-team.png" %>
|
||||||
<h2><%=t 'general.no_teams.title' %></h2>
|
<h2><%=t 'general.no_teams.title' %></h2>
|
||||||
<p class="no-teams-info"><%=t 'general.no_teams.text' %></p>
|
<p class="no-teams-info"><%=t 'general.no_teams.text' %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
|
<%= image_tag('/images/no_search_results.png') %>
|
||||||
<h2><%=t 'zip_export.expired_title' %></h2>
|
<h2><%=t 'zip_export.expired_title' %></h2>
|
||||||
<p><%=t 'zip_export.expired_description' %></p>
|
<p><%=t 'zip_export.expired_description' %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
BIN
public/images/not-part-of-any-team.png
Normal file
BIN
public/images/not-part-of-any-team.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Reference in a new issue