@import url("bootstrap.less"); @import url("variables.less"); @import url("usuarios.less"); @import url("afiliados-y-precandidatos.less"); @import url("terminos-condiciones.less"); @import url("seleccionar-eleccion.less"); .gradiente-azul{ background: #0197fd; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #0197fd 0%, #336699 99%); /* FF3.6+ */ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0197fd), color-stop(99%,#336699)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #0197fd 0%,#336699 99%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #0197fd 0%,#336699 99%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #0197fd 0%,#336699 99%); /* IE10+ */ background: radial-gradient(ellipse at center, #0197fd 0%,#336699 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0197fd', endColorstr='#336699',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ } .navbar{ .container{ width: 940px; padding-top: 0!important; } .brand{ //logo padding: 0; img{ position: absolute; width: 45px; z-index: 10; margin-top: -2px; } p{ font-size: 12px!important; line-height: 12px; margin-left: 50px; padding-top: 8px; margin-bottom: 0; } } ul.secciones{ margin-left: 20px; } } .creditos{ margin-top: 25px; padding-top: 25px; margin-bottom: 25px; border-top: 1px solid #E5E5E5; img{ width: 60px; margin-bottom: 5px; } p{ font-size: 0.8em; margin: 0; padding: 0; color:#aaa; } } .password-change { .form-horizontal { .controls { margin-left: 20px; } } } .password-change-done { max-width: 500px; margin: auto; }