Skip to content
Extraits de code Groupes Projets
Valider b9fcff22 rédigé par vbochet's avatar vbochet
Parcourir les fichiers

Modification du css pour améliorer l'affichage des boutons d'inscription et de...

Modification du css pour améliorer l'affichage des boutons d'inscription et de connexion en haut à droite des pages
parent afc48b1d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
2 requêtes de fusion!21Merge de Dev dans Master,!3Merge de Application_design_views dans Dev
...@@ -93,14 +93,16 @@ header a:hover, footer a:hover{ ...@@ -93,14 +93,16 @@ header a:hover, footer a:hover{
.signin{ .signin{
width:40%; width:48.9%;
text-align: center; text-align: center;
padding: 2px; padding: 2px;
border-right: mintcream solid 1px;
background: #02071E linear-gradient(to bottom, #02071E, #02071E, rgba(255, 255, 255, 0)); background: #02071E linear-gradient(to bottom, #02071E, #02071E, rgba(255, 255, 255, 0));
-webkit-transition: background 500ms; /* Safari */ -webkit-transition: background 500ms; /* Safari */
transition: background 500ms ; transition: background 500ms ;
display: inline-block; display: inline-block;
height:30px; height:30px;
margin-right:-4px;
} }
.signin:hover{ .signin:hover{
...@@ -109,7 +111,7 @@ header a:hover, footer a:hover{ ...@@ -109,7 +111,7 @@ header a:hover, footer a:hover{
} }
.login{ .login{
width:50%; width:48.9%;
text-align: center; text-align: center;
padding: 2px; padding: 2px;
border-left: mintcream solid 1px; border-left: mintcream solid 1px;
...@@ -118,6 +120,7 @@ header a:hover, footer a:hover{ ...@@ -118,6 +120,7 @@ header a:hover, footer a:hover{
transition: background 500ms ; transition: background 500ms ;
display: inline-block; display: inline-block;
height:30px; height:30px;
margin-left:-4px;
} }
.login:hover{ .login:hover{
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter