| Line 4... |
Line 4... |
| 4 |
height: 41px;
|
4 |
height: 41px;
|
| 5 |
margin: 0 2px 0 0;
|
5 |
margin: 0 2px 0 0;
|
| 6 |
text-align: right;
|
6 |
text-align: right;
|
| 7 |
}
|
7 |
}
|
| 8 |
#mydeals .mydeals-btn {
|
8 |
#mydeals .mydeals-btn {
|
| 9 |
background-color: #888;
|
9 |
background-color: #888888;
|
| - |
|
10 |
border: 1px solid #CCCCCC;
|
| 10 |
color: #FFFFFF;
|
11 |
color: #FFFFFF;
|
| 11 |
display: inline-block;
|
12 |
display: inline-block;
|
| 12 |
font: 1.8em/1.2em Helvetica,Arial,sans-serif;
|
13 |
font: 2.2em/1.2em Helvetica,Arial,sans-serif;
|
| 13 |
height: 22px;
|
14 |
height: 30px;
|
| 14 |
margin: 0 0;
|
15 |
margin: 0;
|
| 15 |
padding: 9px 0 5px;
|
16 |
padding: 13px 0 5px;
|
| 16 |
text-align: center;
|
17 |
text-align: center;
|
| 17 |
width: 100%;
|
18 |
width: 100%;
|
| 18 |
}
|
19 |
}
|
| 19 |
.fl{float: left;}
|
20 |
.fl{float: left;}
|
| 20 |
.w25p{width: 25%;}
|
21 |
.w23p{width: 23%;}
|
| 21 |
.w73p{width: 73%;}
|
22 |
.w75p{width: 75%;margin-left:24%;}
|
| 22 |
</style>
|
23 |
</style>
|
| 23 |
<div id="subView" class="offers clearfix" style="display:none;">
|
24 |
<div id="subView" class="offers clearfix" style="display:none;">
|
| 24 |
<a href="<?php echo base_url().'recharge'?>" class="recharge-btn btn" onclick="changeRecharge('3')">Recharge Your Mobile Now </a>
|
25 |
<a href="<?php echo base_url().'recharge'?>" class="recharge-btn btn" onclick="changeRecharge('3')">Recharge Your Mobile Now </a>
|
| 25 |
</div><!--offers-->
|
26 |
</div><!--offers-->
|
| 26 |
<div class="search-box clearfix fl">
|
- |
|
| 27 |
<?php $authorized = $this->session->userdata('authorized');?>
|
27 |
<?php $authorized = $this->session->userdata('authorized');?>
|
| 28 |
<?php if(isset($authorized['isPrivateDealUser']) && !empty($authorized['isPrivateDealUser'])) :?>
|
28 |
<?php if(isset($authorized['isPrivateDealUser']) && !empty($authorized['isPrivateDealUser'])) :?>
|
| 29 |
<div id="mydeals" class="search-hldr clearfix w25p">
|
29 |
<div id="mydeals" class="w23p">
|
| 30 |
<a href="<?php echo base_url().'private-deals/1'?>" class="mydeals-btn">Deals</a>
|
30 |
<a href="<?php echo base_url().'private-deals/1'?>" class="mydeals-btn">Deals</a>
|
| 31 |
</div>
|
31 |
</div>
|
| - |
|
32 |
<div class="search-box w75p">
|
| 32 |
<div id="search" class="search-hldr clearfix w73p fl">
|
33 |
<div id="search" class="search-hldr clearfix">
|
| 33 |
<input type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q'])) echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
34 |
<input type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q'])) echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
| 34 |
</div>
|
35 |
</div>
|
| - |
|
36 |
<div id="search-result"></div>
|
| - |
|
37 |
</div>
|
| 35 |
<?php else:?>
|
38 |
<?php else:?>
|
| 36 |
<div id="search" class="search-hldr clearfix">
|
- |
|
| 37 |
<input type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q'])) echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
- |
|
| 38 |
</div>
|
- |
|
| 39 |
<?php endif;?>
|
- |
|
| 40 |
<div id="search-result"></div>
|
- |
|
| 41 |
</div>
|
- |
|
| 42 |
|
39 |
<div class="search-box">
|
| - |
|
40 |
<div id="search" class="search-hldr clearfix">
|
| - |
|
41 |
<input type="text" id="autocomplete" onkeyup="autoComplete()" value="<?php if(isset($_GET['q'])) echo urldecode($_GET['q']); ?>" placeholder="Search for more items" onKeyDown="if(event.keyCode==13) searchTrigger();" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/><div class="search" onclick="searchTrigger()"></div>
|
| - |
|
42 |
</div>
|
| - |
|
43 |
<div id="search-result"></div>
|
| - |
|
44 |
</div>
|
| - |
|
45 |
<?php endif;?>
|
| - |
|
46 |
|
| 43 |
|
47 |
|