Skip to content
Extraits de code Groupes Projets
Valider 7e81abbd rédigé par tetue's avatar tetue
Parcourir les fichiers

Formulaire de recherche inline, au naturel !

parent aa234a4d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -57,10 +57,6 @@ div#page { width: 780px; margin: 0 auto; text-align: left; } ...@@ -57,10 +57,6 @@ div#page { width: 780px; margin: 0 auto; text-align: left; }
div#top { width: 780px; margin: 0; padding-top: 1em; border-bottom: 2px solid #8B6F92; } div#top { width: 780px; margin: 0; padding-top: 1em; border-bottom: 2px solid #8B6F92; }
div#top #nom_site_spip, #top a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.50em; } div#top #nom_site_spip, #top a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.50em; }
div#top .formulaire_recherche { float: right; width: 160px; background: none; margin: 0; padding: 1em 0; }
div#top .formulaire_recherche label {}
div#top .formulaire_recherche input.forml { width: 130px; }
div#top .formulaire_recherche input.bouton { vertical-align: middle; }
div#conteneur { clear: both; float: left; width: 67%; overflow: hidden; } div#conteneur { clear: both; float: left; width: 67%; overflow: hidden; }
div#contenu { padding-top: 0.30em; } div#contenu { padding-top: 0.30em; }
...@@ -149,8 +145,10 @@ ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none ...@@ -149,8 +145,10 @@ ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none
ul.choix_mots label { display: inline; } ul.choix_mots label { display: inline; }
/* Formulaire de recherche */ /* Formulaire de recherche */
.formulaire_recherche {} .formulaire_recherche { float: right; background: none; margin: 0; padding: 0; }
.formulaire_recherche .forml {} .formulaire_recherche label { display: inline; font-size: 1em; }
.formulaire_recherche input.forml { width: 12em; }
.formulaire_recherche input.bouton { vertical-align: middle; }
/* Menu langues */ /* Menu langues */
.menu_langues { background: none; margin: 0; padding: 1em 0; vertical-align: top; } .menu_langues { background: none; margin: 0; padding: 1em 0; vertical-align: top; }
......
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