This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandayejs/mandayejs/static/teamnet/css/associate.css

95 lines
1.6 KiB
CSS

body {
width: 900px;
max-width: 100%;
margin: 0 auto;
position: relative;
background: url(images/bg_header.png) repeat-x scroll 0 2px;
}
h1 {
position: absolute;
font-size: 1.2em;
top: 154px;
background: #007cb5;
color: #fff;
width: 100%;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
padding: 1ex;
border-radius: 0 0 3px 3px;
}
.errorlist {
font-size: small;
text-align: left;
color: red;
margin-top: 5px;
padding:0;
}
.errorlist li { list-style-type: none;}
#main-div {
max-width: 950px;
max-width: 100%;
margin: 16px auto;
position: relative;
/* background: #f6f6f6; */
color: #3a4450;
border: 1px solid #f0f0fb;
border-radius: 5px;
text-align: center;
}
#div-logo {
background: url(images/bandeau.jpg) no-repeat scroll left bottom;
height: 164px;
position: relative;
}
#logo {
position: absolute;
top: 0;
left: 0;
}
#submit, #cancel {
background-color: #007cb5;
color: #ffffff;
width: auto;
border: 1px solid transparent;
}
p, .errorlist {
text-align: left;
width: 90%;
max-width: 15em;;
margin: 1ex auto;
}
label {
display: block;
margin-left: auto;
margin-right: auto;
vertical-align: top;
text-align: left;
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
input {
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
padding: 4px;
vertical-align: top;
}
#associate {
padding-top: 3em;
border: 1px solid #ccc;
}