teamnet: update bar and association page styles (#45994)

This commit is contained in:
Serghei Mihai 2020-08-24 10:49:02 +02:00
parent 83af9278d6
commit 6c82ac97b2
2 changed files with 40 additions and 25 deletions

View File

@ -3,7 +3,7 @@ body {
max-width: 100%;
margin: 0 auto;
position: relative;
background: url(../images/bg_header.png) repeat-x scroll 0 2px;
background: url(images/bg_header.png) repeat-x scroll 0 2px;
}
h1 {
@ -43,7 +43,7 @@ h1 {
}
#div-logo {
background: url(../images/bandeau.jpg) no-repeat scroll left bottom;
background: url(images/bandeau.jpg) no-repeat scroll left bottom;
height: 164px;
position: relative;
}

View File

@ -3,7 +3,7 @@
margin-bottom : 10px;
background: black;
color: white;
padding: 5px 0;
padding: 7px 0;
font-size: 15px;
line-height: 35px;
vertical-align: middle;
@ -11,6 +11,43 @@
position:absolute;
top:0;
right: 0;
z-index: 10;
}
#mandaye-advances {
float: left;
margin-left: 5px;
}
#mandaye-username {
float: left;
margin-left: 5px;
}
#mandaye-association-url {
float: right;
margin-right: 15px;
}
#mandaye-logon-url {
float: right;
margin-right: 10px;
}
#mandaye-username {
text-transform: capitalize;
}
#mandaye-association-url:first-letter {
text-transform : uppercase;
}
#mandaye-logon-url:first-letter {
text-transform: uppercase;
}
#mandaye-advances:first-letter {
text-transform: uppercase;
}
#mandaye-js a {
@ -21,31 +58,9 @@
}
#mandaye-logo {
float: left;
display: none;
}
#bandeau-utilisateur {
width: 1024px;
margin: 0 auto;
position: relative !important;
margin-top: -10px;
background: transparent;
display: none;
}
#bandeau-utilisateur img[alt='Deconnexion'],
#bandeau-utilisateur img[alt='Page de connexion'],
#bandeau-utilisateur img[alt="Ouvre l'aide"],
#bandeau-utilisateur div.nomFamille
{
display: none;
}
#mandaye-logon-url a {
font-weight: bold;
}