Commit 5dd621e2 authored by mjadhav's avatar mjadhav

changes done in design


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97974 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9ef81011
......@@ -68,7 +68,7 @@
{
top :50px;
left:5px;
width:80%;
width:90%;
background-color:#E0EFEF;
border-width:1px;
font-family: Arial;
......@@ -99,6 +99,49 @@
font-size : 12px;
text-align:left;
}
.headerTextCol3
{
left:8px;
width:100px;
font-size : 12px;
text-align:left;
}
.headerTextCol4
{
left:8px;
width:20px;
font-size : 12px;
text-align:left;
}
.headerTextCol6
{
left:8px;
width:23%;
font-size : 12px;
text-align:left;
}
.headerTextCol7
{
left:8px;
width:23%;
font-size : 12px;
text-align:left;
}
.headerTextCol8
{
left:8px;
width:25%;
font-size : 12px;
text-align:left;
}
.headerTextColForFSHS
{
......
This diff is collapsed.
......@@ -8,11 +8,13 @@ var numbers = /^[0-9.]+$/;
function resizeVideoPage(){
// var width = 850;
var width = 700;
var height = 700;
var height = 710;
window.resizeTo(width, height);
window.moveTo(((screen.width - width) / 2), ((screen.height - height) / 2));
window.moveTo(((screen.width - width) / 2), ((screen.height - height) / 2));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment