merging authentic styles

This commit is contained in:
Serghei Mihai 2015-04-01 23:50:31 +02:00
parent a54adc840b
commit 921fbc0c4c
1 changed files with 52 additions and 10 deletions

View File

@ -222,6 +222,7 @@ body.narrow-page #main-content form div input {
display: block;
margin-left: 10px;
margin-bottom: 2ex;
font-size: 13px;
}
div#welcome {
@ -258,7 +259,7 @@ body.narrow-page div.right form div label {
}
body.narrow-page div.right form div input {
width: 17em;
width: 18em;
}
body.narrow-page div.right form div.form-field-required label:after {
@ -275,7 +276,7 @@ body.narrow-page div.right form > input {
}
div.login-actions {
width: 20em;
width: 23em;
margin: 0 auto;
}
@ -794,26 +795,21 @@ ul.show-user-feeds li.planet { background-image: url(planet.png); }
#messages li {
list-style-type: none;
padding: 3px;
padding: 10px;
color: white;
display: inline;
}
#messages ul {
margin: 0;
padding: 5px;
}
#messages {
position: absolute;
top: 0;
left: 950px;
background: #000;
border: 1px solid #ddd;
border-top: 0;
-webkit-border-radius: 0 0 .3em .3em;
-moz-border-radius: 0 0 .3em .3em;
border-radius: 0 0 .3em .3em;
width: 50%;
margin:0 auto;
}
#messages.messages-login {
@ -891,6 +887,52 @@ ul.demarches-agglo li:first-child {
border-left: 5px solid #F68423;
}
/* idp styles */
body.narrow-page #main-content form div input#id_email_1 {
margin-left: 14em;
}
div#login-actions .actions, div#login-actions .actions form {
display: inline;
}
div#login-actions .actions form {
margin: 0 .5em;
}
ul.account-management li {
list-style-type: none;
margin-bottom: 1em;
font-weight: bold;
}
#profile dt {
font-weight: bold;
}
#profile dl {
margin: 0 1em;
}
#federation-management li {
list-style-type: none;
margin: 5px 0;
}
#federation-management li span.name {
float: left;
width: 20em;
}
#federation-management li button {
background: #ea5b0c;
border: none;
color: #fff;
}
/* bits of responsive design */
@media screen and (max-width: 760px) {
div#main-content-wrapper {
width: auto;