infobar entfernt
infobar aus default Datei und dreamjob.cc entfernt
This commit is contained in:
parent
90791373b5
commit
03ce04b937
|
@ -34,14 +34,7 @@
|
|||
<?=$this->Html->image('logo.png',array('url'=>array('controller'=>'home','action'=>'home'))); ?>
|
||||
</div>
|
||||
|
||||
<div id="logo_right">
|
||||
<?=$this->Html->link('Info-Seite','http://info.dream-job.eu/', array('class'=>'main','ref'=>'eventOff','target'=>'_blank'));?>
|
||||
<?=$this->Html->link('für Unternehmen','http://info.dream-job.eu/unser-angebot/', array('ref'=>'eventOff','target'=>'_blank'));?>
|
||||
<?=$this->Html->link('für Schüler','http://info.dream-job.eu/', array('ref'=>'eventOff','target'=>'_blank'));?>
|
||||
<?=$this->Html->link('für Schulen','http://info.dream-job.eu/unser-angebot-schulen/', array('ref'=>'eventOff','target'=>'_blank'));?>
|
||||
<?=$this->Html->link('Facebook','https://www.facebook.com/dreamjobbremen', array('ref'=>'eventOff','target'=>'_blank'));?>
|
||||
<?=(true)?'':$this->Html->image('mobil.png',array("url"=>array('controller'=>'home','action'=>'home')));?>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div id="navbar" class="content-size">
|
||||
|
|
|
@ -62,33 +62,11 @@ legend{
|
|||
position:relative;
|
||||
padding:15px 0px 15px 15px;
|
||||
}
|
||||
#logo_right{
|
||||
position:absolute;
|
||||
width:420px;
|
||||
height:25px;
|
||||
padding:4px 10px;
|
||||
top:0px;
|
||||
right:0px;
|
||||
background-color:#3276B1;
|
||||
color:#FFF;
|
||||
border:1px solid #285E8E;
|
||||
border-radius:0 0 0 15px;
|
||||
font-size:smaller;
|
||||
}
|
||||
#logo,#logo_right{
|
||||
|
||||
#logo{
|
||||
max-height:70px;
|
||||
}
|
||||
#logo_right a{
|
||||
text-decoration:none;
|
||||
color:#FFF;
|
||||
margin:0 5px;
|
||||
}
|
||||
#logo_right a.main{
|
||||
font-weight:600;
|
||||
}
|
||||
#logo_right a:last-child{
|
||||
float:right;
|
||||
}
|
||||
|
||||
/*
|
||||
* Loading
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue