Skip to content
Snippets Groups Projects
Commit 208d9718 authored by barrilac's avatar barrilac
Browse files

layout changed

SVN: 24578
parent d6e10caf
No related branches found
No related tags found
No related merge requests found
...@@ -452,8 +452,8 @@ $(document).ready(function() { ...@@ -452,8 +452,8 @@ $(document).ready(function() {
</head> </head>
<body> <body>
<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; right: 10px; height: 100px;"/> <img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; left: 10px; height: 100px;"/>
<div id="login-form-div"> <div id="login-form-div"style="position: absolute; left: 300px; top: 200px;">
<h1>openBIS YeastLab</h1> <h1>openBIS YeastLab</h1>
<form id="login-form" action="javascript:"> <form id="login-form" action="javascript:">
<input id="username" type="text" required="required"> <input id="username" type="text" required="required">
...@@ -464,9 +464,9 @@ $(document).ready(function() { ...@@ -464,9 +464,9 @@ $(document).ready(function() {
<div id="main"> <div id="main">
<div id="button-group"> <div id="button-group">
<button id="logout-button" style="position: right">Logout</button> <button id="logout-button" style="position: absolute; right:10px;">Logout</button>
</div> </div>
<div style="padding-top: 10px"><span style="font-weight: bold">Filter:</style> <input style="width: 200px" id="filter" type="text"></div> <div style="padding-top: 50px"><span style="font-weight: bold">Filter:</style> <input style="width: 200px" id="filter" type="text"></div>
<div id="vis"> <div id="vis">
<table id="plasmid-table" style="float: left"> <table id="plasmid-table" style="float: left">
......
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