Skip to content
Snippets Groups Projects
Commit 3d9e8b43 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-396 : ScopeM welcome page does not show scroll bars

SVN: 31761
parent 28f2d3b6
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ public class WelcomePanelHelper
final LayoutContainer layoutContainer = new LayoutContainer(new BorderLayout());
layoutContainer.setStyleAttribute("background-color", "white");
layoutContainer.setId(idPrefix + "welcome");
layoutContainer.addStyleName("welcomePageContainer");
DisplaySettingsManager displaySettingsManager = viewContext.getDisplaySettingsManager();
if (displaySettingsManager.getPortletConfigurations().containsKey(HISTORY)
&& displaySettingsManager.getVisits().isEmpty() == false)
......
......@@ -397,4 +397,12 @@ td.properties-sub-section {
.entityWithTemplateField {
margin-left: 10px;
}
/*************************
* Welcome Page
*************************/
.welcomePageContainer .gwt-HTML {
overflow: scroll;
}
\ No newline at end of file
<div style="margin-top:150px; font-size: large; text-align: center;">
<div style="margin-top:150px; margin-bottom: 10px; font-size: large; text-align: center;">
Welcome to <b>openBIS</b><br/><br/>
Try using one of these pages to find data of interest:<br>
<ul><a href="#action=BROWSE&entity=EXPERIMENT" target="blank">Experiment Browser</a>
......
......@@ -3,7 +3,7 @@ Welcome to <b>openBIS for High Content Screening</b><br/><br/><br/><br/>
<a href="#action=BROWSE&entity=EXPERIMENT">Browse images and their analysis results</a><br/><br/>
<a href="#action=GLOBAL_WELL_SEARCH">Wells Search</a>
</div>
<div style="margin-top:150px; text-align: center;">
<div style="margin-top:150px; margin-bottom: 10px; text-align: center;">
<br><br>
If you are the administrator or advanced user, switch to the <a href="?viewMode=normal">advanced mode</a>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment