mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-13 19:40:06 -04:00
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@25 c3eb156b-1dc0-44e1-88ae-e38439141b53
85 lines
924 B
CSS
85 lines
924 B
CSS
body
|
|
{
|
|
text-align:center;
|
|
}
|
|
#container
|
|
{
|
|
position:relative;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
margin-top:20px;
|
|
width:360px;
|
|
|
|
}
|
|
|
|
#top
|
|
{
|
|
position:relative;
|
|
width:100%;
|
|
height:20px;
|
|
padding:2px;
|
|
background-color:#005B7F;
|
|
text-align:center;
|
|
font-family:Verdana;
|
|
color:white;
|
|
font-size:12pt;
|
|
}
|
|
|
|
#login_form
|
|
{
|
|
position:relative;
|
|
width:100%;
|
|
height:230px;
|
|
padding:2px;
|
|
font-family:Verdana;
|
|
color:white;
|
|
font-size:10pt;
|
|
background-color:#A7A7A7;
|
|
}
|
|
|
|
#welcome_message
|
|
{
|
|
text-align:center;
|
|
margin-top:10px;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.error
|
|
{
|
|
margin:0 auto;
|
|
border:3px solid #d3153b;
|
|
background-color:#fbe6f2;
|
|
padding:5px;
|
|
width:80%;
|
|
text-align:center;
|
|
font-size:18px;
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
|
|
.form_field_label
|
|
{
|
|
float:left;
|
|
margin-left:20px;
|
|
width:30%;
|
|
}
|
|
|
|
.form_field
|
|
{
|
|
float:left;
|
|
width:30%;
|
|
}
|
|
|
|
#submit_button
|
|
{
|
|
position:absolute;
|
|
bottom:60px;
|
|
right:60px;
|
|
}
|
|
|
|
input
|
|
{
|
|
font-family:Arial;
|
|
}
|
|
|