mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 18:50:28 +00:00
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10598 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
60 lines
944 B
CSS
60 lines
944 B
CSS
/*--- Body and content ---*/
|
|
body {
|
|
background: #1C1C1C;
|
|
font: 12px verdana, arial, helvetica, sans-serif;
|
|
}
|
|
|
|
/*--- Login dialog ---*/
|
|
#login {
|
|
width: 600px;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
#login table {
|
|
border: solid 0px;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
#login td {
|
|
width: 100px;
|
|
height: 35px;
|
|
color: #0078AE;
|
|
font-weight: bold;
|
|
border: solid 0px;
|
|
}
|
|
|
|
#login input {
|
|
font: 12px verdana, arial, helvetica, sans-serif;
|
|
width: 200px;
|
|
border: solid 1px #0078AE;
|
|
padding: 5px;
|
|
}
|
|
|
|
#login label{
|
|
font: bold 12px verdana, arial, helvetica, sans-serif;
|
|
}
|
|
|
|
#login_status {
|
|
font: bold 12px verdana, arial, helvetica, sans-serif;
|
|
}
|
|
|
|
#login button {
|
|
font: bold 12px verdana, arial, helvetica, sans-serif;
|
|
width: 90px;
|
|
float: right;
|
|
}
|
|
|
|
#login_form {
|
|
background-color: #f5f5f5;
|
|
height: 280px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#loginfo {
|
|
margin: 5px 0px;
|
|
text-align: right;
|
|
color: #f5f5f5;
|
|
font-weight:bold;
|
|
} |