...
This commit is contained in:
parent
3bbcc06051
commit
3d8536e930
|
@ -5,7 +5,7 @@
|
|||
?>
|
||||
<div class="box start-search-box">
|
||||
<?=$this->Html->image('start-beside-search.jpg'); ?>
|
||||
<div class="box">
|
||||
<div class="redbox">
|
||||
<h1><?=__('dreamjob.search');?></h1>
|
||||
<div class="searchform">
|
||||
<?php echo $this->Form->create(null,array('inputDefaults'=> array('div' => false,'label'=>false,'class' => 'form-control'),'url'=>array('controller'=>'search', 'action'=>'opening'),'type'=>'get')); ?>
|
||||
|
|
|
@ -351,35 +351,35 @@ body.loading #container{
|
|||
float:left;
|
||||
margin-right:20px;
|
||||
}
|
||||
.start-search-box .box{
|
||||
.start-search-box .redbox{
|
||||
display:inline-block;
|
||||
width:465px;
|
||||
height:282px;
|
||||
background-color:#9d1c16;
|
||||
padding-top:20px;
|
||||
}
|
||||
.start-search-box .box h1{
|
||||
.start-search-box .redbox h1{
|
||||
color:white;
|
||||
}
|
||||
.start-search-box .box .searchform{
|
||||
.start-search-box .redbox .searchform{
|
||||
display:inline-block;
|
||||
margin:auto;
|
||||
width:80%;
|
||||
}
|
||||
|
||||
.start-search-box .box .searchform .form-control{
|
||||
.start-search-box .redbox .searchform .form-control{
|
||||
|
||||
}
|
||||
.start-search-box .box .searchform .btn.btn-default{
|
||||
.start-search-box .redbox .searchform .btn.btn-default{
|
||||
background-color:#fea501;
|
||||
border-color:#fea501;
|
||||
width:10%;
|
||||
}
|
||||
.start-search-box .box .searchform .btn.btn-default .glyphicon{
|
||||
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{
|
||||
line-height:1.42857;
|
||||
color:white;
|
||||
}
|
||||
.start-search-box .box .searchform .btn.btn-primary{
|
||||
.start-search-box .redbox .searchform .btn.btn-primary{
|
||||
background-color:red;
|
||||
border-color:red;
|
||||
width:90%;
|
||||
|
|
Loading…
Reference in New Issue