From 208d971883b7109099ed658ce6b7f59ba1b843ad Mon Sep 17 00:00:00 2001 From: barrilac <barrilac> Date: Tue, 28 Feb 2012 08:12:34 +0000 Subject: [PATCH] layout changed SVN: 24578 --- plasmid/source/html/yeastlabbrowser/plasmid-browser.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plasmid/source/html/yeastlabbrowser/plasmid-browser.html b/plasmid/source/html/yeastlabbrowser/plasmid-browser.html index 51eca58ee19..79b47fbc931 100644 --- a/plasmid/source/html/yeastlabbrowser/plasmid-browser.html +++ b/plasmid/source/html/yeastlabbrowser/plasmid-browser.html @@ -452,8 +452,8 @@ $(document).ready(function() { </head> <body> - <img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; right: 10px; height: 100px;"/> - <div id="login-form-div"> + <img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; left: 10px; height: 100px;"/> + <div id="login-form-div"style="position: absolute; left: 300px; top: 200px;"> <h1>openBIS YeastLab</h1> <form id="login-form" action="javascript:"> <input id="username" type="text" required="required"> @@ -464,9 +464,9 @@ $(document).ready(function() { <div id="main"> <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 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"> <table id="plasmid-table" style="float: left"> -- GitLab