/** * Ce fichier permet de faire la mise en page de la page connexion. * (c) 2013 A.ROCHETEAU * v 1.0.0 - 04-03-13 : * Version initiale */ /* Importation de style LESS */ @import 'color'; /*page de connexion*/ #page { height: 559px; #header { padding-top:90px; #logo{ margin:0 auto; width: 528px; float:none; h1{ font-size:43px; img{ width:50px; max-width:none; } } } div{ clear: both; text-align: center; width: 100%; &.breadcrumbs{ text-align:initial; } } #connexion{ margin-top: -70px; #idutil { float: left; font-size: 13px; width: auto; margin-top:-10px; } .deconnexion{ float:right; width: auto; margin-top: -17px; display:inline-flex; } } } #content{ margin-left:0px; width:100%; #testConfiguration{ color: #FF0000; margin-left: auto; margin-right: auto; width: 415px; } .form{ margin-left: auto; margin-right: auto; margin-top: 30px; width: 520px; #login-form { border: 4px solid @bg3; float: left; border-radius: 10px; // height: 280px; .modeConnect { height: 24px; background-color: @bg3; color: #000000; text-align: center; line-height: 20px; } .authentification{ float: left; width:440px; margin-top:20px; margin-bottom:20px; margin-right:40px; margin-left:40px; input[type="text"], input[type="password"] { float: left; } select{ float:right; } label { float:left; text-align:left; width: 120px; } .LanguageField{ width:60px; float:right; } .champ{ float: left; height: auto; min-height: 40px; width: 300px; .errorMessage{ float:left; clear:left; width:244px; } } .champ1{ float: right; text-align: right; height: auto; min-height: 40px; width: 100%; .errorMessage{ float:right; clear:right; width:244px; } } .ligne{ margin-left:20px; float:left; input[type="text"],input[type="password"]{ width: 240px; } .buttonLog{ margin-left: 160px; margin-top:10px; margin-bottom: 10px; } } #messageOublie { margin-left: 0px; padding-top: 5px; text-align: center; width: 100%; } } } } /* Message de compatibilité */ #infosCompatibilite { width:520px; margin:20px auto; border: 4px solid @bg3; border-radius: 10px 10px 10px 10px; color:#555; .inner{ padding:20px 15px; p{ margin:0; font-size:0.9em; } } } /*Pour l'authentification par certificat*/ #CertiNok{ color: #FF0000; float: left; font-size: 11px; text-align: center; width: 100%; margin-top: 30px; } #CertiOk{ float: left; text-align: center; width: 100%; margin-top: 20px; } #CertiDebug{ float: left; text-align: center; width: 100%; margin-top: 50px; thead{ background-color: #000; color: #FFF; td{ padding: 2px; border-left: 1px solid #FFF; } } .firsttd{ border-bottom: 1px solid #000; border-left: 1px solid #000; padding-left: 2px; padding-right: 2px; } .lasttd{ border-bottom: 1px solid #000; border-right: 1px solid #000; padding-left: 2px; padding-right: 2px; } .middletd{ border-bottom: 1px solid #000; padding-left: 2px; padding-right: 2px; } .tdgris{ background-color: #EEE; } } #boutonRechargement { clear: both; float: left; left: 398px; text-align: center; width: 100%; margin-top: 20px; } #ConfigurerAuthentification { float: left; margin-top: 50px; text-align: center; width: 100%; } } } /*des classes generales - pas tous vraiment utilise...*/ .floatLeft{ float:left; } .floatRight{ float:right; // width:100%; height: 40px; } .clearLeft{ clear:left; }