| Line 1... |
Line 1... |
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 5 |
<link rel="stylesheet" href="css/rechargewebapp_18042013.css" type="text/css" />
|
5 |
<link rel="stylesheet" href="css/storewebsite.css" type="text/css" />
|
| 6 |
<link rel="stylesheet" href="/css/jquery.ui.autocomplete.css" type="text/css" />
|
6 |
<link rel="stylesheet" href="/css/jquery.ui.autocomplete.css" type="text/css" />
|
| 7 |
|
- |
|
| 8 |
<style>
|
- |
|
| 9 |
.mandatory {
|
- |
|
| 10 |
color:red;
|
- |
|
| 11 |
}
|
- |
|
| 12 |
|
- |
|
| 13 |
.mainsearch {
|
- |
|
| 14 |
box-shadow: 1px -1px 10px -1px #999999 inset;
|
- |
|
| 15 |
height: 30px;
|
- |
|
| 16 |
margin-top: 100px;
|
- |
|
| 17 |
margin-right: 5px;
|
- |
|
| 18 |
width: 450px;
|
- |
|
| 19 |
border: 1px solid #777777;
|
- |
|
| 20 |
padding: 2px 5px 2px 10px;
|
- |
|
| 21 |
font-size: 17px;
|
- |
|
| 22 |
color: #777777;
|
- |
|
| 23 |
}
|
- |
|
| 24 |
</style>
|
- |
|
| 25 |
</head>
|
7 |
</head>
|
| 26 |
|
8 |
|
| 27 |
<body style="margin: 0;background-color:#333333;">
|
9 |
<body style="margin: 0;background-color:#333333;">
|
| 28 |
|
10 |
|
| 29 |
<div style="line-height:60px;height: 60px;background-color:#DBEEFF;color: #333333;margin: 0px;border-bottom:1px solid #67ABD3">
|
11 |
<div style="line-height:60px;height: 60px;background-color:#DBEEFF;color: #333333;margin: 0px;border-bottom:1px solid #67ABD3">
|
| Line 58... |
Line 40... |
| 58 |
function resizeHandler(){
|
40 |
function resizeHandler(){
|
| 59 |
var veiwportHeight = jQuery(window).height();
|
41 |
var veiwportHeight = jQuery(window).height();
|
| 60 |
var veiwportWidth = jQuery(window).width();
|
42 |
var veiwportWidth = jQuery(window).width();
|
| 61 |
var height = veiwportHeight - 110;
|
43 |
var height = veiwportHeight - 110;
|
| 62 |
var marginleft = (veiwportWidth - 560)/2;
|
44 |
var marginleft = (veiwportWidth - 560)/2;
|
| 63 |
jQuery('#main').attr('style', 'background-color:white;height:' + height + 'px;');
|
45 |
jQuery('#main').attr('style', 'background-color:white;height:' + height + 'px;min-height:200px;');
|
| 64 |
jQuery('.mainsearch').attr('style', 'margin-left:' + marginleft + 'px');
|
46 |
jQuery('.mainsearch').attr('style', 'margin-left:' + marginleft + 'px');
|
| 65 |
}
|
47 |
}
|
| 66 |
jQuery(document).ready(resizeHandler);
|
48 |
jQuery(document).ready(resizeHandler);
|
| 67 |
jQuery(window).resize(resizeHandler);
|
49 |
jQuery(window).resize(resizeHandler);
|
| 68 |
</script>
|
50 |
</script>
|