[intranet/login] modification de la css
darcs-hash:20090622191239-bd074-c81b541ee102d0658a038bf8acb9e1d9c765305f.gz
This commit is contained in:
parent
3e402c3ba2
commit
5e6e3d9577
2 changed files with 16 additions and 10 deletions
|
@ -2,21 +2,25 @@
|
|||
width: 260px;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
margin-top: 60px;
|
||||
}
|
||||
.titre {
|
||||
|
||||
.title{
|
||||
position: relative;
|
||||
top: 50px
|
||||
}
|
||||
left: -50px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
right: 40px;
|
||||
margin: 0;
|
||||
padding:0 0 0 0;
|
||||
position: relative;
|
||||
float: left;
|
||||
top: 20px;
|
||||
margin: 0 0 0.5em 0;
|
||||
padding:0 0 0 0;
|
||||
}
|
||||
img {
|
||||
position: relative;
|
||||
bottom:60px;
|
||||
right:50px;
|
||||
top: -60px;
|
||||
float:left;
|
||||
}
|
||||
.block {
|
||||
|
|
|
@ -9,12 +9,14 @@
|
|||
<body>
|
||||
<h1>Bienvenue sur Cr@nsIntranet</h1>
|
||||
|
||||
|
||||
<div class="form">
|
||||
<div class="titre">
|
||||
<div class=title>
|
||||
<img src="/static/images/petitCr@ns.png" alt="logocr@ns" height="98px"/>
|
||||
<h2>Connexion</h2>
|
||||
<h2>Connexion</h2>
|
||||
</div>
|
||||
<div class="block">
|
||||
|
||||
#if $message
|
||||
<div id="message">
|
||||
$message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue